@charset "UTF-8";

/* Layout */

div {margin: 0; padding: 0;}

body {
	font: 100% Helvetica, Arial, Verdana, sans-serif;
	background: #333 /*url(images/body_background.png) repeat top left */;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-size: 90%;
}
.oneColFixCtrHdr #container {
	width: 935px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #1F1D1E;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #fff;
	
}
.oneColFixCtrHdr #header {
	/* background: #ddd; */
	padding-top: 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 6px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #fff url(images/shadow.gif) repeat-x top left;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#687D97;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#floatwrap {}

div.boxfloat {width: 280px; float: left; padding: 5px 10px; display: inline; margin: 0;}
div.boxfloat2 {width: 280px; float: left; padding: 5px 10px; margin-left: 10px;}
div.boxfloat3 {width: 280px; float: right; padding: 5px 10px; display: inline; margin: 0;}


/* Presentation */

#shadow { width: 100%; background: transparent url(images/shadow2.png) repeat-y 50% 50%;}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.hide {display: none;}

a:link, a:visited {color: #333; text-decoration: none; font-weight: 600;}
.roundcont2 a:link, .roundcont2 a:visited {color: #fff; font-weight: normal;}

a:hover, a:active, .roundcont2 a:hover, .roundcont2 a:active {color:#820219;}



#header {height: 200px; background: #820219 url(images/header_background.png) repeat-x;}
#masthead {background: #000; width: 915px; height: 180px; margin: 0 auto; position: relative;}
#sales {
	position: absolute;
	width: 270px;
	z-index: 5;
	left: 620px;
	top: 20px;
}

#sales p {color: #fff; font-size: 1.4em; font-weight: 100; font-style: italic; font-family: Helvetica, Arial, sans-serif; text-align: left;}

h1, h2 {color: #820219 /* #88959e */ ; font-family: Century Gothic, Arial, Helvetica, sans-serif; }

h1 {font-size: 1.4em;}
h2 {font-size: 1.2em; letter-spacing: .15em; text-transform: uppercase; text-decoration: underline;}
h3 {font-size: 1em;}

p, ul {font: normal .85em Verdana, Arial, Helvetica, sans-serif; color:#333; line-height: 1.4em; text-align: justify;}

#introwrap {padding: 0 10px;}
#intro {width: 590px; float: left; padding-top: 30px;}

div.logos {width: 130px; margin: 20px auto 0 auto;}

img a, #logos p a img  {outline: none; moz-outline: none; border-style: none;}

#contact {width: 103px; margin: 0 auto;}

#salespitch {width: 450px; margin: 0 auto;}

#salespitch p {text-align: center; color: #000; font-family: Helvetica, Arial, sans-serif;}

/* without text */
#menu {padding-top: 63px;}
#menu, #menu2 {display:block; height:56px; margin:15px auto; width: 220px;}
#menu ul, #menu2 ul {margin:0; padding:0; list-style-type:none;}
#menu li, #menu2 li {float:left; margin-right:1px; display:block; width:220px;}
#menu li.list1, #menu2 li.list1 {background:transparent url(images/register-red.jpg);}

#menu a, #menu2 a {display:block; width:220px; padding-top:56px; height:0; color:#000; text-decoration:none; overflow:hidden;}
* html #menu a:link, * html #menu a:visited,
* html #menu2 a:link, * html #menu2 a:visited {height:56px; he\ight:0;}

#menu a#item1, #menu2 a#item2 {background:transparent url(images/register-black.jpg) -220px -56px no-repeat;}
#menu a#item1:hover, #menu2 a#item2:hover {background-position:top right; z-index:50;}

* html #menu a:hover, * html #menu2 a:hover  {height:56px; he\ight:0;}

/* rounded corners box */
.roundcont {
	width: 250px;
	background-color: #000;
	color: #fff;
	margin: 25px auto 0 auto;
}

.roundcont p, h3 {
	margin: 0 10px;
	color: #fff;
}


.roundcont h3 {margin-bottom: 5px;}

.roundtop { 
	background: url(images/tr.jpg) no-repeat top right; 
}

.roundbottom {
	background: url(images/br.jpg) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

#floatwrap p, ul {font-family: Arial, Helvetica, sans-serif; line-height: 1.4em; }
p.footnote {font-size: .7em; }

.oneColFixCtrHdr #footer {height: 50px; background: #820219 url(images/footer_background.png) repeat-x;}
#footer p {text-align: right; font-size: .75em;color: #fff;}

strong.black, strong.white {color: #000; font-size: 1.2em; text-transform: uppercase;}
strong.white {color: #fff; font-weight: normal;}
.red {color: #820219; font-size: 1.2em;}
.centre {text-align: center;}


