/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#000000;
	font-size:.8em;
	margin:0 auto;
	background-color:#A0C2D0;
	background-repeat:  repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image:url(images/bg_body.gif);
}

a { color:#0B83A9; text-decoration: none; }

a:hover { text-decoration: underline; }

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:1.8em; }

h2 { font-size:1.4em; }

h3 { font-size:1.2em; }

p { line-height: 18px; margin: 0 0 18px 0; }

/* ---- class settings ----------------------- */

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	bottom: 0;
	left: 0;
}

.featured-item {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #0882A8;
}

.featured_flag {
	margin: 10px 0;
}

.more-info {
	text-align: right;
}

.flag {
	margin: 0 0 10px 0px;
}

.check-items {
	margin: 30px 0 0 0;
}

.ad-top {
	margin: 10px 0 0 0;
	border: 1px solid #7f7c7e;
}

.specs {
	background-color: #fff;
	border: 3px solid #0982A8;
}

.specs td {
	border: 1px solid #0982A8;
}

/* ---- layout settings ----------------------- */

#main_container {
	position:relative;
	margin:0 auto;
	width:950px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:255px;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:27px;
	color: #fff;
	padding: 8px 0 0 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:auto;
}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:570px;
	height:auto;
}

#content_main2 {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:900px;
	height:auto;
}

#pro_image {
	width: 300px;
	height: auto;
	float:left;
}

#pro_info {
	width: 560px;
	height: auto;
	float:right;
	padding: 0 20px;
}

/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:357px;
	height:auto;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#featured {
	position:relative;
	top:0;
	left:0;
	width:337px;
	height:auto;
	font-size: 10px;
	background-color: #fff;
	padding: 40px 10px 0 10px;
	border: 1px solid #7d8182;
}

/* ---- end side bar content settings ---------------- */

#footer-repeat {
	position:relative;
	top:0;
	left:0;
	color:#FFF;
	width:100%;
	height:100px;
	clear:both;
	background-color: #4C7128;
	background-repeat: repeat-x;
	background-image: url(images/bg_footer.gif);
}

#footer {
	position:relative;
	top:0;
	left:0;
	color:#FFF;
	width:950px;
	height:auto;
	clear:both;
	margin: 0 auto;
	padding: 60px 0 0 0;
}

#footer a {
	color: #fff;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	color: #fff;
	margin: 0 25px;
	font-size: 1.4em;
	text-decoration: none;
}

#nav a:hover {
	color: #1A89B0;
}

