@charset "utf-8";
/* CSS Document */

.autoclear {
  	clear: both;
 	height: 0;
 	margin: 0;
  	padding: 0;
  	line-height: 0;
  	font-size: 1px;
}

/* wrappers */
body {
	background:#FFFFFF url(../images/bg_main.jpg) repeat;
	/*background: #CCC;*/
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
	margin: 0;
	padding: 0;
	overflow: auto;
}
#wrapper {
  	width: 100%;  	
  	text-align: center;
}
#header {
	width: 780px;
	height: 194px;
	margin: 0 auto;
	background:#FFFFFF url(../images/header.jpg) repeat;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
}
#header img {
	margin: 45px 0 0 -375px;
}
#header a img {
	border: none;
}
#content {
	width: 780px;	
	height: 565px;
	margin: 0 auto;
	background-color: #FFF;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	text-align: left;
}

/* top navigation */
#nav {
	width: 780px;
	height: 42px;
	margin: 0 auto;
	background: url(../images/upper_nav_bg.jpg) no-repeat;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
}
#nav ul {
	list-style: none;
	margin: 0 0 0 11px;
	padding: 0;
}
#nav li {
	width: 109px;
	display: inline;
	float: left;
	margin: 14px 0 0 0;
}
#nav a {	
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
.default{	
	font-size: 11px;	
}
.small{	
	font-size: 10px;	
}
#nav a:hover {
	color: #E31B24;	
}

/* main content */
#main {
	width: 500px;
	float:left;
}
#welcome_header {
	width: 500px;
	height: 65px;
	background: url(../images/welcome_header.jpg) no-repeat;	
}
#company_header {
	width: 500px;
	height: 65px;
	background: url(../images/company_header.jpg) no-repeat;	
}
#gallery_header {
	width: 500px;
	height: 65px;
	background: url(../images/gallery_header.jpg) no-repeat;	
}
#what_header {
	width: 500px;
	height: 65px;
	background: url(../images/what_header.jpg) no-repeat;	
}
#contact_header {
	width: 500px;
	height: 65px;
	background: url(../images/contact_header.jpg) no-repeat;	
}
#welcome_image {
	width: 180px;
	height: 175px;
	background: url(../images/welcome_image.jpg) no-repeat;
	float: left;
}
#welcome_content {
	width: 320px;
	height: 126px;
	background: #FFF;
	float: right;
}
#welcome_content p {
	margin: 15px 0 0 20px;
}
#welcome_more {
	width: 320px;
	height: 49px;
	background: url(../images/welcome_more.jpg) no-repeat;
	float: right;
}
#welcome_more a img {
	margin: 9px 0 0 120px;
	float: left;
	text-decoration: none;
	border: 0;
}
#primary_header {
	clear: left;
	width: 500px;
	height: 45px;
	background: url(../images/primary_header.jpg) no-repeat;
}
#home_content {
	width: 500px;
	height: 250px;
	background: #FFF;
	overflow: auto;
}
#home_content p {
	margin: 15px 10px 0 20px ;
}
#home_content li {
	margin: 0 10px 0 0 ;
}
#primary_content {
	width: 500px;
	height: 482px;
	background: #FFF;
	overflow: auto;
}
#primary_content p {
	margin: 15px 10px 0 20px ;
}
#primary_content li {
	margin: 0 10px 0 0 ;
}
.name {
	font-size: 14px;
	font-weight: bold;
}
#left {
	width: 210px;
	float: left;
}
#right {
	width: 280px;
	margin: 18px 10px 0 0;
	float: left;
}
#right .img1 {
	margin: 0 15px 0 0;
	float: left;
}
#right img {
	border: 1px solid #E31B24;
}

/* sidebar */
#sidebar {
	width: 280px;
	*width: 278px;
	height: 465px;
	float: left;
	margin: 0;
}
#sidebar .left {
	width: 150px;
	float: left;
}
#sidebar .left_full {
	width: 270px;
	float: left;
}
#sidebar .right {
	width: 120px;
	float: left;
}
.teaser {
	margin: 10px 0 0 0;
	border: 1px solid #e31b24;
}
#sidebar h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 10px 25px;
}
#sidebar p {
	margin: 10px 20px 10px 25px;
}
#sidebar a img {
	margin: 10px 20px 10px 18px;
	text-decoration: none;
	border: 0;
}
#sidebar_top {
	height: 176px;
	background: url(../images/sidebar_top.jpg) no-repeat;
}
#sidebar_middle {
	height: 207px;
	background: url(../images/sidebar_middle.jpg) no-repeat;
}
#sidebar_middle_interior {
	height: 207px;
	background: url(../images/sidebar_middle_interior.jpg) no-repeat;
}
#sidebar_bottom {
	height: 182px;
	background: url(../images/sidebar_bottom.jpg) no-repeat;
}

/* bottom navigation */
#nav_bottom {
	width: 780px;
	height: 42px;
	margin: 0 auto;
	background: url(../images/lower_nav_bg.jpg) no-repeat;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
}
#nav_bottom ul {
	list-style: none;
	margin: 0 0 0 11px;
	padding: 0;
}
#nav_bottom li {
	width: 109px;
	display: inline;
	float: left;
	margin: 16px 0 0 0;
}
#nav_bottom a {	
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
#nav_bottom a:hover {
	color: #E31B24;	
}

/* footer */
#footer {
	width: 780px;
	height: 48px;
	margin: 0 auto;
	background: url(../images/footer.jpg) no-repeat;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
}
#footer p {
	margin: 25px 10px 0 0;
	float: right;
	color: #FFFFFF;
}
