/* no margins and paddings anywhere. */
* {
	margin: 0;
	padding: 0;
}

/* no border around linked images. */
a img {
	border: 0;
}

/* Since we work with floats, we also gotta clear them sometimes. This is used for that */
.clear {
	clear: both;
}

/* no dots before lists */
li {
	list-style: none;
	margin-left: 20px;
}

/* General HTML and BODY tag styling. Fonts and basic colors are declared here. */
html, body {
	height: 100%;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #636363;
}
html {
	overflow: -moz-scrollbars-vertical !important;
}
body {
	background-color:#ddd;
}
input, select {
	font-family:Arial, Verdana, sans-serif;
	font-size:12px;
	color:#333;
	padding:1px;
	margin:2px 5px 2px 0px;
}
.small {
	font-size:11px;
}
/* headings */
h1,h2,h3,h4,h5,h6 {
	font-size: 28px;
	color: #9F9F9F;
	font-weight: 100;
}
h2 {
	font-size: 15px;
	color: #636363;
	border-bottom:1px solid #ddd;
	font-weight:bold;
	margin:5px 0px 12px 0px;
}

/* hyperlinks, normal state */
a {
	color: #636363;
	text-decoration: none;
}

/* hyperlinks, rollover state */
a:hover {
	color: #000;
	text-decoration: underline;
}

/* paragraphs should have line heigt and margins on the bottom of each paragraph, for increased readability. */
p {
	line-height: 16px;
}
/* styling for fieldsets and forms */
.firstlabel {
	width: 12em;
	float: left;
	text-align: right;
	margin-right: 1.5em;
	display: block;
	padding-top:9px;
}
fieldset {
	margin-top:10px;
	margin-bottom:10px;
	padding-top:10px;
	padding-bottom:10px;
}
label {
	vertical-align:middle;
}
.gallery_img {
	margin: 15px 15px 0px 0px;
	padding: 5px;
	border: 1px solid #CCC;
}
/* -= END GENERAL STYLING =- */

/* All elements that have the same width */
#container {
	width: 766px;
}
#header, #footer {
	width: 764px;
}

/* The container centers the page and keeps it all together. */
#container {
	margin: 0 auto 0 auto;
	background-color: #FFF;
}

/* The header contains the logo */
#header {
	height: 96px;
	background: #FFF url(../images/logo.gif) top center no-repeat;
	position: relative;
	margin-top:15px;
}
	#header h1 { /* title for SEO. This heading is only seen by searchbots, not by human. */
		display: none;
	}

/* The navigation bar. */
#navbar {
	height: 22px;
	background: #FFF;
	color: #aeaeae;
	text-align:center;
	vertical-align:top;
}

/* The menu in the navbar is built with an unordered list */
	#navbar ul, #footer ul {
		display: inline;
		margin-top:0px;
	}
	#navbar li, #footer li { 
		display: inline;
		vertical-align: top;
		margin:0px 15px 0px 15px;
	}

	#navbar a , #footer a{
		font-weight:bold;
}
	#navbar a:hover, #footer a:hover {
		color: #808080;
	}
	
#guts {
	border:1px solid #EAEAEA;
	border-top:0px
	}

#index_content1 {
	background-color: #2D2D2D;
	background-repeat: no-repeat;
	background-position: right top;
	height: 272px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#index_content {
	background: #2D2D2D url(../images/index_image_go.jpg) no-repeat right top;
	padding: 46px 345px 0px 28px;
	
}
	#index_content p {
		color: #eee;
	}
	#index_content h1 {
		font-size: 28px;
		font-weight: 900;
		color: #9F9F9F;
		font-family: "Arial Narrow", Arial, sans-serif;
		;
	}

#left {
	width:195px;
	float:left;
}
#gradient {
	background: #FFF url(../images/gradient.gif) top repeat-x;
	height: 155px;
	text-align:right;
	padding:10px 15px 0px 0px;
}
	#gradient h3,#gradient h4 {
		font-weight: 900;
		color: #6C3727;
		font-family: Arial, sans-serif;
	}
	#gradient h3 {
		font-size: 28px;
	}
	#gradient h4 {
		font-size: 20px;
	}
		

#breadcrumbs {
	height: 25px;
	background-color: #F2F0ED;
	margin-left: 201px
}	
	#breadcrumbs h2 {
		font-size: 11px;
		font-weight: normal;
		color: #888;
		height: 25px;
		line-height: 25px;
		vertical-align: middle;
		margin:0px 0px 0px 10px;
		;
	}

#pageheader {
	height: 73px;
	margin-left: 201px;
	background: #dbad72;
	background: #FFF url(../images/header.gif) top repeat-x;
}
	#pageheader h1 {
		font-size: 28px;
		font-weight: 900;
		color: #9F9F9F;
		height: 73px;
		line-height: 73px;
		vertical-align: middle;
		font-family: "Arial Narrow", Arial, sans-serif;
		margin-left:27px;
		;
	}

#bodycontent {
	margin-left: 201px;
	padding: 0px 50px 0px 27px;
	padding-top:20px;
}

#footer {
	clear: both;
	text-align: center;
	padding: 10px 0px 25px 0px;
	margin-top: 20px;
	border-top: 1px solid #eee;
}
#promotion {
	padding: 10px;
	border: 1px solid #999;
	background-color: #666;
	color:#f0f0f0;
}
	#promotion h2 {
		font-size:18px;
		font-weight: bold;
		color:#f5f5f5;
		border:0px;
	}
	#promotion ul {
		margin:15px 0px;
	}
	#promotion li {
		list-style:square inside;
	}

