/* elements */
* {
	margin : 0;
	padding : 0;
	outline : none;
	list-style : none;
	text-decoration : none;
	font : 12px arial, helvetica, tahoma;
	color : #000;
	line-height : 15px;
}

body {
	background : #fff;
}

img {
	border : 0;
}

.clear {
	clear:both;
}

/* links */

a {
	color : #0000cc;
	font-weight : bold;
}

a:hover {
	color : #0033cc;
	text-decoration : underline;
}

.bulleted {
	padding-right : 10px;
	background : transparent url('../images/btn_arrow.gif') no-repeat center right;
}

/* layout */

#container {
	width : 786px;
	margin : 0 auto;
	position : relative;
}

/* header */

#header {
	margin-top : 32px;
	position : relative;
}

#header h1 {
	color : #e4e4e4;
	font : normal 26px Georgia, "Times New Roman", Times, serif;
	cursor : default;
}

#header #logo {
	padding : 1px;
}

#header #logo_shadow {
	position : absolute;
	color : #b20000;
	top : 0px;
	left : 0px;
}

#header #call_us {
	text-indent : -9999px;
	display : block;
	width : 216px;
	height : 45px;
	position : absolute;
	top : 0;
	right : 0;
	background : transparent url('../images/hdr_call_us.gif') no-repeat;
}

/* main nav */

#nav {
	width : 400px;
}

#nav ul {
	float : left;
}

#nav li {
	color : #dedede;
	display : inline;
	padding-right : 12px;
}

#nav li a {
	color : #1C1E79;
	margin-right : 12px;
	font-weight : bold;
	font-size : 11px;
}

#nav li.selected a {
	color : #B20000;
}

/* footer */

#footer {
	margin-top : 24px;
	padding-top : 8px;
	background : transparent url('../images/foot_border.jpg') no-repeat top right;
	text-align : right;
	font-size : 10px;
	color : #101145;
}

#footer #copy {
	padding-bottom : 10px;
	font-size : 9px;
	color : #b3b3b3;
	cursor : default;
}

#footer #copy a {
	display : inline;
	line-height : 18px;
	vertical-align : text-top;
}

/* home page */

#banner {
	padding : 12px 0 14px 0;
}

.box_tab {
	float : left;
	width : 372px;
	height : 118px;
	padding-left:18px;
	padding-top:42px;
}
.box_tab img {
	float : left;
	margin-right : 14px;
}
.box_tab p {
	float : left;
	width : 248px;
}
.box_tab.services {
	margin-right : 6px;
	background : transparent url('../images/tab_services.gif') no-repeat;
}
.box_tab.products {
	float : right;
	background : transparent url('../images/tab_products.gif') no-repeat;
}

/* services page */

h2.hdr {
	display : block;
	height : 26px;
	margin : 40px 0 15px 208px;
	text-indent : -9999px;
}
h2.hdr_services {
	width : 118px;
	background : transparent url('../images/hdr_services.gif') no-repeat;
}
h2.hdr_about {
	width : 172px;
	background : transparent url('../images/hdr_about.gif') no-repeat;
}
h2.hdr_ourproducts {
	width : 115px;
	background : transparent url('../images/hdr_ourproducts.gif') no-repeat;
}
h2.hdr_contact {
	width : 94px;
	background : transparent url('../images/hdr_contact.gif') no-repeat;
}

.column_right {
	width : 570px;
	float : left;
}

.column_right p {
	line-height : 160%;
	margin-bottom : 24px;
	color : #333;
}

.column_right strong {
	font-weight : bold;
}

.column_right .indented {
	margin : 0;
	margin-left : 170px;
}

.column_left {
	width : 158px;
	padding-left : 15px;
	padding-right : 34px;
	float : left;
}

.caption {
	margin-top : 5px;
	padding : 5px;
	background : #efefef;
	color : #666;
	font-size : 11px;
	text-align : center;
	cursor : default;
}

/* form */

.form label {
	width : 100px;
	display : block;
	float : left;
	line-height : 22px;
	color : #333;
	cursor : pointer;
}

.form li {
	margin-bottom : 20px;
}

.input_text {
	height : 16px;
	padding : 3px 0;
}

.input_text, .input_textarea {
	background : transparent url('../images/input_bg.gif') no-repeat;
	border : solid 1px #848484;
	border-right-color : #c6c6c6;
	border-bottom-color : #c6c6c6;
	text-indent : 3px;
	color : #333;
}

.form .legend {
	display : block;
	float : left;
	margin-right : 15px;
	font-style : italic;
	color : #bbb;
	cursor : default;
}

.form .btn_submit {
	display : block;
	float : left;
	width : 88px;
	height : 20px;
	background : transparent url('../images/btn_submit.gif') no-repeat;
	text-indent : -9999px;
}