/* CSS Document */
/**Layout Divs**/
/*this container centers the content in the browser and fixes the overall width*/
    #wrapper {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	background-color: #D9DDE1;/*themecolour4$ -1.1%, -20.0%;*/    
}
#wrapper2 {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	background-color: #D9DDE1;
}
#wrapperform {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	background-color: #D9DDE1;
}
#wrapper3 {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background-color: #282d33;
}
#wrapper3 table {
	font-size: 100%;
}

#wrappermain {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	background-color: #505050;
}
#wrapperbeauty {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	background-color: #583235;
}
#wrapperspa {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	background-color: #505050;
}
#wrapperretail {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	background-color: #505050;
}
#wrappermuseum {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	background-color: #505050;
}
/*container for the heading and logo graphic*/
#header {
	height: 95px;
	width: auto;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background-color: #000000;
	

}
/*this container holds the right-hand column divs*/
#holderdiv {
	width: 180px;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
/*this container holds the left-hand column divs*/
#holderdiv2 {
	width: 180px;
	
	
}
/*the individual text boxes in the left-hand column */
.leftcoldiv {
	height: 500px;
	width: 385px;
	margin: 0px;
}

/*the individual text boxes in the left-hand column - alternative style*/
.leftcoldiv2 {
	margin: 0;
	color: #858c93;
	width: 170px;
}
/*the individual text boxes in the right-hand column*/
.rightcoldiv {
	margin: 5px 0 10px;
	background-color: #7f7f7f;/*themecolour4;*/
	background-image: url(Corvette_rightcol_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
/*the individual text boxes in the right-hand column - alternative style*/
.rightcoldiv2 {
	margin: 5px 0 10px;
	width: 180px;
	background-color: #ffcc00;/*themecolour1;*/
	padding: 1px;
}
/*contains and positions the horizontal navbar*/
#navbar {
	background-color: #000000;
	height: 25px;
	z-index: 5;
	padding-bottom: 2px;
}
#navbar2 {
	height: 25px;
	margin-top: 1px;
	margin-left: 0px;
	padding-left: 0px;
	float: right;
	z-index: 4;
}

