* {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

body {
	padding: 0;
	font-size: 12px;
	color: #666666;
	background-color: #2f2f2f;
	background-repeat: repeat-x;
	margin: 0px 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #000000;
}
h1 {
	margin-bottom: 5px;
	font-size: 2.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #3792a0;
}
h2 {
	margin-bottom: 5px;
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #162E4B;
}

h3 {
	margin-bottom: 5px;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	border-bottom: dashedX #CDCCCA 1px;
	margin-top: 5px;
}
h4 {
	font-size: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #3792a0;
	font-weight: bold;
}
h5 {
	margin-bottom: 5px;
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #162E4B;
}

p, ol, ul, blockquote {
	line-height: 22px;
	margin-top: 0px;
}

ul {
}
li {
}

a {
	text-decoration: none;
	color: #162E4B;
	border-bottom: dotted 1px #4c4c4c;
}

a:hover {
}

img {
	border: none;
}

blockquote {
	border-left:3px solid #162E4B;
	margin:0 0 0 2.5em;
	padding-left:1em;
	padding-right: 1em;
}

/* Page */

#page {
	width: 855px;
	margin: 0 auto;
	padding: 20px 40px 30px 40px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#header {
	width: 935px;
	margin: 0 auto;
	height: 115px;
	background-repeat: repeat;
}
#navs {
	background-color: #2f2f2f;
	width: 933px;
	margin: 0 auto;
	height: 30px;
	border-top: solid 1px #363636;
	border-left: solid 1px #363636;
	border-right: solid 1px #363636;
	background-image: url(images/navbg.gif);
}
#navs a.last {
	border-right: none;
}
#featured_wrap {
	float: left;
}
#featured {
	width: 815px;
	float: left;
	background-repeat: no-repeat;
	padding: 20px 20px 10px 20px;
	background-image: url(images/featurebg.jpg);
	height: 248px;
}
#featured_image {
	padding: 5px;
	background-color: #FFFFFF;
	float: left;
	border: solid 1px #cacaca;
	min-width: 400px;
	min-height: 190px;
}
#featured_text {
	float: left;
	margin-left: 20px;
	width: 365px;
}
#featured_bottom {
	width: 855px;
	height: 12px;
	margin: 0 auto;
	background-image: url(images/featurebg_bottom.jpg);
	float: left;
}
#sub_boxes {
	width: 855px;
	float: left;
	margin: 20px 0px 20px 0px;
}
.sub_box {
	width: 268px;
	float: left;
	background-image: url(images/subbox_bg.jpg);
	margin-right: 25px;
}
.sub_box_top {
	height: 20px;
	float: left;
	background-image: url(images/subbox_top.jpg);
	width: 268px;
}
.sub_box_bottom {
	height: 25px;
	float: left;
	background-image: url(images/subbox_bottom.jpg);
	width: 268px;
}
.sub_box_text {
	padding: 0px 10px 0px 10px;
}
#main_content {
	float: left;
	width: 855px;
}
#main_content_left {
	width: 820px;
	float: left;
	margin: 20px 0px 20px 0px;
}
#main_content_left_portfolio {
	width: 820px;
	float: left;
}
#main_content_right_portfolio {
	width: 200px;
	float: right;
	background-image: url(images/sidebar.jpg);
	background-repeat: no-repeat;
	padding: 15px 15px 10px 10px;
}
#main_content_right {
	width: 241px;
	float: right;
	background-image: url(images/sidebar.jpg);
	background-repeat: no-repeat;
	padding: 15px 15px 10px 10px;
}

