/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin:0;
}
table{

}
address,caption,cite,code,dfn,em,strong,th,var{

}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400;}
q:before,q:after{content:'';}
fieldset,img,abbr,acronym{border:0;}

body {
	background-attachment: fixed;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center top;
}
body,td,th {
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
	color: #333333; /* COLOR FOR ALL TEXT (EXCEPT LINKS) */
}
/* ALL LINKS */
a:link {
	color: #907065;
	text-decoration: none;
}
/* ALL VISITED LINKS */
a:visited {
	text-decoration: none;
	color: #907065;
}
/* ALL LINKS WHEN MOUSE IS OVER */
a:hover {
	text-decoration: none;
	color: #644d45;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 18px;
	margin: 10px 0;
}

h3 {
	font-size: 16px;
	margin-top: 15px;
}

/* Ment to be a <hr /> tag */
.line {
	background: url(../gfx/hr_bg.png) center no-repeat;
	padding: 10px 0;
	border: 0;
	color: #d3d3d3;
}

label {
	font-weight: bold;
	display: block;  
	float: left;
	clear: both;
	width: 220px;
	margin: 0 0 10px 0;
}

/* ALL INPUTS */
input {
	font-size: 11px;
	color: #ffffff;
	background: #392D29;
	float: left;
	margin: 3px;
	padding: 5px;
	border: 1px solid #251f1c;
}

/* ALL TEXTAREAS */
textarea {
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background: #392D29;
	margin: 3px;
	padding: 5px;
	border: 1px solid #251f1c;
}

ul {
	list-style-image: url(../gfx/bullet_go.png);
	padding-left: 40px;
	margin: 10px 0;
}

li {
	color: #392D29;
	padding: 1px;
}

.clear {
	clear: both;
}

div#wrapper {
	width: 850px;
	margin: auto;
	background: #fff;
}

div#header {
	width: 850px;
	height: 20px;
	margin: auto;
}

div#logo {
	padding: 15px 0;
	float: left;
}

div#search {
	text-align: right;
	float: right;
	margin: 30px 0;
}

div#search #field {
	width: 120px;
	float: right;
}

div#search #action {
	background: url(../gfx/submit_search.png) no-repeat;
	width: 25px;
	height: 25px;
	vertical-align: top;
	float: right;
}

div#nav {
	background-color: #FFFFFF;
	width: 820px;
	padding: 0 15px;
	float: left;
	clear: both;
}

div#nav #left {
	background: url(../gfx/nav_left.png) no-repeat;
	width: 10px;
	height: 40px;
	float: left;
}

div#nav #right {
	background: url(../gfx/nav_right.png) no-repeat;
	width: 10px;
	height: 40px;
	float: right;
}

div#nav ul {
	background-color: #080A07;
	width: 820px;
	height: 40px;
	float: left;
	margin: 0;
	padding: 0;
}

div#nav ul li {
	display: inline;
	list-style-type: none;
	padding: 0;
}

div#nav ul li a {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	padding: 11px 20px 11px 20px;
	border-right: 1px solid #251f1c;
	border-left: 1px solid #463c39;
}

div#nav ul li a:hover, div#nav ul li a.selected {
	background-color: #0B0B09;
}

div#nav ul li #left-tab {
	border-left: 0;
}

div#nav ul li #right-tab {
	border-right: 0;
}

div#main {
	background-color: #FFFFFF;
	padding: 15px 15px 0 15px;
	clear: both;
}

div#main #column1 {
	width: 570px;
	float: left;
}

div#main #column2 {
	background: url(../gfx/column2_seperator.png) no-repeat;
	width: 230px;
	min-height: 320px;
	float: right;
	padding: 0 10px;
}

/* FOR IE6 */
* html div#main #column2 {
	height: 320px;
}

div#main #column2 #recent_clients {
	text-align: center;
}

div#main #column2 #recent_clients img {
	width: 70px;
	margin-bottom: 3px;
}

div.box-no-line {
	width: 171px;
	float: left;
	padding: 0 9px;
}

div.box {
	background: url(../gfx/box_seperator.png) no-repeat;
	padding: 0 9px;
	width: 171px;
	float: left;
}

div.box-no-line h3, div.box h3 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

div.box p, div.box-no-line p {
	font-size: 10px;
	margin: 5px 0;
}

div.box a.more, div.box-no-line a.more {
	font-size: 11px;
	font-weight: bold;
	text-transform: lowercase;
	float: right;
}

div#end {
	background: url(../gfx/footer_bg.png) bottom no-repeat;
	height: 20px;
}

div#footer {
	font-size: 11px;
	color: #473833;
	text-align: right;
	padding: 5px 0 20px 0;
	background-color: #080A07;
}

textarea#message {
	width: 300px;
	height: 100px;
}

img#questions {
	float: right;
	margin: 0 10px 10px 0;
}

div.service_box {
	width: 550px;
	float: left;
}

div.service_box h3 {
	font-weight: bold;
	margin-bottom: 5px;
}

div.service_box img {
	float: left;
	padding: 0 10px 10px 0;
}

div.service_box a.more {
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
}

div.portfolio_box {
	width: 550px;
	float: left;
	margin: 5px;
}

div.portfolio_box h3 {
	font-weight: bold;
	margin: 5px 0;
}

div.portfolio_box img {
	float: none;
	width: 100px;
	margin-right: 10px;
	padding: 5px;
	border: 1px solid #d3d3d3;
	background: #FFFFFF;
}

div.portfolio_box a.more {
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
}

.error_field{
	background: #eb4e4e;
	border: 1px dotted #333;
}

div#company_info {
	font-size: 11px;
	color: #ffffff;
	width: 220px;
	margin: 0 auto;
	background: #392D29;
	margin-top: 15px;
}

div#company_info h3 {
	margin: 0 0 5px 0;
}

div#company_info #info {
	padding: 15px;
}

/* Round corners*/
.rtop, .rbottom{display:block;background: #FFF}
.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden;background: #392D29}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px} 

/* Textarea rezier */
div.grippie{
	background: #EEE url(../gfx/grippie.png) no-repeat scroll center 2px;
	cursor: s-resize;
	height: 9px;
	overflow: hidden;
	border: 1px solid #DDD;
	margin-left: 3px;
	width: 310px;
}

.resizable-textarea textarea {
	display: block;
	margin-bottom: 0;
	width: 80%;
	height: 250px;
}

/* jFlow */
div#myController {
	display:none;
}

.jFlowNext, .jFlowPrev {
	cursor: pointer;
}
.imageLeft{
	background:#fff;
	border:1px solid #ebe8e2;
	padding:10px 10px;
	margin:0 10px 10px 0;
}
