/* 
	CSS Reset 
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body 
{
	line-height:1.5;
}
blockquote:before, blockquote:after, q:before, q:after 
{
	content:"";
}
blockquote, q 
{
	quotes:"" "";
}
a img 
{
	border:none;
}


/*
	Global layout
*/

html, body 
{
	height: 100%;
}

body
{
	background: #000000 url("../site images/bg_dark_wood.jpg") repeat-y;
	font-size: 13px;
	font-family: Arial;
	padding: 0;
	margin: 0;
	color: #898989;
}

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

a:hover
{
	color: #999999;
}

a:active
{
	color: #666666;
}

h1
{
	color: #ffffff;
	font-size: 30px;
	font-weight: normal;
}

h2
{
	color: #ffffff;
	font-size: 24px;
	font-weight: normal;
}

h3
{
	color: #ffffff;
	font-size: 20px;
	font-weight: normal;
}

h4
{
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
}

h5
{
	color: #999999;
	font-size: 16px;
	font-weight: normal;
}

img.border
{
	-moz-box-shadow: 0 3px 10px #000;
 	-webkit-box-shadow: 0 3px 10px #000;
 	box-shadow: 0 3px 10px #000;
}

ul.global
{
	margin-left: 20px;
	list-style-image:url("../site images/arrow_li.png");
}

ul.global li
{
	line-height: 2em;
}

ol.global
{
	margin-left: 30px;
}

ol.global li
{
	line-height: 2em;
}

table.global tr
{
	background: transparent;
}

table.global tr td, table.global tr th
{
	border-bottom: 1px solid #333;
}

table.global tr th
{
	font-weight: bold;
	background: #000;
	text-align: left;
}

table.global tr th, table.global tr td
{
	padding: 7px 15px 7px 15px;
}

table.global tr td
{
	color: #666666;
}

blockquote
{
	padding-left: 55px;
	font-style: italic;
	width: 90%;
	background: transparent url("../site images/bg_quote.png") no-repeat top left;
}

#wrapper
{
	width: 100%;
	min-height: 100%;
}

#left_wrapper
{
	width: 300px;
	float: left;
}

#left_wrapper .inner
{
	padding-top: 100px;
	margin: 0 20px 0 20px;
	float: left;
}

.clear
{
	clear: both;
}

.nav
{
	list-style: none;
	margin: 25px 0 0 2px;
	font-size: 16px;
}

.nav li.space
{
	margin-bottom: 25px;
}

.nav li a
{
	color: #666666;
	display: block;
	padding: 3px 0 10px 0;
}

.nav li a:hover, .nav li a.active
{
	color: #ffffff;
}

.social_media
{
	display: block;
	float: left;
	margin: 10px 0 0 2px;
}

.social_media li
{
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

.photos_slide
{
	float: left;
	display: block;
	list-style: none;
}

.photos_slide li
{
	margin-bottom: 5px;
	display: block;
}

.photos_slide li a
{
	display: block;
}

.photos_slide li a img
{
	-moz-box-shadow: 0 3px 10px #000;
 	-webkit-box-shadow: 0 3px 10px #000;
 	box-shadow: 0 3px 10px #000;
 	display: block;
 	position: relative;
}

#content_wrapper
{
	float: left;
	margin: 50px 0 0 20px;
	padding-bottom: 50px;
	width: 600px;
	position: relative;
}

#featured_content
{
	min-height: 400px;
}

.portfolio_tab, .portfolio_photos
{
	display: block;
	float: left;
	list-style: none;
}

.portfolio_photos
{
	margin-top: 40px;
	width: 680px;
}

.portfolio_tab li
{
	display: block;
	float: left;
	margin-right: 10px;
	padding: 5px 10px 5px 10px;
	cursor: pointer;
}

.portfolio_tab li.active
{
	color: #fff;
	background: #000;
}

.portfolio_photos li
{
	float: left;
	display: block;
	width: 160px;
	height: 180px;
	margin-right: 40px;
}

.portfolio_photos li span
{
	display: block;
	margin: auto;
	color: #fff;
	font-weight: bold;
	width: 160px;
	text-align: center;
	margin-top: 5px;
}

.portfolio_photos li img
{
	width: 160px;
	height: auto;
	-moz-box-shadow: 0 3px 10px #000;
 	-webkit-box-shadow: 0 3px 10px #000;
 	box-shadow: 0 3px 10px #000;
}

.portfolio_container
{
	float: left;
}

.portfolio_gallery
{
	display: block;
	float: left;
	list-style: none;
	margin-top: 50px;
	width: 680px;
}

.portfolio_gallery li
{
	float: left;
	width: 150px;
	height: 100px;
}

.portfolio_gallery li img
{
	width: 100px;
	height: auto;
	-moz-box-shadow: 0 3px 10px #000;
 	-webkit-box-shadow: 0 3px 10px #000;
 	box-shadow: 0 3px 10px #000;
}

#footer
{
	float:left;
	width:140px;
	font-size: 10px;
	margin-top: 40px;
}

label.error
{
	display: block;
	color: #ff0000;
	font-weight: bold;
	font-size: 11px;
}

#reponse_msg
{
	color:#fff;
	margin-top: 30px;
	font-size: 14px;
}

/*
	Input layout
*/

input[type=text], input[type=password], select
{
	background: transparent;
	padding: 5px;
	font-size: 12px;
	margin: 0;
	border: 0;
	border-bottom: 3px solid #333333;
	color: #fff;
}

textarea
{
	background: transparent;
	padding: 3px 5px 3px 5px;
	font-size: 12px;
	color: #fff;
	font-family: Arial;
	margin: 0;
	border: 0;
	border-bottom: 3px solid #333333;
}

input[type=text]:hover, input[type=password]:hover, textarea:hover
{
	border-bottom: 3px solid #333333;
}

input[type=submit], input[type=button]
{
	width: 158px;
	height: 38px;
	border: 0;
	color: #444444;
	text-transform: uppercase;
	font-weight: bold;
	background: transparent url("../site images/bg_button.png") no-repeat left;
	text-shadow: 0px 1px #ffffff;
}

input[type=submit]:hover, input[type=button]:hover
{
	background: transparent url("../site images/bg_button_hover.png") no-repeat left;
}

input[type=submit]:active, input[type=button]:active
{
	color: #999999;
	position: relative;
	top: 1px;
	left: 2px;
	background: transparent url("../site images/bg_button_active.png") no-repeat left;
}

/*
	Pagination style
*/

.pagination {
	margin: 45px 0 10px 0;
	text-align: left;
}

.pagination a {
	background: #000;
	padding: 5px 10px 5px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
 	margin: 0 0 0 3px;
	color: #fff;
}

.pagination a:hover {
	background: #fff;
	color: #000;
}

.pagination a:active, .pagination a.active {
	color: #666666;
	background: transparent;
	text-shadow: 0px 0px 0px transparent;
}