@charset "utf-8";
/* CSS Wildwind Photography */

/*Body Setting*/
html,body {
	background-color: #5B5350;
	margin: 0px;
	padding:0px;
	height:100%; /* needed for container min-height */
}
a {
	text-decoration: none;
	color: #FFCC99;
}
p { 
	line-height: 1.2em 
}
li {
	padding-left: 0.8em;
	line-height: 0.6em;
	margin: 0.8em;
	color: #CCCCCC;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:975px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-color: #000000;
}
#bottom_word {
	background-color: #000000;
	background-repeat: repeat-x;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 5em;
	padding-left: 1em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 9px;
}
#footer {
	position:absolute;
	width:100%;
	bottom:0;
	background-color: #000000;
}
#border_lines {
	position:relative;
	left:0px;
	top:0px;
	width:1024px;
	z-index:1;
}
#top_photos {
	position:absolute;
	left:530px;
	top:0px;
	width:auto;
	height:auto;
	z-index:4;
}
#useful_links {
	position:absolute;
	left:12px;
	top:390px;
	width:170px;
	height:235px;
	z-index:2;
	margin: 3px;
	padding: 0px;
}
#quick_note {
	position:absolute;
	left:260px;
	top:257px;
	width:97px;
	height: 105px;
	z-index:2;
	visibility: visible;
	text-align: left;
	font-style: italic;
	color: #DDB6A5;
	font-size: 10px;
}
#logo_wwd {
	position:absolute;
	left:165px;
	top:334px;
	width:25px;
	height:34px;
	z-index:4;
}
#gears {
	position:absolute;
	left:400px;
	top:35px;
	width:272px;
	height:167px;
	z-index:5;
}
/*Layers texts Setting*/
#text_welcome {
	position:absolute;
	left:260px;
	top:261px;
	width:430px;
	height: 476px;
	z-index:2;
	visibility: visible;
	text-align: left;
}
#text_services {
	position:absolute;
	left:256px;
	top:261px;
	width:690px;
	height: 481px;
	z-index:2;
	visibility: visible;
	text-align: left;
}
#text_maincontacts {
	position:absolute;
	left:257px;
	top:261px;
	width:690px;
	height: 300px;
	z-index:2;
	visibility: visible;
	text-align: left;
}
#text_exhibitions {
	position:absolute;
	left:257px;
	top:261px;
	width:690px;
	height: 300px;
	z-index:2;
	visibility: visible;
	text-align: left;
}
#text_portfolio {
	position:absolute;
	left:259px;
	top:260px;
	width:680px;
	height: 475px;
	z-index:2;
	visibility: visible;
	text-align: left;
}

#text_news {
	position:absolute;
	left:731px;
	top:517px;
	width:220px;
	height: 175px;
	z-index:2;
	visibility: visible;
	text-align: justify;
}
#text_contacts {
	position:absolute;
	left:730px;
	top:340px;
	width:220px;
	height: 125px;
	z-index:2;
	visibility: visible;
	text-align: left;
}

/*Texts Setting*/
.reg_text {
	font-size: 12px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
.news_text_title {
	font-size: 11px;
	color: #FFCC99;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	letter-spacing: .2em;
}
.news_text {
	font-size: 11px;
	color: #DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}
.copyrights_text {
	font-size: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	text-align: justify;
	line-height: 1.1em;
}
.subtitle_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-variant: small-caps;
	color: #E6CFB6;
}

