body {
	margin: 0px;
	padding: 0px;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	height: 100%;
	width: 100%;
	background: #333333 url(../images/ajax-loader.gif) no-repeat 50% 300px;
} 

img {
	border: 0px;
} 

a:focus { outline: 0; }


/* @group background */

#background {
	position: absolute;
	padding: 0px;	
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	margin: 0px;
	z-index: 0;
	overflow: hidden;
	background: url();
}

#background h1{
	position: absolute;
	padding: 0px;	
	top: 150px;
	right: 200px;
	margin: 0px;
	z-index: 96;
	color: white;
}



/* @end */

/* @group navigation */

#navigation {
	position: absolute;
	top: -50px;
	left: 0px;
	height: 82px;
	width: 100%;
	overflow: hidden;
	z-index: 98;
}

#menu_off {
	position: absolute;
	top: 62px;
	left: 0px;
	z-index: 99;
	width: 60px;
	height: 20px;
	background: #333333;
	text-align: center;
	line-height: 20px;
	text-transform: uppercase;
	font-size: 10px;
}
	
#menu_off a{
	text-decoration: none;
	color: white;
}

#menu_on {
	position: absolute;
	top: 62px;
	left: 0px;
	z-index: 99;
	width: 60px;
	height: 20px;
	background: #333333;
	text-align: center;
	line-height: 20px;
	text-transform: uppercase;
	font-size: 10px;
}

#menu_on a{
	text-decoration: none;
	color: white;
}


#stripes {
	position: absolute;
	left: 708px;
	height: 60px;
	min-width: 100%;
	width: 100%;
	background: url(../images/stripe_menu.png) repeat 800px 0;
	display: inline;
}

#menu {
	margin: 0px;
	padding: 0px;
}

#menu li{
	position: relative;
	margin: 0 4px 0 0;
	padding: 0px;
	list-style-type: none;
	height: 60px;
	width: 60px;
	float: left;
	font-size: 18px;
	overflow: hidden;
	line-height: 18px;
	text-transform: uppercase;
}

.menu-a {
	background: black;
}

.menu-a a{
	margin: 3px;
	color: #7e7e7e;
	display: block;
	text-decoration: none;
}
.menu-b {
	background: url(../images/stripe.png);
}

.menu-b a{
	margin: 3px;
	color: #333333;
	display: block;
	text-decoration: none;
}

.menu-c {
	background: #333333;
}

.menu-c a{
	margin: 3px;
	color: #7e7e7e;
	display: block;
	text-decoration: none;
}

#menu a:hover{
	color: #ffffff;

}

/* @end */

/* @group content */

/* @group about */

#about_container {
	position: absolute;
	padding: 0 0 50px 0;	
	width: 630px;
	margin: 200px 0 0 130px;
	color: #333;
}

#about_container h1{
	padding: 0px;	
	width: 100%;
	background: url(../images/stripe_bw.png) #000000;
	margin: 0px;
	height: 60px;
}

#about_container h1 span{
	padding: 0 0 0 10px;	
	background: #000000;
	margin: 0px;
	height: 60px;
	color: #ffffff;
	display: block;
	font-size: 60px;
	line-height: 60px;
	font-weight: lighter;
	width: 40%;
}

#about_container h2{
	padding: 0px;	
	width: 100%;
	background:#000000;
	margin: 0px;
	font-weight: lighter;
}

#about_container h2 span{
	padding: 20px 0 0 10px;	
	background: #000000;
	margin: 0 10px 0 0;
	color: #ffffff;
	display: block;
	font-size: 20px;
	font-weight: lighter;
}



#about_container h2 a{
		margin: 0px;
		color: #ffffff;
		text-decoration: none;
}

#about_container h2 a:hover{
		color: #d48500;
		text-decoration: none;
}

#about_list {
	padding: 0px;	
	width: 100%;
	margin: 0px;
}

#about_list h2{
	padding: 0px;	
	width: 100%;
	margin: 2px 0 0 0;
	height: 30px;
	line-height: 30px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	background: #ffffff;
}

#about_list h2 a{
		margin: 0 0 0 10px;
		color: #000000;
		text-decoration: none;
}

#about_list h2 a:hover{
		color: #d48500;
		text-decoration: none;
}

#about_list div{
		margin: 0 0 0 0;
		padding: 0px;
		background: #ffffff;
		overflow: hidden;
		height: 2px;
}

#about_list p{
		margin: 0 10px 0 10px;
		padding: 10px 0 10px 0;
}

#about_list p a{
		margin: 0 0 0 10px;
		color: #000000;
		text-decoration: none;
}

#about_list p a:hover{
		color: #d48500;
		text-decoration: none;
}

/* @end */

#content {
	position: absolute;
	padding: 0px;	
	top: 0px;
	left: 0px;
	height: 100%;
	min-height: 100%;
	width: 100%;
	margin: 0px;
	z-index: 97;
	overflow-y: scroll;
	overflow-x: hidden;
}

#content_container {
	position: relative;
	padding: 0px;	
	width: 630px;
	background: white;
	margin: 200px 0 0 130px;
	color: #333;
}

#content_container h1{
	padding: 0px;	
	width: 100%;
	background: url(../images/stripe_bw.png);
	margin: 0px;
	height: 60px;
	color: #333;
}

#content_container h1 span{
	padding: 0 0 0 10px;	
	background: #ffffff;
	margin: 0px;
	height: 60px;
	color: #333;
	display: block;
	font-size: 60px;
	line-height: 60px;
	font-weight: lighter;
	width: 40%;
}

#content_list {
	padding: 0 0 100px 0;	
	width: 580px;
	margin: 60px 0 0 20px;
	border-bottom: 1px dotted #333;
	background: white;
}

#content_list h2{
	padding: 10px 0 0 0;	
	width: 100%;
	margin: 0 0 10px 0;
	color: #333;
	font-size: 14px;
	border-top: 1px dotted #333;
}

#content_list h2 a{
		color: #333;
		text-decoration: none;
}

#content_list h2 a span{
		color: #d48500;
}

#content_list h2 a:hover{
		color: #000000;
		text-decoration: none;
}

#content_list p{
		margin: 0 0 10px 0;
		padding: 0px;
}

#content_list a{
		text-decoration: none;
		color: #333333;
}

#content_list a:hover{
		color: #d48500;
}



/* @end */

/* @group gallery */

#gallery {
	position: absolute;
	width: 890px;
	right: 0px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	z-index: 99;
}

#gallery ul{
	position: absolute;
	top: 10px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#gallery ul li{
	margin: 0 0 0 2px;
	padding: 0px;
	list-style-type: none;
	float: left;
}

.gallery a{
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: block;
	background: black;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	color: white;
	font: italic bolder 13px verdana;
}

.gallery a:hover{
	color: #000000;
	background: white;
}

a.galleryH {
	color: black;
	background: white;
}

/* @end */

/* @group footer */

#footer {
	position: absolute;
	bottom: 0px;
	background: #333333;
	width: 100%;
	height: 30px;
	z-index: 98;
}

#footer ul{
	list-style-type: none;
	margin: 0 0 0 62px;
	padding: 0px;
}

#footer ul li{
	margin: 0px;
	padding: 0 10px 0 0;
	float: left;
	color: #ffffff;
	height: 30px;
	line-height: 30px;
	font-size: 11px;
}

#footer ul li a{
	color: #ffffff;
	text-decoration: none;
}

#footer ul li a:hover{
	color: #d48500;
}

/* @end */




