	@import url('global_styles.css');

/* General styles 3 col table */
    body {
	margin: 0;
	padding: 0;
	border: 0%;				/* This removes the border around the viewport in old versions of IE */	
	width: 100%;
	background: #fff;
	min-width: 700px; /* Minimum width of layout - remove line if not required */ /* The min-width property does not work in old versions of Internet Explorer */;
	font-size: 90%;
}
				
#container {
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	width:88%;
}

#logo {
	float: left;
	width: 300px;
}

#title {
	float: right;
	padding-right:15px;
	width: auto;
}
img{ border: 0; }
		
	
	/* top nav styles */
	
.top_nav{
        clear:both;
        float:left;
        width:100%;
        }

	
.top_nav{
overflow: hidden;
}

.top_nav ul{
	margin: 0;
	padding:0;
	float: left;
	width: 100%;
	font: bold 14px Lucida Grande;
	background: url('images/top_buying_guides.gif') repeat-x center;
	font-weight: bolder;
}

.top_nav ul li{
display: inline;
}

.top_nav ul li a{
float: left;
color: #222;
padding: 9px 11px;
text-decoration: none;
}

.top_nav ul li a:visited{
	color: #284775;
}

.top_nav ul li a:hover, .top_nav ul li .current{ /*background of main menu bar links onMouseover*/
color: white;
background: url('images/hover_gradient.png') repeat-x center;
}

/* Sub level menus */
.top_nav ul li ul{
	position: absolute;
	z-index: 100;
	top: 0;
	background: #eee; /*sub menu background color */	
    visibility : hidden; /*controlled via java?? */	
	left: 0;
}

/* Sub level menu links style */


.top_nav ul li ul li a{
font: bold 11px Lucida Grande;
padding: 6px;
padding-right: 8px;
margin: 0;

}

.top_nav ul li ul li a:hover{ /*sub menu links' background color onMouseover */
background: url('images/hover_gradient.png') repeat-x center;}
	
	/* side nav styles */
    #side_nav{
	clear: both;
	width: 185px;
	float:left;
	}
	
								
	#side_nav p,
	#side_nav h1,
	#side_nav h2 {
	    padding:0;
        margin:0;
	}
	
	#side_nav h2{
	background-position: center;
	background: center;
	line-height: 28px;
	color: white;
	text-align: center;
	background-image: url('images/blue_gradient.png');
}
	
	#side_nav ul {
	    clear:left;
	    float:left;
	    width:100%;
	    list-style:none;
	    margin-left:0;
	    padding-left:0;
	    background-color:#fff;
	    	}
	#side_nav ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
	#side_nav ul li a {
	display: block;
	float: left;
	margin: 0;
	padding: 0px;
	font: bold 12.5px Lucida Grande;
	text-align: left;
	background: #F5F5F5;
	color: #333;
	text-decoration: none;
	position: relative;
	left: 0px;
	line-height: 2.5em;
	border-bottom-color: #6E6E6E;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width: 185px;
}
	#side_nav ul li a:hover {
	    background:#d9d9d9;
		color:#08c;
		display: block;

	}
	#side_nav ul li a.active,
	#side_nav ul li a.active:hover {
	    color:#fff;
	    background:#fff;
	    font-weight:bold;
	    display: block;

	}
		
	.line {
	color: #808080;
	width: 60%;
	
}



.line2 {
	color: #808080;
	width: 60%;
	margin-top: 5px;
	margin-bottom: 25px;
}



#caroussel {
	margin-top: 150px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}


#caroussel2 {
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}




#buytable {
	text-align: center;
	
}
.topadd {
	margin-bottom: 50px;
}

.botpad {
	margin-top: 100px;
}


.rotunit {
	width: 605px;
	overflow: auto;
	margin: auto;
}

#frontlinks p {
	margin-bottom: 2px;
}

#frontlinks h4 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 40px;
	color: #284775;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
#frontlinks a {
	font-size: 10px;
	font-weight: 600;
	text-decoration: underline;
	padding-bottom: 5px;
	padding-left: 3px;
	color: #2977B4;
	text-align: justify;
	
}
#frontlinks a:hover {
	color:#284775;      
}

/* product description and feature tables */


#lefttab {
	float: left;
	overflow: hidden;
	width: 24%;
}

#mid2tab {float: left;
	overflow: hidden;
	width: 24%;

	
}


#midtab {
	float: left;
	overflow: hidden;
	width: 24%;
}
#righttab {float: left;
	overflow: hidden;
	width: auto;
	
}
#productdescr {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	min-width: 500px;

}
#productdescr h2 {
	color: #284775;
	text-align: center;
}

#features {
	font-size: 11px;
	font-weight: 500;
	color: #284775;
	
}

#features li {
	padding-left: 0px;
	margin-left: 0px;
}
#features h4 {
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	}
	
#prodpic {
	float: right;
}

