﻿/* Layout */

/*font styles*/
.faq { color: #006600; line-height: 24px;}
.red { color: #CC0000;}
.clear-both { clear: both;}
.float-right {float: right; padding-right: 20px;}
.form-black { font-family: Arial, Helvetica, sans-serif; color: #000000; font-weight: bold; background-color: #FFF; font-size: 12px;}
.blue {font-family: Arial, Helvetica, sans-serif; color: #003366; font-weight: bold; font-size: 1em;}
.blue-normal {font-family: Arial, Helvetica, sans-serif; color: #003366; font-weight: bold;}
.bold-blocks {font-family: Arial, Helvetica, sans-serif; color: #000; font-weight: bold; font-variant:small-caps;}

/*Request Form*/

.row{
	clear:both;
	display: block;
	float: left;
	width: 100%;
	padding: 0px;
}

.requestlabel {
	PADDING-RIGHT: 0px;
	DISPLAY: inline;
	PADDING-LEFT: 10px;
	FLOAT: left;
	PADDING-BOTTOM: 4px;
	WIDTH: 242px;
	PADDING-TOP: 4px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

.requestlabel-full {
	PADDING-RIGHT: 0px;
	DISPLAY: inline;
	PADDING-LEFT: 10px;
	FLOAT: left;
	PADDING-BOTTOM: 4px;
	WIDTH: 565px;
	PADDING-TOP: 4px;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #000000;
}

.requestfieldwrap {
	float: right;
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 315px;
}

.requestfieldwrap-radio {
	float: right;
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 315px;
	font-size: 12px;
	color: #000;
}

.requestfieldwrap-full {
	float: left;
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 515px;
	font-weight: bold;
	font-size: 12px;
	color: #000;
}



/*Pages*/

.standard-ul {
	float: left;
	font-size: 0.8em;
}

.standard-ul li {
	float: left;
	padding: 5px;
	display: block;
}

#index-wrapper {
	width: 981px;
	height: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0;
}

#content-top-stretch {
	width: 981px;
	height: 211px;
	margin: 30px 0px 0px 1px;
	padding: 0px 0px 0px 0px;
	float: left;
}

#content-top-ticks {
	width: 520px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}

#content-top-calc {
	width: 459px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 211px;
	float: left;
	background-image: url(../images/site/calculator.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
}

#calculator {
	width: 324px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.calculator-container {
	width: 350px;
	padding: 64px 0px 0px 110px;
	margin: 0px 0px 0px 0px;
	float: left;
}

.calculator-field {
	padding: 4px 2px 4px 2px;
	font-size: 12px;
	width: 150px;
	border: 1px solid #164535;
	background-color: #FFFFFF;
}

.calculator-field:hover {
	border: 1px solid #2bc198s;
}

.calculator-label {
	clear: left;
	padding: 2px 0px 2px 6px;
	display: inline;
	float: left;
	margin: 0px 10px 10px 0px;
	width: 100px;
	color: #FFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.calculator-fieldwrap {
	margin-top: 3px;
}

.calculator-submit {
	background-color: #14644d;
	height: 60px;
	width: 184px;
	background-image: url(../images/site/submit-arrow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFF;
	float: right;
	border: none;
	vertical-align:top;
}

.calculator-label-answer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	clear: left;
	padding: 2px 0px 2px 6px;
	display: inline;
	float: left;
	margin: 0px 0px 10px 0px;
	width: 100px;
	color: #FFFFFF;
}

.calculator-label-value {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	clear: left;
	padding: 2px 0px 2px 6px;
	display: inline;
	float: left;
	margin: 0px 0px 0px 0px;
	width: 100px;
	color: #FFFFFF;
}

/*Frontpage Form*/
#frontpageform {
	width: 284px;
	margin-left: 30px;
}

.frontpageform-container {
	width: 350px;
	padding: 70px 0px 0px 110px;
	margin: 0px 0px 0px 0px;
	float: left;
}

.frontpageform-field {
	padding: 4px 2px 4px 2px;
	font-size: 12px;
	width: 150px;
	border: 1px solid #164535;
	background-color: #FFFFFF;
}

.frontpageform-field:hover {
	border: 1px solid #2bc198s;
}

.frontpageform-label {
	clear: left;
	padding: 2px 0px 2px 6px;
	display: inline;
	float: left;
	margin: 0px 10px 10px 0px;
	width: 100px;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.frontpageform-fieldwrap {
	margin-bottom: 5px;
}

.frontpageform-submit {
	background-color: #0e362b;
	height: 52px;
	width: 52px;
	background-image: url(../images/site/submit-arrow-2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFF;
	float: right;
	border: none;
	margin: 0;
}

.frontpageform-label-value {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	clear: left;
	padding: 2px 0px 2px 6px;
	display: inline;
	float: left;
	margin: 0px 10px 0px 0px;
	width: 150px;
	color: #FFFFFF;
}

.right-box-generic {
	background-image: url(../images/site/right-box-bg-0e362b.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #0e362b;
	width: 359px;
	float: left;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
}

.right-box-generic-white {
	background-color: #FFF;
	width: 359px;
	float: left;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}




 
body {
	margin: 27px;
	background-color: #000000;
	background-image: url(../images/site/bg-body.jpg);
	background-repeat: repeat-x;
}

.p-image {
	margin: 0px 0px 0px 10px;
	border: 1px solid #666;
}
	
	
#navbox {
	height: 183px;
	padding: 0px 0px 0px 0px;
	width: 981px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	width:981px;
	height: 183px;
	padding:0px;
	margin:0px;
}


#maincontent{
	width: 981px;
	height: auto;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	float: left;
}

#maincontent-homepage{
	width: 981px;
	height: auto;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	float: left;
}

#maincontent-popup{
	width: 100%;
	height: 100%;
	float: left;
	margin: 0px;
	color: #FFFFFF;
	background-color: #FFFFFF;
}


#footer{
	width: 100%;
	height: 70px;
	text-align:center;
	background-image: url(../images/site/foot-bg.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #ccc;
	clear:both;
	padding-top: 5px;
	color: #999;
}

#footer2{
	width: 100%;
	text-align:center;
	background-image: url(../images/site/foot-bg.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #ccc;
	clear:both;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #999;
}


.gallery {
	height: auto;
	width: 150px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#leftcontent-image-container {
	float:left;
	width: 572px;
	height: 153px;
	background-color: #FFFFFF;
	border: 1px solid #CCC;
	padding: 3px;
	margin-bottom: 10px;
}

#leftcontent {
	width: 610px;
	float:left;
	margin-bottom: 18px;
	padding: 0px 0px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.leftcontent-high {
	width: 590px;
	float:left;
	margin-bottom: 18px;
	padding: 10px 10px 20px 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.leftcontent-inside-container {
	width: 590px;
	padding: 0px 0px 0px 10px;
	float: left;
	margin: 0;
}

.leftcontent-inside-container-contact-form {
	width: 530px;
	padding: 15px 0px 15px 10px;
	float: left;
	margin: 0;
	background-color: #F7F7F7;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
}

#leftcontent-col-left {
	float: left;
	width: 300px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 10px;
}

#leftcontent-col-right {
	float: right;
	width: 280px;
	margin: 0px 0px 0px 0px;
	padding: 20px 10px 0px 0px;
}

#leftcontent a{
	color: #936;
	text-decoration: none;
}

