/*********************************************

	General Styles

********************************************/

* {
	margin: 0px;
	padding: 0px;
}

ul {
	list-style-type: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D1CECD;
	line-height: 150%;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}



body {
	background-color: #251713;
}



a:link     { color:#fff; text-decoration:none; }
a:visited  { color:#fff; text-decoration:none; }
a:hover    { color:#fff; text-decoration:underline; }
a:active   { color:#fff; text-decoration:none; }


/*********************************************

	Header / Navigations

********************************************/

#header {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 30px;
}


#header h1 {
	text-indent: -1000px;
	overflow: hidden;
	background: url("../images/logo.png") no-repeat;
	width: 215px;
	height: 200px;
	margin: 0 auto;
}


/*********************************************

	Content 

********************************************/

#content {
	width: 100%;
}

#slideshow, #makeMeScrollable {
	height: 367px;
}

#makeMeScrollable {
	position: relative;
}

#makeMeScrollable img {
	float: left;
}

.scrollingShadowTop {
	width: 100%;
	background: url("../images/shadow/shadow_top.png") repeat-x;
	height: 13px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.scrollingShadowBottom {
	width: 100%;
	background: url("../images/shadow/shadow_bottom.png") repeat-x;
	height: 13px;
	position: absolute;
	left: 0px;
	bottom: -3px;
}


#contact {
	margin-top: 10px;
	
}

#contact ul {
	margin: auto;
	width: 935px;
}

#contact li {
	width: 265px;
	display: block;
	float: left;
	padding: 44px 0px;
	padding-bottom: 60px;
}

#contact li p, #contact li h2 {
	margin: 0px 34px;
}

#contact li.title {
	width: 390px;
	color: #fff;
}

#contact li.address {
	width: 280px;
}

.separator {
	background: transparent url("../images/separator.png") no-repeat center right;
}

.title h2 {
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 20px;
}

.title strong {
	display: block;
	font-weight: normal;
	font-size: 16px;
} 



/*********************************************

	footer 

********************************************/



#footer {
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	background: url("../images/line.png") repeat-x bottom;
	height:32px;
}


#footer a {
	display: block;
	margin: auto;
	width: 128px;
	height: 32px;
	background: url("../images/buttons/button_left.png") no-repeat;
	padding-left: 39px;
}

#footer a span {
	height: 24px;
	width: 114px;
	float: left;
	display: inline;
	background: url("../images/buttons/button_right.png") no-repeat top right;
	padding-right: 17px;
	cursor: pointer;
	padding-top: 8px;
}

* html #footer { /* lte IE6 */
	position:absolute;
}