﻿/* CSS Document */

/*============================================================
  The Specialist Cleaning Company
============================================================*/

/*============================================================
  Page body/font style 
============================================================*/

body { 
	margin:0px;
	margin-top:30px;
	background-color:#0c586e;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	color:#646565;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
}

#wrap {
	width:850px;
	margin:0 auto;
	padding-bottom:27px;
}

#whitebox {
	width:850px;
	background-color:#FFFFFF;
	padding:0px;
	padding-bottom:27px;
	padding-top:27px;
}

#footerbox {
	width:850px; height:70px;
	margin-top:6px;
	background-color:#FFFFFF;
}

#footerLeft {
	width:650px;
	margin:17px;
	float:left;
}
#footerRight {
	width:78px; height:40px;
	margin:15px;
	float:right;
}

#container {
	width:796px;
	margin:0px 27px 0px 27px;
}

#header {
	width:796px; height:125px;
}

#pageheader {
	width:796px; height:190px;
}

#pageLeft {
	width:515px;
	margin:15px;
	float:left;
}

#pageRight {
	margin:27px 0px 0px 15px;
	float:left;
}

.rightimg { border:5px #dddddd solid; }

.clear { clear:both; }


.footertext { color:#0c586e; font-weight:bold; font-size:16px; line-height:20px; }
.orangetext { color:#fcaf17; font-weight:bold; font-size:16px; line-height:20px; }


/*============================================================
  Navigation 
============================================================*/

#menu {
	width:796px; height:27px;
	margin-top:6px;
	background-color:#fcaf17;
}

#menu ul {
	margin:0px; padding:0px;
	list-style:none;
}

#menu ul li {
	float:left;
}

#menu ul li a:link, #menu ul li a:active, #menu ul li a:visited {
	display:block;
	color:#0c586e;
	font-weight:bold;
	padding:5px 10px 6px 10px;
	text-decoration:none;
}

#menu ul li a:hover {
	color:#ffb115;
	background-color:#0c586e;
}

/*============================================================
  Added by Chicsystems for SEO Link 
============================================================*/
#footerbottom {
	width:840px; height:20px;
	margin:5px;
	text-align:right;
}
#footerbottom  a:link, #footerbottom a:active, #footerbottom a:visited {
	color:#fcaf17;
	text-decoration:none;
	font-size:10px;
}
.footerlink { color:#fcaf17; font-size:10px; }

/*============================================================
  End of added code by Chicsystems 
============================================================*/

/*============================================================
  Form
============================================================*/

#contactform label {
	display:block;
	width:85px;
	margin:6px;
	float:left;
}

#contactform input {
	width:140px;
	border:1px #999999 solid;
	margin:5px;
	background-color:#FFFFFF;
	float:left;
}

#contactform textarea {
	width:505px; height:60px;
	border:1px #999999 solid;
	padding:4px; margin:0px;
	margin-top:6px;
	background-color:#FFFFFF;
	float:left;
}

#contactform .submit {
	width:100px;
	background-color:#0c586e;
	color:#FFFFFF;
	border:1px #05323f solid;
	padding:1px; margin:0px;
	margin-top:6px;
	cursor:pointer;
	float:right;
}





