@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	font-size:12px;
	line-height:1.5em;
	background-image:url(/images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

a:link {color:#f76301;
}
a:visited{
color:#ff6f0f;

}
a:hover{
color:#ff982d;
}

#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
#header {
	margin-top:15px;
	padding: 0 10px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#logo {
	float:left;
}
#slogan {
	float:left;
	padding: 0px 0px 0px 40px;
}
#menu_container {
	height:20px;
	padding-top:30px;
	padding-bottom:15px;
	clear:both;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	margin-left:auto;
	margin-right:auto;
}
#menu_container ul {
	list-style:none;
	height:20px;
	margin:0px;
	padding:0px;
	display:block;
	width:700px;
}
#menu_container ul li {
	float:left;
	list-style:none;
	margin:0px;
	padding:0px;
}
#menu_container ul li a {
	display:block;
	float:left;
	margin:0px;
	margin-left: 40px;
	padding:0px;
	color:#FFFFFF;
}
#menu_container ul li a, #menu_container ul li a:link, #menu_container ul li a:visited {
	text-decoration:none;
}
#menu_container ul li a:hover {
	text-decoration:underline;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	margin: 0px auto;
	width:736px;
	padding:10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	text-align:left;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	clear:both;
	background-color:#F4F4F4;
	border-top: 1px solid #CCCCCC;
}

#footercontainer{
width:780px;
margin:0px auto;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:10px;
	text-align:center;
}
#footerbox {
	font-size:9px;
	width:220px;
	height: 270px;
	float:left;
	text-align:left;
	border-right:dotted 1px #999999;
	margin-right:15px;
	padding-right:15px;
}
#footerbox ul {
	display:block;
	list-style-image:url(/images/arrow.gif);
	list-style-position:outside;
	margin:0;
	margin-left:12px;
	padding:0;
}
#footerbox li {
	padding:0px 0px 0px 2px;
}
#footer ul li a, #footer ul li a:link, #footer ul li a:visited {
	color:#646B75;
	text-decoration:underline;
}
#footer ul li a:hover {
	color:#646B75;
	text-decoration:none;
}
/*content*/

#welcome {
	width:736px;
	height:182px;
	background-image:url(/images/home_image.jpg);
	background-repeat:no-repeat;
	margin-bottom:20px;
}
#home_welcome {
	margin-top:15px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
}
#home_welcome a:link {
	color:#FFFFFF;
	text-decoration:none;
}
#home_welcome a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
#home_welcome a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#home_welcome a {
	color:#FFFFFF;
	text-decoration:none;
}
#float_left {
	float:left;
}
#contactbox {
	background-image:url(/images/contact_box.gif);
	background-position:top;
	background-repeat:no-repeat;
	height:159px;
	width:270px;
	float:right;
	padding-left:15px;
	padding-top:10px;
	position:relative;
}
.images {
	border: 1px solid #CCCCCC;
	margin: 4px 10px;
	padding: 5px;
}
.icon {
	border: 1px solid #CCCCCC;
	margin: 2px 2px;
	padding: 2px;
}
hr.clear{
	visibility:hidden;
	clear:both;
}
hr {
	border: 0;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	width: 100%;
	text-align: left;
}
.price {
	margin:15px;
	font-size:15px;
	color:#ff6600;
	font-weight:bold;
}
.tools_bg {
	background-image: url(/images/tools_td_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.subtitle {
	font-size: 14px;
	color: #dc0e0e;
}
.subtitledark {
	color:#811313;
	font-size: 14px;
}
.portfolioname {
	color:#cc0000;
	font-size: 16px;
}
h1 {
	font-size:16px;
	border-bottom:1px solid #CCCCCC;
	padding-left:0px;
	color:#ff840a;
	
}
h2 {
	font-size:16px;
	
	padding-left:0px;
	color:#dc0e0e;

}
h3 {
	font-size:18px;
	
	padding-left:0px;
	color:#ff840a;
	
}
h4 {
	color:#993300;

}
h5 {
	font-size:13px;
	border-bottom:1px solid #CCCCCC;
	padding-left:0px;
	color:#660000;
	
}
h6 {
	font-size:18px;
	font-weight:100;
	line-height:1.5em;
	margin:0px;
	
}
img.portfolio {
	border:1px solid #CCCCCC;
	margin-bottom:5px;
}
.portfolio_sub {
	font-size:10px;
}
.portfolio ul {
	margin:1px;
	padding:0px;
	list-style-type:circle;
}
.red {
	color:#dc0e0e;
}
.orange {
	color:#ff840a;
}
.size11 {
	font-size:11px;
}
.size11_no {
	font-size:11px;
	line-height:normal;
}
.news_item{
font-size:10px;
}

.form_text {
	font-size: 11px;
	
	line-height:normal;
}
.form_text td {
	font-size: 10px;
	line-height:normal;
}

.contact_table td{
	font-size:11px;
}
.contact_table td input.border,
.contact_table td textarea.border{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF !important;
}
#rounded_box1 {
background-image:url(/images/rounded_box1.gif);
background-position:top;
background-repeat:no-repeat;
}

#rounded_box2 {
background-image:url(/images/rounded_box2.gif);
background-position:top;
background-repeat:no-repeat;
}

#rounded_box3 {
background-image:url(/images/rounded_box3.gif);
background-position:top;
background-repeat:no-repeat;
}

#border_bottom td{
border-bottom: 1px solid #e1e1e1;
}

.bordertable td{
	border-collapse:collapse;
	border:1px dashed #CCCCCC;
}