/*style the footer area*/
#footer {
	width: auto;
	font-size: 70%;
	text-align: center;
	height: 24px;
	padding-top: 4px;
	vertical-align: middle;
	font-weight: normal;
	background-color: #000000;
	color: #858c93;
}
/**Redefined html tags**/
/*this defines the font style and color, also the gradient background image*/
    body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;/*themecolour6;*/
	text-align: center;
	font-size: 100%;
	background-repeat: repeat;
	padding-top: 20px;
	
	background-color: #000000;/*themecolour2;*/
	margin-left: 10px;
	margin-right: 10px;
	background-image: url(Corvette_bg_image.gif);	
}
html>body {margin-left: 0px;        margin-right: 0px; padding-left: 10px;       padding-right: 10px;}
/*sets margins to 0*/  
p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*style the text */
#wrapper2 p {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-size: 80%;
	line-height: 1.3em;
	margin-right: 30px;
}
#wrapperform p {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 80%;
	line-height: 1.3em;
	margin-right: 5px;
}
#wrapper3 p {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-size: 80%;
	line-height: 1.3em;
	margin-right: 30px;
	color: #bfc3c8;
}
#wrapperbeauty p {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-size: 90%;
	line-height: 1.3em;
	margin-right: 30px;
	color: #CCCCCC;
	font-weight: normal;
}
#wrappermain p {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-size: 90%;
	line-height: 1.3em;
	margin-right: 30px;
	color: #CCCCCC;
	font-weight: normal;
}
#leftcoldiv p {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 80%;
	line-height: 1.3em;
	color: #999999;
	padding-left: 25px;
}
/*style the heading1 text */
h1 {
	font-size: 120%;
	font-weight: normal;
	padding-bottom: 2px;
	padding-left: 0px;
	color: #FFFFFF;
	padding-top: 0px;
	margin-right: 30px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#wrapperform h1 {
	font-size: 90%;
	font-weight: bold;
	padding-bottom: 2px;
	padding-left: 10px;
	color: #FFFFFF;
	padding-top: 2px;
	background-position: left center;
	margin-right: 5px;
	margin-bottom: 8px;
	margin-left: 5px;
	margin-top: 5px;
	background-color: #949EAB;
}
h2 {
	margin: 0;
	background-color: #000000;/*themecolour2;*/
	font-size: 80%;
	padding: 3px 5px;
	color: #838C95;/*themecolour1;*/
	font-weight: normal;
}
h3 {
	background-color: #545F6B;/*themecolour2;*/
	font-size: 80%;
	color: #fffdfd;/*themecolour5;*/
	margin-top: 0;
	margin-right: 10;
	margin-bottom: 5;
	padding-top: 1px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
}
h4 {
	background-color: #545F6B;/*themecolour2;*/
	font-size: 80%;
	color: #fffdfd;/*themecolour5;*/
}
h5 {
	background-color: #424A55;
	font-size: 90%;
	color: #FFFFFF;
	padding-top: 1px;
	padding-bottom: 3px;
	padding-left: 15px;
	padding-right: 5px;
	font-weight: bold;
	margin: 0px;
}
#faq h3 {
	background-color: #424953;/*themecolour2;*/
	font-size: 80%;
	color: #fffdfd;/*themecolour5;*/
	margin-top: 0;
	margin-right: 10;
	margin-bottom: 5;
	padding-top: 4px;
	padding-bottom: 8px;
	padding-left: 37px;
	padding-right: 5px;
	background-image: url(../graphics/question.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#faq h4 {
	background-color: #282D33;/*themecolour2;*/
	font-size: 80%;
	color: #fffdfd;/*themecolour5;*/
	margin-top: 0;
	margin-right: 10;
	margin-bottom: 5;
	padding-top: 4px;
	padding-bottom: 8px;
	padding-left: 37px;
	padding-right: 5px;
	background-image: url(../graphics/answer.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


head~body h3:only-child, head~body h3:not(:only-child) { margin: 0 10 5 225;}
html>body h3 { margin:  0 200 10 225;}

#holderdiv2 h2 {
	background-color: #000000;/*themecolour2;*/
	font-size: 80%;
	padding: 3px 1px 3px 7px;
	color: #ffffff;/*themecolour5;*/
	margin-top: 0;
	margin-bottom: 5;
	margin-right: 0;
	margin-left: 0;
}
#holderdiv2 h3 {
	background-color: #000000;/*themecolour2;*/
	font-size: 80%;
	padding: 3px 1px 3px 7px;
	color: #ffcc00;/*themecolour1;*/
	margin-top: 0;
	margin-bottom: 5;
	margin-right: 0;
	margin-left: 0;
}
#holderdiv h2 {
	margin: 0 10 5 0;
	background-color: #000000;/*themecolour2;*/
    font-size: 80%;
	padding: 3px 0px 3px 10px;
	color: #FFCC00;/*themecolour1;*/
	font-size: 80%;
}
#holderdiv h3 {
	margin: 0 0 5;
	background-color: #000000;/*themecolour2;*/
    font-size: 80%;
	padding: 3px 0px 3px 10px;
	color: #ffffff;/*themecolour5;*/
	font-size: 80%;
	h4 {
	padding-left: 20px;
	margin-bottom: 3px;
	font-size: 90%;
	color: #70767C;
	font-weight: bold;
	margin-top: 2px;
}
}
/*defines the style for ordered lists (numbered) */
ol {
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 80%;
	color: #ACB1B7;
}
/*defines the style for unordered lists (bulleted) */
 ul {
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	padding-bottom: 10px;
	font-size: 80%;
	list-style-position: inside;
	list-style-image: url(../graphics/bullet.gif);
	color: #ACB1B7;
	margin-right: 10px;
	margin-left: 5px;
	
}


