/* 123webconnect Standard CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color:#8c633f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:normal;
	font-weight:normal;
	color:#000000;
	margin-top:0px;
	line-height:1.3;
}

a {
	color:#0000FF;
	text-decoration:none;
}

a:hover {
	color:#FF0000;
	text-decoration:underline;
}
/*******************************************************************************************************Headings******/
h1 {font-size: 25px; color:#3f8c89;}
h2 {font-size: 21px; color:#3f8c89;}
h3 {font-size: 19px; color:#3f8c89;}
h4 {font-size: 17px;}
h5 {font-size: 15px;}
h6 {font-size: 14px;}
h1 {padding-bottom:15px;}
h2, h3, h4, h5, h6 {padding-bottom:10px; padding-top:10px; font-weight:normal;}
/*************************************************************************************************Font Colors**********/
.red {color:#FF0000;}
.blue {color:#0000FF;}
.teal {color:#3f8c89;}
.red_velvet {color:#942124;}
.yellow {color:#FFFF00;}
/*************************************************************************************************Text Styles*********/
.lineHeight1-5 {line-height:1.5;}
.underline {text-decoration:underline;}
.fontSize-85 {font-size:11px;}
.li {
	margin-left:75px;
	padding-top:10px;
	padding-bottom:10px;
}
.block {
	margin-left:75px;
	padding-top:10px;
	padding-bottom:10px;
}
hr {border:1px solid #3f8c89; margin-bottom:10px;}
/*********************************************************************************************Navigation****************/
#nav {
	float:left;
	width:665px;
	margin-top:12px;
	padding-left:25px;
	font-size:15px;
	/*font-weight:bold;*/
}
#nav li {
	display:inline;
	color:#fff;
}
#nav li a {
	color:#fff;
	margin:0px 5px 0px 5px;
	padding:5px;
	letter-spacing:1px;
}
#nav li a:hover {
	background-color:#3f8c89;
	text-decoration:none;
}
/**********************************************************************************************Page Layout************/
#container {
	width:969px;
	margin:0 auto;
	clear:both;
}
#container_bottom {
	width:920px;
	height:3px;
	clear:both;
}
#page_top {
	width:969px;
	clear:both;
}
#logo {
	width:420px;
	padding:10px 0px 15px 10px;
	float:left;
}
#address {
	width:375px;
	padding:10px 10px 15px 0px;
	float:right;
}
#telephone {
	float:right;
	width:210px;
	margin-top:12px;
	padding-right:25px;
	font-size:15px;
	/*font-weight:bold;*/
	letter-spacing:1px;
}
#menu_background {
	width:969px;
	height:44px;
	background-image:url(../images/menu_bg.gif);
	background-repeat:no-repeat;
	clear:both;
	color:#fff;
}
#header_background {
	width:969px;
	height:109px;
	clear:both;
	margin-top:10px;
	background-image:url(../images/page_header_BG.jpg);
	background-repeat:no-repeat;
}
#page_container_top {
	width:920px;
	height:22px;
	padding:0px 25px 0px 24px;
	clear:both;
	background-image:url(../images/page_top_bg.gif);
	background-repeat:no-repeat;
	margin-top:10px;
}
#page_container {
	width:920px;
	padding:0px 25px 0px 24px;
	clear:both;
	background-color:#fff;
	background-image:url(../images/page_background.gif);
	background-repeat:repeat-y;	
}
#page_title {
	width:425px;
	float:left;
	padding-left:24px;
	color:#fff;
	margin-top:27px;
	font-size:40px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-style:oblique;
}
#slogan {
		width:450px;
		float:right;
		color:#fff;
		padding-right:15px;
		margin-top:22px;
		letter-spacing:1px;
}
#footer {
	width:920px;
	padding:10px 25px 0px 24px;
	clear:both;
	color:#ccc;
	font-size:11px;
}
#footer a {color:#ccc;}
#two_thirds {
	width:600px;
	float:left;
}
#one-third {
	width:300px;
	float:right;
}
/**********************************************************************************************Home Page************/
#hp_slide_background {
	width:969px;
	height:260px;
	clear:both;
	margin-top:10px;
	background-image:url(../images/hpHead_BG.jpg);
	background-repeat:no-repeat;
}
.hpTagLine {
	font-size:28px;
	font-family:"Times New Roman", Times, serif;
	color:#982a2d;
	padding-bottom:15px;
	font-weight:bold;
}
/**********************************************************************************************Cabinets Page************/
#kc_left {
		width:420px;
		float:left;
}
#kc_right {
		width:495px;
		float:right;
}
#kc_Image {
		width:400px;
		float:left;
		margin: 5px 5px 5px 0px;
		border:1px solid #666;
}
#kc_video {
		clear:both;
		padding-top:15px;
}
/**********************************************************************************************Countertops Page************/
#cab_right {
		width:405px;
		float:right;
}
#cab_left {
		width:495px;
		float:left;
}
#cab_video {
		clear:both;
		padding-top:15px;
}
/**********************************************************************************************Kitchen Design************/
.design_image {
	width:277px;
	float:right;
	padding:5px;
}
/**********************************************************************************************Contact Form************/
#contact_form {
	width:320px;
	/*float:left;*/
	padding:7px;
	border:1px solid #000;
	background-color:#3f8c89;
	clear:both;
	margin:15px auto;
	color:#fff;
}
.contact_form_item {
	width:320px;
	float:left;
	padding-bottom:5px;
	clear:both;
}
.contact_form_label {
	width:80px;
	float:left;
	padding-right:3px;
	text-align:right;
}
.textBox {
	width:175px;
	background-color:#DDDDDD;
	color:#000;
}
.contact_button {width:178px;}
#contact_form_bottom {
	width:320px;
	clear:both;
	height:2px;
}

