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

/*Branderson Homes*/

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

html{
	margin:0;
	padding:0;
	
	/*background-image:url(images/bg.jpg);
	background-repeat:repeat-x;*/
}

body{
	margin:0;
	padding:0;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	font-family:Tahoma, Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 14px;
	}


h1 {
	margin:0;
	padding:0;
	font-size:20px;
	line-height:23px;
	font-weight: normal;
	color:#df273e;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h2 {
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:bold;
	line-height:16px;
}

h3 {
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	color:#df273e;
}


#container{
	width:930px;
	margin:0px auto;
	}
	
/** Start of Main menu style ------- DO NOT DELTETE THIS SECTION **/	
#mainMenu{
	width:620px;
	font-size:13px;
	font-weight: normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	height:105px;
	line-height:105px;
	position:relative;
	color:#FFFFFF;
	float:right;
}



#mainMenu a{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	line-height:105px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}


#mainMenu a:hover{
	color:#000000;

}


#mainMenu ul li ul li a:hover{
	color:#000000;	
}

#mainMenu ul{
	margin:0px;
	padding:0px;
	list-style:none;
	position:relative;
}


#mainMenu li ul li a{ line-height:40px;	}
	

#mainMenu li {
	float:left;
	position:relative;
	margin:0;
	display: block;
	color: #ffffff;
	white-space:nowrap;
	
	
    }

#mainMenu li ul{
	display:none;
	position:absolute;
	top:75px;
	left:0;
	z-index:1000;
	}
	

#mainMenu li ul li{
	width:110px;
	float:left;
	height:40px;
	clear:both;
	color: #FFFFFF;
	background-color:#990000;
	position:relative;
	background-image:url(/images/drop-nav-bg.jpg);
	background-repeat:repeat-x;
	border-top:#333333 solid 1px;
	padding-left:10px;
	
}

#mainMenu li:hover ul {
	display: block;
	
}

#mainMenu li ul li ul{
	display:none;
	position:absolute;
	top:0px;
	left:120px;
	z-index:1000;
	}



/*** THIRD LEVEL NAV *****/

#mainMenu li ul li ul li{
	width:150px;
	float:left;
	height:40px;
	background-image: url(/images/drop-nav-bg.jpg);
	background-color:#990000;
	position:relative;
	top:0px;
	left:0px;
	z-index:1000;
	
}



#mainMenu li:hover ul ul { display:none; }

#mainMenu li li:hover ul { 
	display: block;
	
	 
	}


/**** END OF THIRD LEVEL NAV ** */


	
/** End of Main menu **/


#header{
	width:930px;
	height:105px;
}
	
#logo {
	background-image:url(images/logo.jpg);
	background-repeat: no-repeat;
	height: 105px;
	width: 290px;
	float:left;
}

/*HOME PAGE stuff*/
	
#content-area-home{
	width: 930px;
	}
	
#col-left-home{
	float:left;
	width:510px;
	}

#flash-box-bg{
	width:510px;
	height:310px;
	background-image:url(images/flashbox_bg.jpg);
}

#flash-box{
	width:460px;
	height:250px;
	padding-top:30px;
	padding-left:26px;
}
/*home types*/
#home-types{
	float:left;
	width:510px;
	background-image:url(images/left_col.jpg);
	background-repeat:repeat-y;
}

#home_types_footer{
	width:510px;
	height:35px;
	background-image:url(images/left_col_footer.jpg);
	background-repeat:no-repeat;
}

#pre-built{
	width:220px;
	float:left;
}

#on-site{
	width:220px;
	float:left;
}


/*end of home types*/
	
#col-right-home{
	float:right;
	width:420px;
	background-image:url(images/right_col.jpg);
	background-repeat:repeat-y;
	}
	
#col-right-footer{
	width:420px;
	height:35px;
	background-image:url(images/right_col_footer.jpg);
	background-repeat:no-repeat;
}

	

/*end Home page stuff*/
	
#content-area{
	width: 930px;
	background-image:url(images/content_bg.jpg);
	background-repeat:repeat-y;
	}
	
#content-footer{
	width:930px;
	height:35px;
	background-image:url(images/content_footer.jpg);
	background-repeat:no-repeat;
	}
	
#col-left{
	float:left;
	width:640px;
	}

#col-right{
	float:right;
	width:280px;
	}
	
#col-left-contact{
	float:left;
	width:500px;
	}

#col-right-contact{
	float:right;
	width:400px;
	}
	
#footer{
	font-size: 10px;
	color: #ffffff;
	text-align: center;
	height: 20px;
	padding-top: 5px;
	background-color:#999999;
	}
	
#footer a:link{
	color:#333333;
}

#footer a:visited {
	color: #FFFFFF;
}

.inner-box-30 {
	padding: 30px;
}

.inner-box-10 {
	padding-right: 10px;
	padding-left: 10px;
}

a {
	color: #df273e;
}

a: visited{
	color:#333333;
}

#gallery{
width:930px;
}

#gallery img{
	
	padding:5px;
	border:1px solid #999999;
}
