.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

body{
	font:12px Verdana, sans-serif;
	background:#e8f2f6;
	text-align:center;
}

ol{
	list-style-type:decimal;
	margin-left:16px;
	padding-left:16px;
}
ol li{
	margin-left:0;
	padding-left:0;
}

.left{
	float:left;
}

.right{
	float:right;
}

#container{
	width:964px;
	margin:auto;
	background:#fff;
	border-left:1px solid #cbd9df;
	border-right:1px solid #cbd9df;
	border-bottom:1px solid #d19234;
	
	border-bottom:1px solid #0c5a82;
}

#masthead{
	height:50px;
	background:url('../images/masthead-tagline.gif') top left no-repeat;
	padding-top:100px;
}

#nav{
	background:#fab54e;
	background:#0081c3;
	overflow:hidden;
	padding-left:20px;
	border-top:1px solid #d19234;
	border-bottom:1px solid #d19234;
	
	border-top:1px solid #0c5a82;
	border-bottom:1px solid #0c5a82;
	height:50px;
}

#nav ul li{
	float:left;
	padding:0 6px;
}

#nav ul li a{
	display:block;
	height:50px;
	text-indent:-9999px;
	padding:0 11px;
}

#nav ul li.home a{
	background:url('../images/home_nav.gif') top left no-repeat;
	width:42px;
	background:url('../images/home_nav_blue.gif') top left no-repeat;
}

#nav ul li.tseries a{
	background:url('../images/t_nav.gif') top left no-repeat;
	width:80px;
	background:url('../images/t_nav_blue.gif') top left no-repeat;
}

#nav ul li.h1 a{
	background:url('../images/h1_nav.gif') top left no-repeat;
	background:url('../images/h1_nav_blue.gif') top left no-repeat;
	width:104px;
}

#nav ul li.qmd a{
	background:url('../images/qmd_nav.gif') top left no-repeat;
	background:url('../images/qmd_nav_blue.gif') top left no-repeat;
	width:106px;
}

#nav ul li.q5d a{
	background:url('../images/q5d_nav.gif') top left no-repeat;
	background:url('../images/q5d_nav_blue.gif') top left no-repeat;
	width:90px;
}

#nav ul li.da a{
	background:url('../images/da_nav.gif') top left no-repeat;
	background:url('../images/da_nav_blue.gif') top left no-repeat;
	width:92px;
}

#nav ul li.tech a{
	background:url('../images/tech_nav.gif') top left no-repeat;
	background:url('../images/tech_nav_blue.gif') top left no-repeat;
	width:84px;
}

#nav ul li.cart a{
	background:url('../images/cart_nav.gif') top left no-repeat;
	background:url('../images/cart_nav_blue.gif') top left no-repeat;
	width:72px;
}

#nav ul li a:hover{
	background-position:bottom left;
}

#content{
	padding:30px 20px 20px 20px;
	font:14px/18px 'Verdana', sans-serif;
	text-align:left;
	color:#545454;
	overflow:hidden;
}

#content h2{
	font-size:20px;
	border-bottom:1px solid #e6e6e6;
	margin-bottom:6px;
}

#content h2.quixsep-micro{
	text-indent:-9999px;
	background:url('../images/qs_03.jpg') top left no-repeat;
	height:115px;
}

#content h3{
	padding-top:16px;
	font-size:16px;
}

#content p{
	margin-bottom:8px;
}

#content a{
	color:#e32f38;
}

#content a:hover{
	color:#000;
}

#content .product_list{
	clear:both;
}

#content table{
	width:66%;
}

#content table.long{
	width:75%;
}

#content thead tr th{
	border-bottom:1px solid #000;
}

#content tbody th,
#content tbody td{
	padding:0 4px;
	font-size:12px;
}

#content tbody tr td{
	border-bottom:1px solid #e6e6e6;
}

#content tbody tr td.first{
	border-left:1px solid #e6e6e6;
}

#content tbody tr td.last{
	border-right:1px solid #e6e6e6;
}

#content ul{
	margin:10px 0;
}

#content img.margin-top{
	margin-top:4px;
}

#content img.margin-right{
	margin-right:20px;
}

#content .list-fix{
	padding-left:430px;
}

#content .accessory{
	clear:both;
	overflow:hidden;
	margin:20px 0;
	padding-bottom: 10px;
	border-bottom:1px solid #e6e6e6;
}

#content .accessory.last{
	border-bottom:none;
}

#content img.left{
	margin-right:10px;
}

#content img.right{
	margin-left:10px;
}

/*#content #links{
	clear:both;
	overflow:hidden;
	margin-top:10px;
}*/

u {
	margin-left:10px;
}

#content #left-column{
	padding-top:4px;
	padding-left:355px;
}

#right-column{
	width:100%;
}

#right-column div {
	float:left;
	margin-right:25px;
}

#footer{
	clear:both;
	background:#fab54e;
	border-top:1px solid #d19234;
/*	blue*/
	border-top:1px solid #0c5a82;
	background:#0081c3;
	color:#fff;
}

#footer p{
	font:12px/16px Verdana, sans-serif;
}