.boldred {
	font-weight: bold;
	color: #FF0000;
}

/*floats element to the left*/
    .left {
	float: left;
	margin-right: 10px;
}
/*floats element to the right*/
   .right {
	float: right;
}
/*link styles*/
#navbar a { color: #FFFFFF;  
}
#navbar a:hover { color: #FFFFFF; 
}

#wrapper3 a { color: #838E9E;  
}
#wrapper3 a:hover { color: #FFFFFF; 
}

#wrapper2 a { color: #677485;  
}
#wrapper2 a:hover { color: #000000; 
}

#footer a {
	color: #858c93;
	text-decoration: none;
}	
	
#footer a:hover {
	color: #ffffff;
	text-decoration: none;	
}
/*defines the style for horizontal dividers*/
.divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffcc00;/*themecolour1;*/
	padding-top: 4px;
	padding-bottom: 4px;
}
.faqsubhead {
	font-size: 130%;
	margin-bottom: 5px;
	font-weight: bold;
}

/*floats image to the left of text blocks*/
.imagefloat {
	float: left;
	vertical-align: middle;
	margin-right: 5px;
	padding-top: 4px;
}
/*floats image to the left of text blocks*/
.imagefloat2 {
	float: left;
	margin-right: 10px;
}
#clear {
	height: 1px;
}

/*floats logo graphic to the left */ 
div.row span.left {
  float: left;
  text-align: left;
  }

/*floats heading graphic to the right */ 
div.row span.right {
  float: right;
  text-align: right;
  }
.textfield {
	background-color: #FFFFFF;
	font-size: 90%;
	padding-left: 5px;
	width: 140px;
	color: #000000;
	margin: 0px 0px 5px;
	border: 1 solid #6a7bb9;
}

form {
	margin: 0px;
	
}
.menuForm     {
	width:150px;
	font-size:90%;
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
	margin-bottom: 5px;
}
select {
}
.results {
	font-size: 90%;
	color: #bfc3c8;
}
#feature {
	margin-right: 20px;
	margin-left: 20px;
}
.question {
	padding-top: 2px;
	padding-bottom: 2px;
}
.answer {
	background-color: #434A54;
	padding-top: 2px;
	padding-bottom: 2px;
}
.quote {
	font-style: italic;
	color: #4E5FA3;
}
.credit {
	font-size: 60%;
	color: #4E5FA3;
}
/* image classes */
		.img_left {
	float: left;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
		}
		
		.img_left2 {
	float: left;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 8px;
	margin-top: 3px;
		}
			
		.img_right {
			float: right; 
			margin: 8px 10px 0px;
		}
		

blockquote {
	font-weight: normal;
	margin-bottom: 2px;
	margin-left: 20px;
	margin-top: 6px;
}
#featurebox {
	width: 728px;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 10px;
	background-image: url(../graphics/box.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#featurebox550 {
	background-color: #3D444E;
	width: 550px;
	padding-bottom: 10px;
	background-image: url(../graphics/box550.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-left: 190px;
}
#boxtop {
    background-image: url(../graphics/boxtop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 14px;
	width: 728px;
	margin-left: 20px;
	
}

#boxtop550 {
	height: 15px;
	width: 550px;
	background-image: url(../graphics/boxtop550.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 190px;
}


#bulletbox {
	width: 650px;
	margin-left: 40px;
	margin-right: 20px;
	padding-top: 8px;
	padding-bottom: 12px;
}
#applydata {
	font-size: 120%;
}
#applydata p {
	font-weight: normal;
	padding: 0px;
}
h6 {
	font-size: 80%;
	background-color: #949EAB;
	color: #FFFFFF;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #434A54;
}
.data {
	padding: 3px;
	border-bottom: 1px dotted #949EAB;
}
#clientpanel {
}
