body{
    margin: 0px;
    padding: 0px;
    background-color: #ebebeb;
    font-family: arial, helvetica, sans-serif;
    font-size: .8em;
}

img{
    border: 0px;
}

p{
    margin: 0px;
    padding: 5px 0px;
}

#container{
    width: 972px;
    margin: 0px auto;
    border-bottom: 1px solid #999999;
}

#header{
    position: relative;
}

#newsline{
    width: 600px;
    margin: 15px 0px;
}

#newsline .leftcol{
    width: 300px;
    float: left;
}

#newsline .rightcol{
    width: 300px;
    float: right;
}

#navcapleft, #navcapright{
    float: left;
    width: 15px;
    height: 31px;
}

#navcapleft{
    background: transparent url(images/bg_nav_left.png) scroll no-repeat left top;
}

.navbar{
    float: left;
    width: 942px;
    height: 31px;
    background: transparent url(images/bg_nav.png) scroll repeat-x left top;
}

.navbar ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.navbar ul li{
    float: left;
    height: 31px;
    border-right: 1px solid #cccccc;
}
ul {
 margin:5px 0 0 0;
}
.navbar ul li a{
    color: #000000;
    font-weight: bold;
    display: block;
    height: 31px;
    padding: 8px 10px 0px 10px;
    text-decoration: none;
    text-transform: uppercase;
}

.navbar ul li a:hover{
    color: #ffffff;
}
.navbar ul li a.current {
    color: #ffffff;
}
#navcapright{
    background: transparent url(images/bg_nav_right.png) scroll no-repeat left top;
}

#navdecoration{
    width: 968px;
    height: 1px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    margin: 0px auto;
}

#leftcol{
    float: left;
    width: 352px;
    padding: 0px 0px 15px 0px;
}


.reviews{
    background: transparent url(images/reviews.png) scroll no-repeat left top;
    height: 35px;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 10px 0px;
    border-bottom: 3px dotted #666666;
}
/*
* Home
*/
#homesplash{
    width: 972px;
    height: 370px;
    background: transparent url(images/bg_home.jpg) scroll no-repeat left top;
    margin:-25px 0px 25px 0px;
}

#homeformcontainer{
    color: #ffffff;
    width: 291px;
    padding:20px 5px 0px 10px;
}

#homeform{
    padding: 30px 0px 0px 0px;
}

#homeformbutton{
    float: right;
    padding: 45px 0px 0px 0px;
}

#homeform select{
    margin: 5px 0px;
    display: block;
    width: 200px;
}


/*
 * Info Boxes (Left Col)
 *************************/
.infobox{
    width: 352px;
    padding: 0px 0px 15px 0px;
}

.infobox .head{
    height: 50px;
}

.infobox .content{
    width: 350px;
    background-color: #ffffff;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.infobox .content .leftcol{
    float: left;
    width: 147px;
    padding: 0px 20px 0px 5px;
    margin: 20px 0px 0px 0px;
}

.infobox .content .rightcol{
    float: left;
    width: 148px;
    padding: 0px 20px 0px 5px;
    margin: 20px 0px 0px 0px;
    border-left: 3px dotted #666666;
}

.infobox .content .foot{
    background: none;
    padding: 5px 0px 5px 5px;
    margin: 3px 5px 0px 5px;
    border-top: 3px dotted #666666;
}

.infobox .content .brand{
    color: #24782c;
    text-decoration: none;
    font-weight: bold;
	font-size:10px;
}

.infobox .content .price{
    font-size: .8em;
}

.infobox .foot{
    height: 10px;
    background: transparent url(images/footer_infobox.png) scroll no-repeat left top;
}

#topten.infobox .head{
    background: transparent url(images/header_topten.png) scroll no-repeat left top;
}

#reviewbrand.infobox .head{
    background: transparent url(images/header_reviewbrand.png) scroll no-repeat left top;
}

#reviewfunction.infobox .head{
    background: transparent url(images/header_reviewfunction.png) scroll no-repeat left top;
}

#reviewmodel.infobox .head{
    background: transparent url(images/header_reviewmodel.png) scroll no-repeat left top;
}

#rightcol{
    float: right;
    width: 607px;
    padding: 0px 0px 15px 0px;
}

/*
 * Main Content Area
 ***********************/
.contenbox{
    width: 607px;
}

.contentbox .head{
    height: 12px;
    background: transparent url(images/bg_contentholder_top.png) scroll no-repeat left top;
}

.contentbox .content{
    width: 585px;
    padding: 0px 10px 0px 10px;
    background-color: #ffffff;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.contentbox .content a{
    color: #74A6CF;
    font-style: italic;
    font-weight: 600;
    padding:0px 0px 3px 0px;
}

.contentbox .content h1,h2,h3,h4{
    margin: 0px;
    padding: 10px 0px;
}

.contentbox .foot{
    height: 19px;
    background: transparent url(images/bg_contentholder_bot.png) scroll no-repeat left top;
}

.sidebox{
    width: 178px;
}

.sidebox .head{
    height: 10px;
    background: transparent url(images/sidebox_top.png) scroll no-repeat left top;
}

.sidebox .content{
    background-color: #ffffff;
    width: 151px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    padding: 0px 5px 0px 20px;
}

.sidebox .foot{            
    height: 10px;
    background: transparent url(images/sidebox_bot.png) scroll no-repeat left top;
}

#footer{
    width: 972px;
    margin: 0px auto;
    text-align: center;
    padding: 5px 0px 10px 0px;
    font-size: .75em;
    color: #888888;
}

.right{
    float: right;
	
}
.leftcol .right,.rightcol .right {
	width:90px;
}
.left{
    float: left;
}

.bold{
    font-weight: bold;
}

.clr{
    clear: both;
}

.orange{
    color: #E36C00;
}
/*
 * New
 ********************************/
#ourtopten{
    border-bottom: 3px dotted #666666;
    margin: 0px 0px 20px 0px;
}

.ourtopten{
    width: 577px;
}

.ourtopten .head{
    height: 31px;
    background: transparent url(images/bg_right_feature_top.png) scroll no-repeat left top;
    color: #ffffff;
}
.ourtopten .head span {
    line-height:30px;
    font-size:18px;
    font-weight:bolder;
    margin-left:15px;
}

.ourtopten .content{
    background-color: #ffffff;
    width: 550px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    padding: 0px 5px 0px 20px;
}

.ourtopten .foot{
    height: 10px;
    background: transparent url(images/bg_right_feature_bot.png) scroll no-repeat left top;
}

#thelinks {
	float:right;
	width:200px;
	margin:5px;
}
#thelinks div {
	background:#ffffcb;
	padding:5px;
	color:#666;
	border: 1px #e4cb4d dotted;
	
}
#thelinks div h3 {
	color:#8e4d0b;
	
}
#thelinks div a {
	color:#8e4d0b;
	display:inline;
	font-weight:lighter;
}

#thelinks div a:after {
	content:' >>';
}

#thelinks1 {
}
#thelinks1 div {
	clear:both;
}
#thelinks1 .main {
	background:#ffffcb;
	float:left;
	padding:5px;
	color:#666;
	margin-left:150px;
	width:350px;
	border: 1px #e4cb4d dotted;
	
}
#thelinks1  .main  h3 {
	color:#8e4d0b;
	
}
#thelinks1  .main a {
	color:#8e4d0b;
	display:inline;
	font-weight:lighter;
}

#thelinks1 div a:after {
	content:' >>';
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

