/*-------------- Below:Body Tag. Has gradient image set as background image.------------------*/

body{
	background-color:#ffffff;
	margin:0;
	padding:0;
	background-image: url(images/BG_jpg.jpg);
	background-repeat: repeat;
font-family: "Century Gothic";
}
 


/* ---------------Below:Centre Div Tag Placeholder for main content. Has blank image with shadows l and r set as background image.------------------------*/



#mainpage{
	
	width: 960px;
	height: auto;
	padding: 0px;
	background-image: url(images/bgShadow.png);
	background-repeat: repeat-y;
	background-position: center center;
	margin: auto;
}

/* -----------------------Below:Div Tag sitting in the maincontent placeholder. Actual Content goes in this area----------------------------------------*/

         /* --------contenttop containing top image 930x245-------------------------*/

#contenttop{
	width: 930px;
	height: 210px;
	padding: 0px;
	margin: auto;
	background-image: url(images/Simplify%20Property%20Styling%20Top.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	font-family: "Century Gothic";
	font-size: 14px;
	color: #000000;
                    
                     
                    
                     
}

#taglinecontent{
	width: 850px;
	height: 15px;
	padding: 40px;
	color: #000000;
	float: right;
	text-align: right;	
}

/* --------nav div containing sign up to newsletter fields and main menu-------------------------*/

#navigation{
	width: 930px;
	height: 20px;
	background-color:#eaeaea;
	padding: 0px;
	margin:  auto;
	}

#signup{
	width: 930px;
	height: 35px;
	 background-image: url(images/signupbgimage.jpg);
                     	padding: 0px;
                      text-align: right;
                      margin: auto;
	font-family: "Century Gothic";
	font-size: 12px;
	color: #ffffff;
                     

                    
	                                          }

#content{
	width: 910px;
	height: auto;
	
	padding: 10px;
	margin: auto;
	font-family: "Century Gothic";
	text-align: left;
	font-size: 12px;
	color: #333333;
	
}
#contentindex{
	width: 930px;
	height: 450px;
                     background-image:url(/images/FrontPageShadow.jpg);
	background-color:#ffffff;
	padding: 0px;
	margin: auto;
		
}

#content a:link {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #990000;
	text-decoration: underline;
	}
#content a:hover {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #CC0000;
	text-decoration: underline;
	}
 

/* -----------------------Below:Bottom Div Tag for shadow at bottom of page.----------------------------------------*/

#bottom{
	
	width: 960px;
	height: 60px;
	padding: 0px;
	font-family: "Century Gothic";
	font-size: 10px;
	text-align: center;
	color: #000000;
	background-image: url(images/bgShadowbottom.png);
	background-repeat: no repeat;
	background-position: center center;
	margin: auto;
}

	
#bottom a:link {
	font-family: "Century Gothic";
	font-size: 10px;
	color: #115EB0;
	}
#bottom a:hover {
	font-family: "Century Gothic";
	font-size: 10px;
	color: #333333;
	}
#footerleft{
	clear:both;
	background-color:#FFFFFF;
	height:70px;
	margin: 0px 0px 0px 20px;
	float: left;
}
#footerright {
	
	background-color:#FFFFFF;
	height:60px;
	float: right;
	margin-right: 50px;
}
.inputfield {
	background-color: #EAEAEA;
	border: 1px solid #333333;
	height: 13px;
	width: 100px;
	font-family: "Century Gothic";
	font-size: 11px;
	color: #990000;
}

.imgcontrol {
	border: thin solid #666666;
	margin-right: 15px;
}