#leftcontent a:hover{
	color: #936;
	text-decoration: underline;
}

#rightcontent {
	width: 330px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 10px 0px;
}



#lefttop {
	Width: 720px;
	height: auto;
	padding:0px 0px 0px 0px;
	margin: 0px;
	float:left;
	
}

#righttop {
	Width: 370px;
	height: auto;
	padding:0px 0px 0px 0px;
	margin: 30px 0px 0px 0px;
	float:left;

	
}

.footer_gen_links-left {
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-align: left;
}

.footer_gen_full {
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-align: left;
}

.footer_gen_links-right {
	float: right;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-top: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-align: right;
}

#footer a {
	color: #666;
	font-weight: bold;
}


#footer a:hover {
	text-decoration: underline;
}

/* typography */

p {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color: #333333;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

a:visited {	text-decoration: none;}


a:link {	text-decoration: none;}


a:active  {text-decoration: underline;
}


a:hover  {text-decoration: underline;
}

.p {
margin: 0px 0px 0px 0px;
padding: 10px 10px 10px 10px;
font-size:12px;
line-height: 12px;
font-family: Trebuchet MS; 
color: #ffffff;
}


.image {
	margin:10px 10px 10px 10px;
	

  }


h1 {
	font-family: "Trebuchet MS";
	color: #143632;
	font-size: 1em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	margin: 0px;
	font-size: normal;
	clear: both;
}

h2 {
	margin: 0px;
	font-family: "Trebuchet MS";
	color: #14664F;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	font-size: 1em;
}

h4 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #033;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
}

