/* CSS reset */
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;
	text-align: center;
}

body,td,th {
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFF;
	text-align: left;
		margin-top:0px;
}

body {
	background-image: url(../images/lightbackground2.jpg);
	background-repeat: repeat-x;
	background-position:top center;
	background-color: #7cb0cc;
	margin-top:0px;
}

.bodytext {
	font-family:"Segoe UI", sans serif;
	font-size:11px;
	line-height: 2;
	text-align: left;
}


.TitlesText {
	font-family:"Segoe UI", sans serif;
	font-size:16px;
	font-weight:bold;
	line-height: 1.5 em;
	color: #600;
}

.ProductTitles {
	font-family:"Segoe UI", sans serif;
	font-size:16px;
	font-weight:bold;
	text-align: left;
	color: #036;
}

.ProductPrice {
	font-family:"Segoe UI", sans serif;
	font-size:14px;
	font-weight:bold;
	text-align: left;
	color: #600;
}
/* ALL LINKS */
a:link {
	color: #600;
	text-decoration: none;
}
/* ALL VISITED LINKS */
a:visited {
	text-decoration: none;
	color: #FF3;
}
/* ALL LINKS WHEN MOUSE IS OVER */
a:hover {
	text-decoration: none;
	color: #F00;
}

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;
}

/* Ment to be a <hr /> tag */
.line {
	background: url(/images/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 */


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

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

.clear {
	clear: both;
}

#main_wrapper {
	width:912px;
	margin: 0px auto;
}

div#wrapper {
	width:912px;
	margin: 0px auto;
	min-height: 700px;
	background-color:#FFF;
}

div#header {
	margin:0px auto;
	width:912px;
	height:40px;
}

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

div#topmov {
	margin:0px auto;
	background-color:#FFF;
	width:892px;
	height:auto;
	padding: 10px 0px 5px 0px;
	text-align: left;
	}
div#search {
	text-align: right;
	float: right;
	margin: 30px 0;
}

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

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

div#nav {
	background-color:#000;
	width: 912px;
	height:auto;
	padding: 0 0px;
	float: left;
	clear: both;
	text-align: center;
}

div#nav #left {
	width: 10px;
	height: 40px;
	float: left;
}

div#nav #right {
	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: #330066;
}

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

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

div#main {
	padding: 0px 10px 0 10px;
	clear: both;
	text-align: left;
}

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

div#main #column2 {
	background-color:#FFF;
	width: 400px;
	min-height: 300px;
	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;
	text-align: center;
}

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

div.box {
	background: url(/images/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 {
	height: 20px;
}


div#footer {	
    background: url(../images/assets/footer_bg.png) top no-repeat;
	font-size: 11px;
	height:150px;
	width:912px;
	margin: 0px auto;
	margin-top:-15px;
	color: #333;
	text-align: center;
	padding: 0px 0 20px 0;
	float: bottom;
}


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 {
	padding: 15px;
}

#main_content_right {
	width: 340px;
	height:200px;
	background-image: url(../images/right_sidebar_bg.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 40px;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

/* 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(/images/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;
}


div#hover {
float:left;
margin-bottom:135px;
padding-top:45px;
padding-left:5px;}

div#productdesc {
padding-left:10px;
}
