* {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	background: url(images/background.png) fixed;
	font-family: 'lucida sans unicode', 'lucida grande', sans-serif;
	color: #ffffff;
	text-align: center;
}

body a:link {color: #FFFFFF; text-decoration:none;}     /* unvisited link */
body a:visited {color: #FFFFFF; text-decoration:none;}  /* visited link */
body a:hover {color: #FF0000; text-decoration: underline;}   /* mouse over link */
body a:active {color: #FF0000}   /* selected link */


#wrapper {
	background: url(images/main.png);
	position: relative;
	width: 970px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 180px; /* linked with #main top position */
}
#logo {
	position: absolute;
	background: url(images/logo.png) no-repeat;
	width: 285px;
	height: 60px;
	top: 38px;
	left: 680px;
}
#product_logo {
	position: absolute;
	background: url(images/contourhd_logo.png) no-repeat;
	width: 224px;
	height: 59px;
	top: 25px;
	left: 5px;
}

/* panel start */
#panel {
	position: absolute;
	font-size: 16px;
	width: auto;
	top: 110px;
	margin: 0 auto;
	text-align: center;
	height: 40px;
	left: 2px;
}
#panel li {
	list-style: none;
	float: left;
}
#panel a {
	background: url(images/panel/bg.png);
	width: 119px;
/*	@width: 110px; */
	height: 24px;
/*	@height: 40px; */
	padding: 8px 0;
	border-left: 1px #333333 solid;
	border-right: 1px #999999 solid;
	color: #ffffff;
	text-decoration: none;
	display: block;
}
#panel a:hover, #panel ul li a.on {
	background: url(images/panel/bg_on.png);
	height: 20px;
	border-bottom: 4px #f89425 solid;
	color: #039ce8;
}
/*#panel a {
	float: left;
	width: 100px;
	height: 40px;
}
#home a {
	background: url(images/panel/home.png) no-repeat;
}
#home a:hover {
	background: url(images/panel/home_on.png) no-repeat;
}
#products a {
	background: url(images/panel/products.png) no-repeat;
}
#products a:hover {
	background: url(images/panel/products_on.png) no-repeat;
}
#accessories a {
	background: url(images/panel/accessories.png) no-repeat;
}
#accessories a:hover {
	background: url(images/panel/accessories_on.png) no-repeat;
}
#dealers a {
	background: url(images/panel/dealers.png) no-repeat;
}
#dealers a:hover {
	background: url(images/panel/dealers_on.png) no-repeat;
}
#videos a {
	background: url(images/panel/videos.png) no-repeat;
}
#videos a:hover {
	background: url(images/panel/videos_on.png) no-repeat;
}
#enquiries a {
	background: url(images/panel/enquiries.png) no-repeat;
}
#enquiries a:hover {
	background: url(images/panel/enquiries_on.png) no-repeat;
}*/
/* panel end */

/* sub panel start */
#sub_panel3 {
	position: absolute;
	font-size: 12px;
	width: auto;
	height: auto;
	top: 153px;
	left: 486px;
}

#sub_panel3 li {
	list-style: none;
	float: left;
	width: 121px;
}
#sub_panel3 a {
	background: url(images/panel/bg.png);
	width: 121px;
	height: auto;
	padding: 2px 0 6px 0;
	border-top: 4px #f89425 solid;
/*	border-left: 1px #333333 solid;
	border-right: 1px #999999 solid;*/
	color: #ffffff;
	text-decoration: none;
	display: block;
}
#sub_panel3 a:hover, #sub_panel3 ul li a.on {
	background: #f89425;
}


#sub_panel2 {
	position: absolute;
	font-size: 12px;
	width: auto;
	height: auto;
	top: 153px;
	left: 366px;
}

#sub_panel2 li {
	list-style: none;
	float: left;
	width: 121px;
}
#sub_panel2 a {
	background: url(images/panel/bg.png);
	width: 121px;
	height: auto;
	padding: 2px 0 6px 0;
	border-top: 4px #f89425 solid;
/*	border-left: 1px #333333 solid;
	border-right: 1px #999999 solid;*/
	color: #ffffff;
	text-decoration: none;
	display: block;
}
#sub_panel2 a:hover, #sub_panel2 ul li a.on {
	background: #f89425;
}	
	
#sub_panel {
	position: absolute;
	font-size: 12px;
	width: auto;
	height: auto;
	top: 153px;
	left: 122px;
}
#sub_panel li {
	list-style: none;
	float: left;
	width: 121px;
}
#sub_panel a {
	background: url(images/panel/bg.png);
	width: 121px;
	height: auto;
	padding: 2px 0 6px 0;
	border-top: 4px #f89425 solid;
