@charset "UTF-8";
/* CSS Document */

* { margin:0; padding:0; border: none;}

.clearFix {clear:both;height:0px;line-height:0px;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	background-color:#CCCCCC;
}

#header{
	position:relative;
	width:930px;
	height:144px;
	padding: 30px 0 0 0;
	margin: 20px auto 0 auto;
	background:url(images/topDrop.gif) center top no-repeat;
}

#logo{
	position:absolute;
	width:280px;
	height:105px;
	top:38px;
	left:40px;
	cursor:pointer;
}

#logo img {
	border:0px;
}

#phone{
	position:absolute;
	font-size:22px;
	color:#4a308e;
	top:40px;
	right:70px;
}

#header ul{
	position:absolute;
	list-style:none;
	width:492px;
	height:15px;
	top:110px;
	right:70px;
}

#header ul li{
	float:left;
	display:block;
	text-align:center;
	height:15px;
	width:82px;
	text-transform: uppercase;
}

#header ul li a{
	text-decoration:none;
	color:#333333;
}

#header .homeSel a{color:#62af2e;}
#header .home a:hover{color:#62af2e;}

#header .aboutSel a{color:#0099FF;}
#header .about a:hover{color:#0099FF;}

#header .areasSel a{color:#CC0000;}
#header .areas a:hover{color:#CC0000;}

#header .sellingSel a{color:#FF6600;}
#header .selling a:hover{color:#FF6600;}

#header .searchSel a{color:#FF0066;}
#header .search a:hover{color:#FF0066;}

#header .contactSel a{color:#4a308e;}
#header .contact a:hover{color:#4a308e;}


#mainPanel{
	position:relative;
	padding:20px 0 0 0;
	margin:0 auto 0 auto;
	width:930px;
	height:100%;
	background: #FFFFFF url(images/middleDrop.gif) center top repeat-y;
}

#mainPanel p{
	width:600px;
	padding:10px 0 0 0;
	color:#000000;
}

#mainPanel p a{
	text-decoration:none;
	color:#000000;
}

#mainPanel p a:hover{
	text-decoration:underline;
}

#mainImage{
	display:inline;
	float:left;
	width:850px;
	padding:345px 20px 30px 30px;
	margin:0 0 0 15px;
}

#mainImage img {
	float:right;
	padding:0 30px 0 30px;
}


/*************************Contact page Only START*************************/

#mainPanelCon{
	position:relative;
	padding:20px 0 0 0;
	margin:0 auto 0 auto;
	width:930px;
	height:100%;
	background: #FFFFFF url(images/middleDrop.gif) center top repeat-y;
}

#mainPanelCon p{
	padding:10px 0 0 0;
	color:#000000;
}

#mainPanelCon p a{
	text-decoration:none;
	color:#000000;
}

#mainPanelCon p a:hover{
	text-decoration:underline;
}

#mainImageCon{
	display:inline;
	float:left;
	width:860px;
	padding:495px 20px 10px 30px;
	margin:0 0 0 15px;
}

#containerLeft {
	float:left;
	width:370px;
}

#containerRight {
	float:right;
	width:400px;
	margin:110px 0 0 0;
}

#containerRight img {
}


/*************************Contact page Only END*************************/


.homeImage{background:url(images/homeImage.jpg) top left no-repeat;}
.aboutImage{background:url(images/aboutImage.jpg) top left no-repeat;}
.areasImage{background:url(images/areasImage.jpg) top left no-repeat;}
.sellingImage{background:url(images/sellingImage.jpg) top left no-repeat;}
.searchImage{background:url(images/searchImage.jpg) top left no-repeat;}
.contactImage{background:url(images/contactImage.jpg) top left no-repeat;}

#footer{
	clear:both;
	width:930px;
	height:48px;
	margin:0 auto 0 auto;
	font-size:11px;
	background: url(images/bottomDrop.gif) center top no-repeat;
}

#address{
	position:absolute;
	color:#4a308e;
	padding:10px 0 0 40px;
}

#email{
	position:absolute;
	color:#4a308e;
	padding:10px 0 0 510px;
}

#email a{
	color:#4a308e;
	text-decoration:none;
}

#email a:hover{
	text-decoration:underline;
}

.purpleBold{
	color:#4a308e;
	font-weight:bold;
}


.h2Home{color:#62af2e;font-weight:bold;font-size:14px;}
.h2About{color:#0099FF;font-weight:bold;font-size:14px;}
.h2Areas{color:#CC0000;font-weight:bold;font-size:14px;padding: 10px 0 0 0;}
.h2Selling{color:#FF6600;font-weight:bold;font-size:14px;padding: 0 0 10px 0;}
.h2Contact{color:#4a308e;font-weight:bold;font-size:14px;}

.green{
	color:#62af2e;
}

.blue{
	color:#0099FF;
}

.red{
	color:#CC0000;
}

.orange{
	color:#FF6600;
}

.purple{
	color:#4a308e;
}

.angle{
	font-style:italic;
	color: #FF6600;
}

.angle_black{
	font-style:italic;
	color: #000000;
}