#main_content ul {
	padding: 0px 0px 0px 0px;
	border-bottom: n one;
}
#main_content li {
	margin-left: 30px;
	padding-left: 0px;
	list-style: none;
	list-style-image: url(images/bullet.gif);
}
#logo {
	height: 75px;
	width: 150px;
}
#footer {
	width: 935px;
	margin: 0 auto;
	border-top: dotted 1px #4c4c4c;
	padding: 10px 0px 0px 0px;
	font-size: 11px;
	color: #999999;
	margin-bottom: 30px;
}
#footer a {
	color: #999999;
}
#footer  a:hover  {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer_l  {
	float: left;
	width: 400px;
}
#footer_r  {
	float: right;
	width: 400px;
	text-align: right;
}
#box_menu {
	width: 241px;
	float: right;
	background-image: url(images/sidebar.jpg);
	background-repeat: no-repeat;
	padding: 15px 15px 10px 10px;
}
#box_menu_links {
	margin: 5px 0px 15px 0px;
}
#box_menu  a  {
	display: block;
	padding: 5px 0px 5px 5px;
	background-color: #FFFFFF;
	border-bottom: none;
	margin: 5px 0px 5px 0px;
}
#box_menu  a:hover  {
	padding: 5px 0px 5px 5px;
	display: block;
	background-color: #162E4B;
	color: #ffffff;
	border-bottom: none;
}
#box_menu  li  {
	border-bottom: none;
	list-style: none;
	padding-bottom: 5px;
}
#box_menu  ul  {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}
.inline_image {
	float: left;
	padding: 5px;
	border: solid 1px #a4a4a4;
	margin: 5px 10px 0px 0px;
}
#products {
	width: 800px;
}
.product_box {
	border-bottom: dotted 1px #a4a4a4;
	float: left;
	width: 800px;
	padding-bottom: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.product_box_image {
	float: left;
	padding: 5px;
	border: solid 1px #a4a4a4;
}
.product_box_description {
	float: left;
	margin-left: 15px;
	width: 500px;
}
.product_box_description_media {
	float: left;
	width: 800px;
}
.image_wrap {
	float: left;
	margin: 0px 0px 5px 0px;
	width: 180px;
}
.image {
	float: left;
	border: 4px solid #ccc;
	width: 172px;
	height: 120px;
}
.image_caption {
	float: left;
	padding: 3px 0px 3px 0px;
	font-size: 10px;
	color: #424242;
	width: 100%;
	text-align: center;
}

a.button {
	background: url(images/button_bg.jpg) repeat-x;
	padding:5px 10px 5px 10px;
	color: #FFFFFF;
	text-decoration: none;
	border:1px solid #32312f;
	font-size:10px;
	line-height:25px;
}
a.button:hover {
	background: url(images/button_o.jpg) repeat-x;
	border:1px solid #32312f;
}

.portfolio_image_wrap {
	float: left;
	margin: 0px 18px 25px 0px;
	width: 155px;
}
.portfolio_image {
	float: left;
	border: 4px solid #ccc;
	height: 112px;
	width: 147px;
}
.portfolio_image_caption {
	float: left;
	padding: 3px 0px 3px 0px;
	font-size: 10px;
	color: #424242;
	width: 100%;
	text-align: center;
	margin-top: 4px;
	background-color: #efefef;
}

.input, textarea {
	background-image:url(images/form_bg.jpg);
	background-repeat:repeat-x;
	border:1px solid #ccc;
	color:#333333;
	font-size:11px;
	margin-right:4px;
	padding:5px;
	margin-top: 3px;
	margin-bottom: 10px;
}
#button {
	background: url(images/button_bg.jpg) repeat-x;
	padding:4px 6px;
	color: #FFFFFF;
	text-decoration: none;
	border:1px solid #32312f;
	font-size:10px;
	background-color: #736E6A;
}
#wrap {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 935px;
	margin: 0 auto;
}
#page_index {
	width: 855px;
	margin: 0 auto;
	padding: 20px 40px 30px 40px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-image: url(images/pagebg.jpg);
}
.button {
	background: url(images/button_bg.jpg) repeat-x;
	padding:4px 6px;
	color: #FFFFFF;
	text-decoration: none;
	border:1px solid #32312f;
	font-size:10px;
	background-color: #736E6A;
}
.sub_box_right {
	width: 268px;
	float: right;
	background-image: url(images/subbox_bg.jpg);
}
