body {
	background-color: #13286A;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}

#container {
	width:770px;
}
#header_img {
	height:253px;
}
#menu {
	height:83px;
}

/* Start Home Page CSS */
#content_home {
	background-color:#F3F3F3;
	height:485px;
	text-align:left;
}
#left_home {
	background-image: url(../images/left-bg.gif);
	background-repeat:repeat-y;
	width:230px;
	padding:10px;
	float:left;
}
#right_home {
	width:490px;
	padding:10px;
	float:right;
}
#right_home a {
	color:#FF9900;
	text-decoration:none;
}
#right_home a:hover {
	color:#333333;
}
#right_home p, li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	font-weight:normal;
	list-style-image:url(../images/points.gif);
}

/* End Home Page CSS */

/* Start About Us Page CSS */

#about_content {
	background-color:#F3F3F3;
	height:505px;
	padding:10px 0 10px 0;
}
#about_wording {
	width:700px;
	text-align:left;
}
#about_wording p, li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	font-weight:normal;
	list-style-image:url(../images/points.gif);
}

/* End About Us Page CSS */

/* Start Services Page CSS */
#services_content {
	background-color:#F3F3F3;
	height:550px;
	padding:10px 0 10px 0;
}
#services_wording {
	width:700px;
	text-align:left;
}
#services_wording p, li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	font-weight:normal;
	list-style-image:url(../images/points.gif);
}

/* Start About Us Page CSS */

/* End Services Page CSS */
#content_showroom {
	background-color:#F3F3F3;
	height:1010px;
	padding:10px 0 10px 0;
}
#showroom_wording {
	width:700px;
	margin-bottom:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#333333;
	text-align:left;
}
#kitchens_showroom {
	width:700px;
	text-align:left;
	margin-bottom:35px;
}
#bathrooms_showroom {
	width:700px;
	text-align:left;
	margin-bottom:35px;
}
#wallunits_showroom {
	width:700px;
	text-align:left;
	margin-bottom:35px;
}
#walkins_showroom {
	width:700px;
	text-align:left;
	margin-bottom:25px;
}
.photo_border {
	border: 3px solid #007CC2;
}

/* End Showroom Page CSS */

/* Start Contact US Page CSS */
#content_contact {
	background-color:#F3F3F3;
	height:550px;
	padding:10px 0 10px 0;
}
#contact_left {
	width:410px;
	margin-left:18px;
	float:left;
	text-align:left;
}
#contact_left p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	font-weight:normal;
}
#contact_map {
	width:310px;
	margin-right:18px;
	float:right;
}
#contact_form label{
	float: left;
	width: 170px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}

#contact_form input, textarea, select {
	width: 175px;
	margin-bottom: 5px;
	border:1px solid #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}

#contact_form textarea{
	width: 175px;
	height: 150px;
}

#submitbutton{
	margin-top: 5px;
	margin-left:170px;
	width: 90px;
	background-color:#E8E8E8;
}

#contact_form br{
	clear: left;
}


/* End Contact US Page CSS */

#footer {
	background-color:#007CC2;
	height:auto;
	padding-top:10px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
}
#footer a {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	color: #FF9900;
	text-decoration:none;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#007CC2;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #CC0000;
}
.readmore {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #FF9900;
	font-weight:bold;
}