@charset "UTF-8";


body {
	background-image: url(images/bkgd.png);
	background-repeat: repeat;
}


HR {
	height:5px;
	width:95%;
	margin: 0px 0px 0px 30px;
	background-color: #E4E678;
   }


a:visited {
	text-decoration: none;
	color:#999999;
}
a:hover {
	text-decoration: line-through;
	color: #999999;
}
a:active {
	text-decoration: none;
	color:#333333;
}
a:link {
	text-decoration: none;
	color:#999999;
}


/* Main Container */
#main {
	height: 720px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: medium #000000 double;
	margin-top: 5%;
}


/* Left Side */
#leftpanel {
	float:left;
	height: 670px;
	width: 1000px;
}

#leftpanel_main {
	float:left;
	height: 670px;
	width: 1000px;
	background-image: url(images/mainphoto.jpg);
}

#header {
	height: 160px;
	width: 1000px;
	background-image: url(images/header.gif);
}
#header_logo {
	height: 130px;
	width: 200px;
	margin-left: 10px;
}

/* Left column Left Side */
#left_col {
	height:470px;
	width:148px;
	float:left;
	background-image: url(images/skyscraper1.gif);
	margin-left: 10px;
	margin-top: 20px;
}
#sky_scrapper1 {
	height:470px;
	width:148px;
	float:left;
	background-image: url(images/skyscraper1.jpg);
	margin-left: 10px;
	margin-top: 20px;
}
#sky_scrapper2 {
	height:470px;
	width:148px;
	float:left;
	background-image: url(images/skyscraper2.gif);
	margin-left: 10px;
	margin-top: 20px;
}

#left_col_blank {
	height:470px;
	width:148px;
	float:left;
	margin-left: 10px;
	margin-top: 20px;
}

.left_container {
	float: left;
	height: 450px;
	width: 350px;
	margin-top: 40px;
}
#left_container_services {
	float: left;
	height: 350px;
	width: 400px;
	margin-top: 40px;
}
.left_split_services {
	float: left;
	height: 350px;
	width: 200px;
}
.left_split_main {
	float: left;
	height: 100px;
	width: 800px;
}


#navbar_horz {
	float: left;
	height: 20px;
	width: 450px;
	padding-left: 100px;
}

#navbar_copy {
	float: right;
	height: 20px;
	width: 400px;
	padding-right: 50px;
}


/* Rigth Column Left Side */
#center_col {
	float: right;
	width: 800px;
	height: 490px;
	padding-left: 20px;
	padding-right: 20px;
}

#center_colmain {
	float: right;
	width: 960px;
	height: 490px;
	padding-left: 20px;
	padding-right: 20px;
}


#center_col_map {
	float: right;
	width: 800px;
	height: 490px;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(images/location.gif);
}

#center_col_contact {
	float: right;
	width: 800px;
	height: 490px;
	padding-left: 20px;
	padding-right: 20px;
}

#center_col_products {
	float: right;
	width: 800px;
	height: 490px;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(images/products.gif);
}

#center_col_main {
	float: left;
	width: 250px;
	height: 200px;
	padding-left: 50px;
	padding-right: 680px;
	padding-top: 30px;
}
#center_col_stylists {
	float: left;
	width: 960px;
	height: 470px;
	background-image: url(images/stylists.jpg);
	margin-top: 20px;
	background-repeat: no;
	margin-left: 20px;
	margin-right: 20px;
}


.right_container {
	float: left;
	height: 450px;
	width: 350px;
	margin-top: 40px;
}
#right_container_services {
	float: left;
	height: 350px;
	width: 400px;
	margin-top: 40px;
}
.right_split_services {
	float: left;
	height: 350px;
	width: 200px;
}
.right_split_main {
	float: right;
	height: 100px;
	width: 400px;
}




/* Right Side */

#rightpanel {
	float: right;
	height: 200px;
	width: 325px;
	padding-top: 75px;
	padding-right: 25px;
}


/* Footer */


#footer {
	height: 50px;
	width: 580px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	text-align: center;
	padding-left: 180px;
	padding-right: 240px;
}


/* copyright */


#copyright {
	height: 20px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-transform: lowercase;
	color: #333333;
	text-align: right;
}



/* Type */

.header1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	font-weight: bold;
}

.blog_header {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #660000;
	font-weight: normal;
}
.blog_subheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	font-weight: normal;
}
.blog_signature {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #333333;
	font-weight: bolder;
	margin-left: 15px;
	line-height: 14px;
}

.form_heads {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #660000;
	font-weight: bolder;
}

.copy_heads {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #660000;
}

.copy {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #333;
	line-height: 16px;
}

.copy_gray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333;
	line-height: 16px;
}

.copy_red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #660000;
	line-height: 16px;
}

.copy_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	text-transform: lowercase;
	padding-left: 10px;
}


/* K/O Tyoe */

.header1W {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #fff;
	font-weight: bold;
}

.blog_headeW {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #fff;
	font-weight: normal;
}
.blog_subheaderW {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #fff;
	font-weight: normal;
}
.blog_signatureW {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #fff;
	font-weight: bolder;
	margin-left: 15px;
	line-height: 14px;
}

.form_headsW {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #fff;
	font-weight: bolder;
}

.copy_headsW {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #fff;
}

.copyW {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #fff;
	line-height: 16px;
}

.copy_grayW {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #fff;
	line-height: 16px;
}

.copy_linksW {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #ffffff;
	text-transform: lowercase;
	padding-left: 10px;
}


/* Custom Sizes */


.image_box {
	height: 510px;
	width: 337px;
	float: right;
}

#location_right {
	float: right;
	height: 100px;
	width: 300px;
	padding-right: 60px;
	margin-top: 40px;
	overflow: visible;
}
#location_left {
	float: left;
	height: 100px;
	width: 200px;
	margin-top: 340px;
	padding-left: 75px;
}
#main_left {
	float: left;
	height: 200px;
	width: 250px;
	padding-top: 45px;
	padding-left: 50px;
	padding-right: 680px;
}

#products_right {
	float: right;
	height: 350px;
	width: 425px;
	margin-top: 40px;
	background-image: url(images/productsgroup.gif);
	margin-right: 25px;
	background-repeat: no;
}

#services_comments {
	height: 50px;
	width: 650px;
	float: left;
	padding-left: 150px;
}