hr {
	color: #CCC;
}

.green-link {
	color: #060;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-szie: 0.9em;
}
	
	

/* nav bar */

.navigation-wrapper {
	width: 981px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	background-image: url(../images/site/nav-bg-full.gif);
	background-repeat: no-repeat;
	-moz-border-radius-bottomleft:0px; 
	-moz-border-radius-bottomright:0px;
	-moz-border-radius-topleft:9px;
	-moz-border-radius-topright:9px;
	border-radius-bottomleft:0px; 
	border-radius-bottomright:0px;
	border-radius-topleft:9px;
	border-radius-topright:9px;
}

.nav {
	height: 40px; 
	width: 981px; 
	margin: 0 auto; 
	background: url(../imgs/nav/nav_back.gif) repeat-x; 
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}



.nav ul {
	overflow: hidden; 
	padding-top: 0px;  
	width: 880px; 
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0 0 10px ;
	padding: 0;
}


.nav ul li {
	float: left;
	height: 30px; 
	font-weight: bold; 
	margin-right: 5px; 
	letter-spacing: 0px; 
	font-size: 12px;
	list-style: none;
    background-color: #000000;
}


#nav ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
 
#nav ul li {
  background-color: #000000;
}
 
#nav ul li a {
  float: left;
  display: block;
}
 
#nav ul li {
  float: left;
  display: block;
}
 
#nav ul li a {
  margin: 15px;
  padding: 5px;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
}

#nav ul li a.selected {
  background-color: #fff;
  color: #033;
}

#nav ul li a:hover {
  background-color: #fff;
  color: #033;
}
.nav ul li.active {
	height: 43px; 
	border: 0;
	color: #036;
}

.nav ul li a {
	line-height: 20px; 
	display: block; 
	padding: 5px 10px; 
	color: #FFF; 
	font-weight: bold;
	text-decoration: none;
	float: none;
	background-color: #000000;
}


.nav ul li a:hover{
	color: #033;
	line-height: 20px;
	background: #fff; 
	-moz-border-radius-topleft:9px;
	-moz-border-radius-topright:9px;
	border-radius-topleft:9px;
	border-radius-topright:9px;
}


.nav ul li a.selected{
	color: #033;
	line-height: 20px;
	background: #fff; 
	-moz-border-radius-topleft:9px;
	-moz-border-radius-topright:9px;
	border-radius-topleft:9px;
	border-radius-topright:9px;
}

