body {
	background-color: #d0d0d0;
	margin: 0;
}

/* CSS Heirarchy */

#body_stripe {
	background-image: url(../pics/body_bg_top.gif);
	background-repeat: repeat-x;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 323px;
	width: 100%;
	z-index: 1;
}

#body_light {
	background-color: #f7f7f7;
}

	#container {
		margin: 0 auto;
		width: 801px;
		position: relative;
		top: 0;
		left: 0;
		z-index: 2;
	}

		#header {
			height: 74px;
			background-image: url(../pics/header_bg.gif);
			background-repeat: no-repeat;
		}

			#header h1 {
				margin: 0;
				position: absolute;
				top: 9px;
				left: 335px;
				font-size: 11px;
				font-weight: normal;
				width: 250px;
				color: #aaa;
			}

			#logo {
				margin: 9px 0 0 14px;
			}

			#top_nav {
				float: right;
				margin: 9px 0 0 0;
			}

				#top_nav a {
					font-weight: normal;
					color: #666666;
				}

		#main {
			background-image: url(../pics/main_bg.gif);
			background-repeat: repeat-y;
			min-height: 397px; 
			height: auto;
			position: relative;
			top: 0;
			left: 0;
		}

			#main_shadow {
				background-image: url(../pics/main_shadow.gif);
				width: 11px;
				height: 223px;
				position: absolute;
				left: 801px;
				top: 26px;
			}

			#pri_nav {
				height: 25px;
				margin-left: 7px;
			}

			#main_inner {
				margin: 0 7px;
				min-height: 347px; 
			}

			#blue {
				background-color: #3859A6;
				margin: 0 7px;
			}

			#blue_foot {
				background-color: #3859A6;
				margin: 0 7px;
				color: #ffffff;
				line-height: 22px;
			}
				#left_col {
					width: 314px;
					float: left;
					color: #ffffff;
					line-height: 22px;
				}

				#right_col {
					background-color: #ffffff;
					float: left;
					width: 473px;
					min-height: 410px; 
					height: auto;

				}

			#main_bottom {
				background-image: url(../pics/main_bottom_bg.gif);
				background-repeat: no-repeat;
				position: relative;
				top: 0;
				left: 0;
				line-height: 8px;
			}

		#footer {
			background-image: url(../pics/body_bg_bottom.jpg);
			background-repeat: repeat-x;
			position: relative;
			bottom: 48px;
			left: 0;
			height: 158px;
		}

			#footer_container {
				background-image: url(../pics/footer_container_bg.jpg);
				background-repeat: no-repeat;
				width: 801px;
				margin: 0 auto;
				position: relative;
				top: 50px;
				left: 0;
				text-align: center;
			}

				#footer_container a {
					font-weight: normal;
					color: #666666;
				}

				#footer_shadow {
					background-image: url(../pics/bottom_shadow.jpg);
					width: 11px;
					height: 48px;
					position: absolute;
					left: 801px;
					top: -50px;
				}



/* general styles */

img {
	border: 0;
}

form {
	margin: 0;
}

.fl_left {
	float: left;
	margin: 5px 5px 0 0;
}
.al_center {
	text-align: center;
}
.al_right {
	text-align: right;
}
.fl_right {
	float: right;
	margin: 0 0 5px 5px;
}
.clear {
	clear: both;
}

.pad_15 {
	padding: 15px;
}

.error {
		margin           : 10px 0;
		color            : #ff0000;
		background-color : #ffeeee;
		border-top       : 1px solid #ff0000;
		border-bottom    : 1px solid #ff0000;
		padding          : 10px;
		}
.info {
		margin           : 10px 0;
		color            : #0000ff;
		background-color :	#eeeeff;
		border-bottom    : 1px solid #0000ff;
		border-top       : 1px solid #0000ff; 
		padding          : 10px;
		}
.success {
		margin           : 10px 0;
		color            : #009F62;
		background-color : #E6FFE6;
		border-top       : 1px solid #009F62;
		border-bottom    : 1px solid #009F62;
		padding          : 10px;
		}

* div.hr_grey_dotted {
		display: block;
		border-top: 1px dotted #C1C2C1; /* grey by any chance? */
		line-height: 1px;
		max-height: 1px;
		padding: 0;
		margin: 5px 0;
		clear: both;
		}

/* font styles */

body,
a,
input,
table {
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	color: #666666;
	text-decoration: none;
	line-height: 17px;
}

p {
	margin: 5px 0;
}

a {
	font-weight: bold;
	color: #666666;
}

a:hover {
	text-decoration: underline;
}

h2, h2 a, 
h3, h3 a {
	font-family: arial, verdana, sans-serif;
	color: #3859A6;
}
h2, h2 a {
	font-size: 18px;
	margin: 0px 0 15px 0;
}
h3, h3 a {
	font-size: 13px;
	margin: 0;
}

/* content styles */

.blue_fade {
	background-image: url(../pics/blue_fade.gif);
	background-repeat: repeat-x;
	padding: 10px;
}
.blue_fade .title {
	color: #3859A6;
	font-size: 13px;
	line-height: 13px;
	display: block;
	margin-bottom: 10px;
}

.testimonial {
	background: #F2F2F2 url(../pics/open_quotes.gif) no-repeat;
	border-top: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	padding: 10px 10px 5px 15px;
}
.testimonial_name {
	height: 35px;
	text-align: right;
}


#tech_specs {
	border-collapse: collapse;
	border: 1px solid #3859A6;
}
#tech_specs td,
#tech_specs th {
	padding: 5px;
	border: 1px solid #3859A6;
}
#tech_header {
	background-color: #f7f7f7;
	color: #3859A6;
	font-size: 13px;
}
#tech_icons {
	text-align: center;
	background-color: #f7f7f7;
}
#tech_details, #tech_details td {
	border: 0;
}

#tech_details td {
	padding: 2px;
}



#prod_images {
	width: 296px;
	float: right;
	z-index: 3;
}
#prod_zoom {
	background-image: url(../pics/prod_zoom_bg.gif);
	background-repeat: no-repeat;
	width: 296px;
	height: 246px;
}
#prod_zoom img {
	margin: 15px 0 0 70px;
	border: 2px solid #fff;
}
#prod_zoom select {
	margin: 10px 0 0 70px;
	width: 200px;
}
#prod_thumb {
	background-image: url(../pics/prod_thumb_bg.gif);
	background-repeat: repeat-y;
	padding-bottom: 10px;
	padding-left: 61px;
	padding-top: 3px;
}
#prod_thumb img {
	border: 2px solid #fff;
}


.gallery_pic {
	margin: 0 35px 20px 0;
}

.icon {
	margin: 0 5px 5px 0;
	float: left;
}