/* CSS Document */

@charset "UTF-8";
*{
	margin: 0; /* it's good practice to zero the margin and padding of the everything to account for differing browser defaults */
	padding: 0;
}

body {
	background-color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666666;
}


.floatfix{
	float:none;
	clear:both;
	height:0;
}

img.floatRight{
	float: right;
	padding: 0px 0px 26px 100px;
}	

/* Layout----------------------------- */


#mainContainer{
	width:1001px;
	margin: 0 auto;
	background-color:#FFFFFF;
}

#header{
	width:1001px;
	height:145px;
	background:url(images/topHeader.jpg) no-repeat;
	position:relative;
}	

#contact{
	position:absolute;
	left: 563px;
	top: 60px;
	color:#FFFFFF;
	font-size: 1.25em;
	font-weight: normal;
}	

#navHolder{
	width: 1001px;
	height: 35px;
	background:url(images/navBG.jpg) no-repeat;
}

#contentHolder{
	width: 1001px;
	background:url(images/curve.jpg) no-repeat top left;
	padding-bottom: 18px;
}

#leftColumn{
	width:576px;
	float:left;
	position:relative;
}

#productShot{
	position:absolute;
	top: 340px;
	left:300px;
	height: 190px;	
	width:232px;
}

#rightColumn{
	margin: 40px 30px 30px 20px;
	float:left;
	width: 375px;
}

#button{
	margin-top: 16px;
	padding-left: 55px;
	width: 301px;
	height: 26px;
	background:url(images/buttonBG.jpg) no-repeat;
	padding-top: 10px;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 13px;
}

#wideColumn{
	padding: 60px 110px 30px 130px;
}

#footer{
	width:971px;
	height: 28px;
	background:url(images/footerBG.jpg) no-repeat;
	padding: 16px 30px 0px 0px;
	text-align:right;
	margin-bottom: 5px;
	font-size: .85em;
	color:#000000;
	margin: 0 auto;
}

/* nav ----------------------------------------*/

#nav{
	margin-left: 530px;
	padding-top: 10px;
	color:#DB0465;
	font-size: 13px;
}

#nav ul{
	margin:0;
	padding:0;
	list-style-type: none;
}

#nav li{ /* all list items */
	display:inline;
	border-right:#FFFFFF 1px solid;
	float:left;
	position:relative;
	width: auto;
}

#nav li.noBorder{
	border-right: none;
}

#nav li a{
	color:#DB0465;
	display: block;
	padding-right: 15px;
	padding-left: 15px;
}

#nav li a:hover{
	color:#FFFFFF;
}

#nav li ul{ /* second-level lists */
	position: absolute;
	width: 0px;
	left: -999em ;/* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li li{
	border:none;
	background-color: #ADD9D9;
	width: 126px;
}

#nav li:hover ul, #nav li.sfhover ul{
	left: auto;
}

#nav li li a{
	color:#FFFFFF;
	display:block;
	padding: 4px 15px 4px 15px;
}

#nav li li.topPadding{
	padding-top: 10px;
}	

#nav li li a:hover{
	color:#DB0465;
	background-color:#99CCCC;
	display:block;
}


/* text styling----------------------------- */

p{
	font-size: .8em;
	line-height: 1.4em;
	margin-bottom: 1em;
}

h1{
	font-size: 1.15em;
	color:#000000;
	font-weight: normal;
	margin-bottom: 1em;
}

h2{
	font-size: .9em;
	color:#666666;
	line-height: 1.4em;
	margin-bottom: 1em;
}

h3{
	font-size: 1.1em;
	color:#000000;
	margin-bottom: .7em;
	text-align:right;
	font-weight: normal;
}

h4{
	color:#DB0465;
	font-size: .85em;
	text-align:right;
	margin-bottom: 4em;
}

a, a:visited{
	color:#000000;
	text-decoration:none;
}

a:hover{
	color:#DB0465;
}

.linkWhite{
	color:#FFFFFF;
}



/* Tables
------------------------------------------------ */

#products, #productsOff {
	width: 100%;
	padding: 0;
	margin: 0 0 40px;
	border-bottom: 1px solid #999;
	border-collapse: collapse;
	font-size: 11px;
	clear: right;
}
#products a, #products a:visited {
	text-decoration: none;
	color: #333;
}
#products a:hover {
	text-decoration: underline;
}
#products td:hover, td:hover {
	cursor: pointer;
	}
#productsOff td:hover, td:hover {
	cursor: default;
}

th {
	border-bottom: 2px solid #999;
	border-top: 2px solid #999;
	padding: 5px;
	text-align: left;
}

th.borderLeft{
	border-left: 1px solid #999;
}

th.borderRight{
	border-right: 1px solid #999;
}

td {
	border-top: 1px solid #999;
	padding: 5px;
}

td.borderRight{
	border-right: 1px solid #999;
}


.odd {
	background-color: #f0f0f0;
}
.highlight {
	color: #fff;
	background-color: #ccc;
}


/* Table cells */
.green {
	background: #00834D;
	border-left: #999 1px solid;
}
.burg {
	background: #C00568;
	border-left: #999 1px solid;
}
.purple {
	background: #5D3C9D;
	border-left: #999 1px solid;
}
.yellow {
	background-color: #FFCC00;
	border-left: #999 1px solid;
}
.blue {
	background-color: #10469C;
	border-left: #999 1px solid;
}
.red {
	background-color: #D5060F;
	border-left: #999 1px solid;
}
.orange {
	background-color: #FF6600;
	border-left: #999 1px solid;
}

.lightBlue {
	background-color:#6699CC;
	border-left: #999 1px solid;
}

#productsOff th.products {
	width: 230px;
	display: table-cell;
}

