@import url('core.css');

body {
	background: #fff url(../images/core/bg.jpg) center top repeat-y;
	font: 12px/16px Georgia, "Times New Roman", Times, serif;
	color: #596b6e;
}

.container {
	width: 860px; 
	margin: 0 auto;
}

#content {
	background: url(../images/core/int_image.jpg) center repeat-y;
}

a { color: #df0024; text-decoration: none; }
a:hover { text-decoration: underline; }



/********************************************
        HEADER
********************************************/
#header {
	height: 100px;
	position: relative;
}

#header #logo a {
	display: block;
	overflow: hidden;
	width: 401px; height: 20px;
	position: absolute;
	left: 50px; top: 50px;
	background: url(../images/core/logo.gif) no-repeat;
	text-indent: -9999px;
}




/********************************************
        NAVIGATION
********************************************/
#navigation {
	margin: 0 35px 0 0;
	height: 35px;
}

#nav li {
	float: right;
	display: inline;
}

#nav li a {
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	color: #596b6e;
	border-left: 1px solid #596b6e;
	padding: 2px 15px;
	text-decoration: none; 
}

#nav li a.noborder { border: 0; }

#nav li a:hover, 
#nav li a.active { color: #df0024; }




/********************************************
        TITLE
********************************************/
#title {
	height: 80px;
	line-height: 80px;
	background: #df0024;
	color: #fff;
}

#title h1 {
	float: left;
	font-size: 40px;
	font-weight: normal;
	margin: 0 20px 0 50px;
	text-transform: uppercase;
}

#title p {
	float: left;
}

body.about #title p {
	font-size: 18px;
}

body.services #title p {
	font-size: 28px;
}





/********************************************
        FEATURED TEXT
********************************************/
.feature {
	background: #f9fbfb url(../images/core/bg-feature.jpg) bottom repeat-x;
	text-align: right;
	line-height: 22px;
}

.feature-left { text-align: left; }

.feature-left p { margin-bottom: 10px; }

.feature div {
	padding: 30px 50px;	
}

.feature .highlight {
	font-size: 18px;
	color: #df0024;
	margin-bottom: 10px;
}

body.contact .feature div {
	width: 200px;
	padding-right: 0 !important;
	float: left;
	line-height: 18px;
	height: 306px;
}

body.contact .feature p { margin-bottom: 10px; }

body.contact .feature .highlight { margin-bottom: 5px; }

body.contact .feature .large { font-size: 18px; }




/********************************************
        PRIMARY STYLES
********************************************/
#primary .colx1 {
	width: 540px; 
	padding: 30px 50px;
}

#primary h2 {
	color: #df0024;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 15px;
	margin-bottom: 5px;
}

#primary h3 {
	color: #df0024;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 0 !important;
}

#primary ul { list-style: none; }

#primary ul li {
	background: url(../images/core/bullet.gif) 0 9px no-repeat;
	padding-left: 15px;
}

#primary.column {
	width: 350px;
	margin-left: 50px;
	padding-top: 30px;
	padding-right: 30px;
}

#secondary.right {
	width: 430px;
}

#secondary.right img {
	margin-bottom: 10px;
}

.table {
	background: #fff url(../images/core/bg-table.jpg) top repeat-x;
	padding: 20px;
	font-size: 11px;
	color: #444;
}

.table tr.highlight td { background: #fdfdfe url(../images/core/bg-table-highlight.jpg) bottom repeat-x; }

.table td, .table th { vertical-align: middle; padding: 3px; }

img.beforeafter { margin-left: -170px; }

.note { font-size: 10px; }




/********************************************
        TEAM LISTING
********************************************/
#p-about #primary { width: 800px; }

#p-about #primary .colx1 { width: 800px; padding-left:0; padding-right: 0; }

#p-about #primary.column { margin-left: 0; }

#p-about h2 { margin-bottom: 30px; }

ul.team {
	margin-left: 0 !important;
	list-style: none !important;
}

ul.team li {
	float: left;
	display: inline;
	width: 170px;
	margin-right: 15px;
	background: none !important;
	padding: 0 !important;
	height: 330px;
}	

ul.team li.spiel { height: 280px; }

ul.team li.fourth { margin-right: 0; }


ul.team p, 
ul.team #primary h3 { line-height: 14px !important; }

ul.team p { margin-bottom: 5px !important; }






/********************************************
        HOMEPAGE STYLES
********************************************/

body.index #content {
	background: #FFF;
}

body.index #primary {
	width: 860px;
}

body.index #content #primary h1 {
	text-align: right;
	float: right;
	margin: 30px 50px 0 0;
	color: #df0024;
	font-size: 30px;
	font-weight: normal;
	line-height: 40px;
}

body.index .feature {
	text-align: left;
	padding: 30px 50px 20px 200px;
	line-height: 22px;
	font-size: 14px;
}





/********************************************
        CONTACT
********************************************/
.baseform ul { 
	margin-left: 0 !important;
	list-style: none !important;
	margin-top: 25px; 
}

.baseform li {
	background: none !important;
	padding: 0 !important;
}

.baseform input {
	font: 12px/12px Georgia, "Times New Roman", Times, serif;
	color: #596b6e;
	padding: 3px;
}






/********************************************
        GOOGLE MAP STYLES
********************************************/



.googlemap{
  height:400px;
  width:640px;
}
.googlemap span{
  display: block;
  margin-bottom: 3px;
  text-align: center;
}





/********************************************
        FOOTER
********************************************/
#footer {
	text-align: center;
	line-height: 22px;
	font-size: 11px;
	margin-top: 40px;
}







