/* General
====================================================================== */
html {
	background: #afaa6f url(../_images/bg_tile.jpg) repeat-x top center;	
}	

body {
	color: #fff;
	font-size: .8em;
	line-height: 1.4em;
	background: url(../_images/bg.jpg) no-repeat top 20%;	
}

body, select, textarea { font-family: "Trebuchet MS", Trebuchet, arial, sans-serif; }

code, kbd, pre { font-family: "Courier New", Courier, monospace; }

h1, h2, h3 {
	color: #fff;
	font-size: 1.4em;
	line-height: 1.8em;
	font-family: "Trebuchet MS", Trebuchet, arial, sans-serif;
}

p {
	margin: 0 0 1em 0;
	line-height: 1.6;
}

a:link,
a:visited {
	color: #AFB06A;
	font-size: 1em;	
}

a:hover { color: #fff; }

a:active { color: #fff }	

#page_wrapper {
	position: relative;
	margin: 0 auto;
	width: 760px;
	min-height: 415px;
}
	
		

	
/* Header
====================================================================== */
#header {
	text-align: center;
}

#logo {
	position: absolute;
	top: 15px;
	left: 20px;
}
	
	

	
/* Navigation
====================================================================== */
#nav {
	position: absolute;
	top: 170px;
	left: 20px;
}

#nav li {

}

#nav li a {
	text-transform: uppercase;
	display: block;
	padding: 15px 0;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

li.Current a:link,
li.Current a:visited,
li.Current:hover a,
li.Current:active a {
	color: #8f1b13 !important;
}

#nav li a:link,
#nav li a:visited {
	color: #000;
}
/*

#nav li a:hover,
#nav li a:active {
	color: #fff;
}
	
*/
#portfolio_nav {
	width: 510px;
	padding: 5px 0;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 15px;
	background: #1e1e1e;
	border: 1px solid #3c3c3c;
	border-width: 1px 0 0 1px;
}

#portfolio_nav ul {
	margin: 0;
	list-style-type: none;
	text-align: center;
		white-space: nowrap;

}

#portfolio_nav ul li {
	display: -moz-inline-box;
	display: inline-block;
	
	
}

#portfolio_nav ul li a:link,
#portfolio_nav ul li a:visited {
	display: block;
	display: inline-block;
	padding: 0 19px 0;
}

#portfolio_nav ul li.Current a {
	color: #fff !important;
}

/* Contact
====================================================================== */	

#form_wrapper {
	width: 325px;
	margin: 0;
}

.Row {
	text-align: right;
	margin-bottom: 10px;
}

.Row input {
	width: 246px;
	padding: 3px;
	font-size: 12px;
	margin: 0 0 0 10px;
	vertical-align: top;
}

.Row textarea {
	width: 248px;
	padding: 3px;
	font-size: 12px;
	margin: 0 0 0 10px;
	vertical-align: top;
}

#honeypot {
	display: none;
}

input.Send {
	text-transform: uppercase;
	width: auto;
	border: 2px solid #66725b;
	padding: 2px 20px;
	color: #fff;
	font-weight: bold;
	background: none;
	cursor: pointer;
}

input.Send:hover {
	border: 2px solid #888f62;
	background: #26353e;
}

p.Msg {
	position: relative;
	left: 135px;
}
	
/* Content
====================================================================== */	

#content_wrapper {
	float: right;
	margin: 15px 20px 0 0;
	width: 550px;
	background: #000;
}

#content {
	padding: 15px 20px;
}

#content h1 {
	text-align: left;
	margin: 0 0 7px 0;
}	

.SlideShow {
	width: 505px;
	padding: 2px 0 2px 5px;
	margin-bottom: 25px;
	background: #283943;
	
}	
	
	
/* Footer
====================================================================== */
#footer {
	text-align: right;
	margin-right: 20px;
	padding: 10px;
	color: #333;
	font-size: .8em;
}

#footer a:link,
#footer a:visited {
	color: #333;
}

#footer a:hover {
	color: #000;
}

#footer a:hover span { color: #000; }

#footer a:active { color: #fff }


/* Jordans
====================================================================== */
img.Left {
	float: left;
	margin: 4px 15px 15px 0;
}

img.Right {
	float: right;
	margin: 4px 0 15px 15px;
}

.ClearBoth {
	clear: both;
}

div.Row {
	overflow: auto;
}

div.Left div {
	width: 494px;
	min-height: 90px;
	padding-right: 10px;
	padding-left: 5px;
	margin: 0 0px 10px 0;
	overflow: auto;
	background: #1e1e1e;
}

div.Left a:link,
div.Left a:visited {
	color: #959595;
}

div.Left div:hover,
div.Right div:hover {
	background: #363636;
}

div.Left h2,
div.Right h2 {
	font-size: 16px;
	padding-top: 6px;
	margin: 0 0 6px;
	line-height: 1;
}

div.Left div p,
div.Right div p {
	padding: 0 6px 10px 0;
	font-size: 12px;
	margin: 0 0 0 95px;
	display: block;
}

img.Thumb {
	float: left;
	margin: 7px 10px 5px 2px;
}

body#section_design_services #content ul {
	font-size: 14px;
	margin: 0 0 20px;
}

body#section_design_services #content ul ul {
	font-weight: normal;
	font-size: 12px;
	margin-left: 15px;
	margin-top: 5px;
	list-style: disc;
}
body#section_contact #content {
	position: relative;
}

#address {
	position: absolute;
	right: 15px;
	top: 53px;
}