/*	border-left: 1px #333333 solid;
	border-right: 1px #999999 solid;*/
	color: #ffffff;
	text-decoration: none;
	display: block;
}
#sub_panel a:hover, #sub_panel ul li a.on {
	background: #f89425;
/*	color: #039ce8;*/
}
/* sub panel end */



/* content area start */
#main {
	position: relative;
	min-height: 505px;
	top: 180px;
	left: 0;
	border: yellow 0px solid;
	padding: 5px 0  0 0;
}
#content {
	width: 960px;
	margin-left: 5px;
	
/*	@margin: 0 0 -20px 0;*/
}
.content_bg {
	background: url(images/content_bg.png);
	height: 630px;
	width: 310px;
	float: left;
	margin: 10px 5px;
}

.content_bg h1 {
	font-size: 24px;
	color: #039ce8;
	margin: 10px;
	text-align: left;
}
.content_bg p {
	font-size: 16px;
	margin: 10px;
	text-align: justify;
}
.content_bg p a {
	color: #039ce8;
	text-decoration: none;
}
.content_bg p a:hover {
	color: #f99422;
	text-decoration: none;
}
.content_bg a img {
	width: 280px;
	height: 260px;
	margin: 10px auto;
}
.content_bg a:hover img {
	border: 4px #f99422 solid;
	margin: 6px 0 6px 0;
}
/* content area end */

/* footer area start */
#footer {
	position: relative;
	background: url(images/footer_bg.png);
	height: 150px;
	width: 970px;
	margin: 0 auto;
	text-align: left;
}
.footer_holder {
	background: url(images/footer_holder_bg.png);
	width: 470px;
	height: 135px;
	float: left;
	margin: 10px 0 0 10px;
}
.footer_holder h1 {
	font-size: 16px;
	color: #039ce8;
	margin: 3px 5px 0 10px;
	text-align: left;
}
.footer_holder ul {
	width: 140px;
/*	@width: 150px;*/
	height: 60px;
	float: left;
	list-style: none;
	padding-left: 15px;
}
.footer_holder a {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
.footer_holder a:hover {
	color: #f99422;
}
#copyright {
	position: relative;
	background: url(images/copyright.png) no-repeat;
	height: 25px;
	width: 970px;
	margin-top: 150px;
	margin: 0 auto;
	padding-bottom: 40px;
}
#copyright p {
	font-size: 10px;
	text-align: right;
	width: 500px;
	border: 0px solid green;
	padding: 0 12px 0 0 ;
	float: right;
}
/* footer area end */

.clear {
	height: 0px;
	clear: both;
}
.preload {
	display: none;
}

/* Eric Added stuff */
body H1 {
	color: #FF7D00;
	padding: 0px;
	margin: 0px 0 24px 0;
	text-align: center;
	
}

body H3 {
	color: #FF7D00;
	padding: 0px;
	margin: 0px 0 10px 0;
	text-align: justify;
	
}



body H4 {
	color: #FF7D00;
	padding: 0px;
	margin: 0px;
	text-align: center;
	
}

p {
	margin: 0px 0 12px 0;
	text-align: justify;
	font-size: 12px;
	
}

#pricing {
	color: #FF7D00;
	padding: 0px;
	margin: 0px 0 0 0;
	float: right;
	font-weight: bold;
	
}


#container_row {

	border: 0px solid red;
	margin: 0px auto 10px auto;
	height: auto;
	float: left;
	width: 960px;
}

#container_left {
	height: auto;
	float: left;
	width: 425px;
	padding: 10px 25px 10px 25px;
	border: 0px solid green;

}

#container_left p{
	margin: 0 0 50px 0;

}

#container_left img {
	float: right;
	padding: 0 0 0 12px;
	width: auto;



	
}

#container_right {
	height: auto;
	float: right;
	width: 425px;
	padding: 10px 25px 10px 25px;
	border: 0px solid yellow;

}

#container_right p{
	margin: 0 0 50px 0;

}

#container_right li {
	font-size:12px;
}

#container_right img {
	float: right;
	padding: 0 0 0 12px;

}

#main ul {
	text-align: left;
	padding: 0px 25px 10px 25px; 
}


table {
	padding: 20px;
	border: 0px solid yellow;
}

th {
	padding: 6px 12px 6px 12px;
	font-size: 12px;
	font-weight:normal;
}

#software_content {
	height: 950px;
	background-image: url(images/softwareBackground.jpg);
	border: red 0px solid;

}

#software_content h3{
	text-align: center;
	}



#soft_1 {
	position: relative;
	left: 50px;
	top: 270px;
	border: green 0px solid;
	width: 220px;
	height: 180px;
	text-align: justify;
}