.contactfield {
	width: 250px;
	border-right: #dddddd 1px solid;
	border-left: #bcbcbc 1px solid;
	border-bottom: #dddddd 1px solid;
	border-top: #bcbcbc 1px solid;
	padding: 2px 2px 2px 2px;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

.contactfield2 {
	width: 130px;
	padding: 2px 2px 2px 2px;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	border: 1px solid #000000;
}
.contactlabel {
	float: left;
	clear: left;
	display: inline;
	width: 150px;
	padding: 2px 0px 2px 6px;
	margin: 0px 10px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #333;
}
.contactfieldwrap {
	MARGIN-BOTTOM: 10px;
	color: #000000;
}


h3 {
	font-family: "Arial";
	font-size:0.8em;
	color: #333;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 5px 0px 0px 0px;
}
.gallerySmall {
	border: 1px solid #333333;
}
.home_image {
	display: inline;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

.right-col-box-wrapper-1 {
	width: 320px;
	height: 125px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	float: left;
	background-image: url(../images/site/north-west.jpg);
	background-repeat: no-repeat;
	border: 1px solid #CCC;
}

.right-col-box-wrapper-2 {
	width: 320px;
	height: 125px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	float: left;
	background-image: url(../images/site/ask-the-doctor.jpg);
	background-repeat: no-repeat;
	border: 1px solid #CCC;
}

.right-col-box-wrapper-3 {
	width: 320px;
	height: 125px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	float: left;
	background-image: url(../images/site/free-consultation.jpg);
	background-repeat: no-repeat;
	border: 1px solid #CCC;
}

.right-col-box-container-1 {
	width: 200px;
	height: 55px;
	padding: 60px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	float: left;
}

.right-col-box-container-2 {
	width: 200px;
	height: 55px;
	padding: 60px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	float: left;
}

.right-col-box-container-3 {
	width: 200px;
	height: 55px;
	padding: 60px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	float: left;
}

.right-col-box-link{
	color: #066;
	font-weight: bold;
	text-decoration: none;
}

.right-col-box-link a{
	color: #066;
	font-weight: bold;
	text-decoration: none;
}

.right-col-box-link a:hover{
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

.home_logos {
	display: inline;
	float: left;
}

.tickboxes {
	display: inline;
	float: left;
	width: 70px;
}
.checkbox {
	float: left;
}

.ticklabel {
	DISPLAY: inline;
	FLOAT: right;
	WIDTH: 50px;
	color: #9B0409;
	font-family: "Trebuchet MS";
	font-size: 0.8em;
}
.addtocart {
	margin-top: 9px;
}
.watch {
	float: right;
}



.content-tick-box-container {
	width: 525px;
	padding: 10px 10px 10px 20px;
	margin: 0px 0px 0px 0px;
	float: left;
}

.sector {
	width: 440px;
	background-image: url(../images/site/smallbox_bk.gif);
	background-repeat: repeat-x;
	padding-left: 5px;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	float: left;
	font-weight: bold;
}

.sector h1 {
	font-family: "Trebuchet MS";
	font-size: 0.9em;
	color: #090;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
}

.sector a:visited {
	color: #333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
}


.sector a:link {
	color: #333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
}


.home_leftcontentbottom {
	border-top-width: 2px;
	border-top-style: ridge;
	border-top-color: #D2D2D2;
	padding-top: 10px;
}

.sector a:hover {
	color: #090;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: underline;
}
#legalcontent {

	Width: 820px;
	height: auto;
	float:left;
	background-color: #FFFFFF;
	padding-top: 25px;
	padding-right: 40px;
	padding-bottom: 38px;
	padding-left: 40px;
}

.price-large {
	font-family: "Arial";
	font-size:1.7em;
	font-weight: bold;
	color: #060;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

.price-small {
	font-family: "Arial";
	font-size:1em;
	font-weight: bold;
	color: #060;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

.volume {
	font-family: "Arial";
	font-size:0.9em;
	font-weight: bold;
	color: #060;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}

.shopbuy a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
	color: #F60;
	text-decoration: underline;
}

.shopbuy a:hover{
	text-decoration: none;
	color: #060;
}

/* ABOUT US */

#about-thumbnail {
	width: 140px;
	padding: 0px 0px 0px 0px;
	margin: 6px 8px 0px 0px;
	float: left;
}

#product-thumbnails {
	width: 150px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: right;
}

.profile-pic {
	float: left;
	width: 140px;
	height: 150px;
	padding: 0 0 0 0;
	margin: 10px 10px 0 10px;
	border: 1px solid #e1dee7;
}

/* GALLERY THUMBNAILS */

#gallery-wrapper {
	width: 565px;
	padding: 0px 0px 15px 65px;
	margin: 0px 0px 0px 0px;
	float: left;
}

.gallery-thumbnail {
	width: 156px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 12px;
	margin-top: 12px;
	float: left;
	height: 104px;
	border: 1px dotted #CCC;
}



/* CSS HACKS */

div#nifty {
  margin: 0 10%; background: #FFFFFF;
}
div.rounded div {
  height: 1px;
  overflow: hidden;
}
#radiusy {
  text-align: right;
  width: 30px;
}
#radiusx {
  text-align: right;
  width: 30px;
}
.valuationTable {
	background-color: #FFF;
}
.form-field {
	width: 150px;
	border-right: #dddddd 1px solid;
	border-left: #bcbcbc 1px solid;
	border-bottom: #dddddd 1px solid;
	border-top: #bcbcbc 1px solid;
	padding: 2px;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin-left: 10px;
	margin-top: 10px;
}
