/* 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;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:400;}
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: #27110B url(../gfx/body_bg2.png) repeat;
}
body,td,th {
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	color: #333333; /* COLOR FOR ALL TEXT (EXCEPT LINKS) */
}
/* ALL LINKS */
a:link {
	color: #4067CF;
	text-decoration: none;
}
/* ALL VISITED LINKS */
a:visited {
	text-decoration: none;
	color: #907065;
}
/* ALL LINKS WHEN MOUSE IS OVER */
a:hover {
	text-decoration: underline;
}

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

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

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

p { 
	margin-bottom: 12px;
	margin-top: 8px;
	font-size: 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: 100px;
	margin: auto;
}

div#logo {
	padding: 15px 0;
	margin-top: 10px;
	float: left;
}

div#search {
	text-align: right;
	float: right;
	margin: 60px 0 0 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: #392d29;
	width: 800px;
	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: 15px;
	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: #473833;
}

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: 560px;
	padding-right: 10px;
	float: left;
}

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

#column2 h3 {
	color: black;
	font-size: 20px;
	border-bottom: 1px solid #ddd;
}
 
 
/* 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: #5F5653;
	text-align: right;
	padding: 20px 20px 20px 0;
	background: #27110b url(../gfx/footer_bg.jpg) no-repeat;
}

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: left;
	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_box {
	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;
}

*/


/* ----------------------------------------Scott's CSS */
 
#featured_area {
	background: transparent url(../gfx/helping_you.jpg) top left no-repeat;
	width: 820px;
	height: 255px;
	border: 1px solid #bbb;
	position: relative;
}

#featured_area h1 {
	font-size: 30px;
	text-align: right;
	width: 100%;
	top: 10px;
	right: 10px;
	position: relative;
}

#featured_area h1 span{
	color: black;
	font-size: 50%;
}

.font50 {
	font-size: 50%;
}

.font75 {
	font-size: 75%;
}

.info_box a {
	color: #BFC4FF;
}

.contact_page h2 {
	font-size: 25px;
	font-style: italic;
	margin: 20px 0 5px 0;
	border-bottom: 1px solid #ddd;
}

.language_select {
	float: right;
	margin-top: 5px;
	margin-left: 10px;
}