#soft_2 {
	position: relative;
	left: 50px;
	top: 540px;
	border: green 0px solid;
	width: 220px;
	height: 180px;
	text-align: justify;
}

#soft_3 {
	position: relative;
	left: 370px;
	top: -220px;
	border: green 0px solid;
	width: 220px;
	height: 180px;
	text-align: justify;
}

#soft_3 a {
	color: #FFFFFF;
	text-decoration:none;
}


#soft_4 {
	position: relative;
	left: 370px;
	top: 250px;
	border: green 0px solid;
	width: 220px;
	height: 180px;
	text-align: justify;
}

#soft_5 {
	position: relative;
	left: 695px;
	top: -450px;
	border: green 0px solid;
	width: 220px;
	height: 180px;
	text-align: justify;
}

#soft_6 {
	position: relative;
	left: 695px;
	top: -180px;
	border: green 0px solid;
	width: 220px;
	height: 180px;
	text-align: justify;
}

#tech_content {
	width: 970px;
	margin-left: 0px;
	/*background-color:#282828;*/
	padding: 0px;
	float: left;
	border: 0px red solid;
}

#tech_right {
	float: right;
	padding:  0 0 0 0px;

}

#tech_left {
	float: left;
	padding: 0 0 0 20px ;

}


/* table tech specs start */
#tech_specs_chart {
	text-align: center;
	margin: 0 auto;
}
#tech_specs_chart th {
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	background: #f7941e;
	width: 140px;
	padding: 12px 8px;
}
#tech_specs_chart th.blue {
	background: #264d67;
}
#tech_specs_chart tr.odd {
	background: #a3a69e;
}
#tech_specs_chart tr.even {
	background: #a39b92;
}
#tech_specs_chart td {
	font-size: 11px;
	vertical-align: top;
	width: 134px;
	padding: 8px 4px;
}
#tech_specs_chart td.odd_t, #tech_specs_chart td.even_t {
	font-weight: bold;
	text-align: left;
}
#tech_specs_chart td.odd_t {
	background: #5487a6;
}
#tech_specs_chart td.even_t {
	background: #3e6f92;
}
#tech_specs_chart td .mini {
	font-size: 10px;
}
/* table tech specs end */

/* form start */
/* ----------- My Form ----------- */
.form{
	margin: 0 auto;
	width: 800px;
	padding: 14px;
}

/* ----------- stylized ----------- */
/*#stylized{
	border: 2px #b7ddf2 solid;
	background:#ebf4fb;
}*/
#stylized h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}
#stylized p{
	font-size: 11px;
	color: #666666;
	margin-bottom: 20px;
	border-bottom: 1px #b7ddf2 solid;
	padding-bottom: 10px;
}
#stylized label{
	display: block;
	font-weight: bold;
	text-align: right;
	width: 340px;
	float: left;
}
#stylized .small{
	color: #666666;
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	width: 340px;
}
#stylized input, #stylized select, #stylized textarea {
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: 1px #aacfe4 solid;
	width: 200px;
	margin: 2px 0 20px 10px;
}
#stylized select {
	width: 205px;
}
#stylized textarea {
	width: 400px;
	height: 150px;
}
#stylized button {
	clear: both;
	margin-left: -315px;
	width: 125px;
	height: 31px;
	background: #666666/* url(img/button.png) no-repeat*/;
	text-align: center;
	line-height: 31px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
/* form end */



/* tech overview start */
#tech_overview {
	position: relative;
	background: #202020;
	border: 3px #181818 solid;
	width: 920px;
	padding: 8px;
	margin: 0 auto 20px auto;
	clear: both;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}
#tech_overview div {
	position: relative;
	float: left;
	width: 230px;
	height: 20px;
	display: block;
	font-size: 16px;
	color: #c1c1c1;
}
#tech_overview div.title {
	height: 30px;
	font-size: 24px;
	font-weight: bold;
	color: #e97b00;
}
/* tech overview end */

/* bottom buttons start */
#bottom_button {
	/* positioning here */
	position: relative;  /*absolute for left / right */

	width: 160px;
	height: auto;
/*	bottom: 10px;*/
	bottom: 10px;
	margin: 0 auto; /* delete this line and add in left: 10px; or right: 10px; for left / right */
	border: 0px #aacfe4 solid;

}
#bottom_button a {
	background: #f89425;
	padding: 8px;
	display: block;
	text-decoration: none;
	color: #fff;
	border: 4px #808285 solid;
	font-variant: small-caps;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	height: 24px;

}
#bottom_button a:hover {
	border: 4px #fff solid;
}
/* bottom buttons end */
