* { margin:0; padding:0;}
body { background:#040505; font-family:Arial; font-size:80%; line-height:1.25em; color:#393939;}

input, textarea { font-family:Arial; font-size:.73em;}

.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.wrapper, block { width:100%; overflow:hidden;}
.container { width:100%;}

p { margin-bottom:18px;}

.hide { display:none; }

/*==================forms====================*/
input, select { vertical-align:middle; font-weight:normal;}
img {border:0; vertical-align:top; text-align:left;}

.form { height:26px;}
.form input {width:148px; background:#fff; border:1px solid #e1e1e1; color:#0e0e0e; padding:1px 0 1px 3px; border-left:1px solid #303030; border-top:1px solid #303030; padding-left:3px;}
textarea { width:148px; height:98px; background:#fff; overflow:auto; border:1px solid #e1e1e1; color:#0e0e0e; padding:1px 0 0 3px; border-left:1px solid #303030; border-top:1px solid #303030;}

label.comp {
	float:left;
	width: 50px;
	padding: 0;
	margin: 6px 0 6px 0;
}

label.error { 
	float: none; 
	color: #fff; 
	padding: 5px;
	margin: 5px 0 0 0; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #f00;
}

input.comp, select.comp {
	width: 330px;
	background: #fefefe;
	border: 1px solid #bbb;
	font-family: helvetica, verdana, sans-serif;
	font-size: 14px;
	color: #333;
	padding: 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	vertical-align: middle;
}

select.comp { 
	float: left; 
	width: 316px;
	margin: 0 0 6px 0;
}
	
textarea.comp {
	width: 335px;
	height: 140px;
	padding: 5px;
	background: #fefefe;
	border: 1px solid #bbb;
	font-family: helvetica, verdana, sans-serif;
	font-size: 14px;
	color: #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	margin: 5px 0 0 0;
}

textarea.txtarea_short { 
	width: 334px;
	height: 80px;
}

.ckbx, .rdo { float: left; width: auto; margin: 2px 20px 0 0; }

input.submit { 
	background: #ddd;
	border: 1px solid #bbb;
	font-family: helvetica, verdana, sans-serif;
	font-size: 14px;
	color: #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 7px 5px 5px 5px;
}


/*==================list====================*/
ul { list-style:none;}

.list1 { padding-bottom:10px;}
.list1 li { background:url(../images/marker2.gif) no-repeat left 9px; padding:0 0 0 9px; color:#0e0e0e;}

.list2 { padding-bottom:20px;}
.list2 li { background:url(../images/marker2.gif) no-repeat left 6px; padding:0 0 0 9px; color:#0e0e0e;}

/*==================other====================*/
.img-indent { margin:0 20px 0 0; float:left;}
.img-box { width:100%; overflow:hidden; padding-bottom:20px;}
.img-box img { float:left; margin:0 20px 0 0;}

.img_border { border: 1px solid #ccc; float:right; margin:0 0 10px 10px; }
.img_border1 { border: 1px solid #ccc; float:left; margin:0 10px 10px 0; }

.img_noborder { border: 0; float:right; margin:0 0 10px 10px; }
.img_noborder1 { border: 0; float:left; margin:0 10px 10px 0; }

.p1 { margin-bottom:15px;}

/*==================txt, links, lines, titles====================*/
a {color:#0e0e0e;}
a:hover{text-decoration:none;}

h2 { font-size:25px; color:#453a96;  line-height:1.1em; font-family:arial narrow; letter-spacing:-1px; margin-bottom:22px;}
h2.color2 { color:#3a8307;}
h2.color3 { color:#d55c09}
h2.color4 { color:#a74711;}
h3 { font-size:19px; font-family:arial narrow; padding-top:7px; margin-bottom:22px;}
h3.color5 { font-size:1.2em; color:#333;}
h4 { font-size:1.0em; color:#453a96; margin:15px 0; line-height:1.25em;}
h4.color2 { color:#3a8307;}
h4.color3 { color:#d55c09;}
h5 { font-size:1.0em; color:#d55c09; margin: 0 0 10px 0;}

hr { color:#3a8307; background: #3a8307; border: 1px solid #3a8307; margin: 0 0 10px 0;  }

.txt3 { color:#3a8307;}

.link1 { display:block; background:#0090bd; padding:2px 0 4px 11px; font-size:.8em; text-transform:uppercase; color:#fff; font-weight:bold; text-decoration:none; letter-spacing:1px; font-family:tahoma;}
.link1 span { background:url(../images/marker.gif) no-repeat right 3px; padding-right:12px;}
.link1:hover { text-decoration:underline;}
.link2 { display:block; background:#3a8307; padding:2px 0 4px 11px; font-size:.8em; text-transform:uppercase; color:#fff; font-weight:bold; text-decoration:none; letter-spacing:1px; font-family:tahoma; margin: 0 0 10px 0;}
.link2 span { background:url(../images/marker.gif) no-repeat right 3px; padding-right:12px;}
.link2:hover { text-decoration:underline;}
.link3 { display:block; background:#d55c09; padding:2px 0 4px 11px; font-size:.8em; text-transform:uppercase; color:#fff; font-weight:bold; text-decoration:none; letter-spacing:1px; font-family:tahoma;}
.link3 span { background:url(../images/marker.gif) no-repeat right 3px; padding-right:12px;}
.link3:hover { text-decoration:underline;}
.link2_short { display:block; width:95px; background:#3a8307; padding:2px 0 4px 11px; font-size:.8em; text-transform:uppercase; color:#fff; font-weight:bold; text-decoration:none; letter-spacing:1px; font-family:tahoma;}
.link2_short span { background:url(../images/marker.gif) no-repeat right 3px; padding-right:12px;}

.link4 { color:#151515; font-size:.8em; text-transform:uppercase; font-weight:bold; text-decoration:none; background:url(../images/marker1.gif) no-repeat right 2px; padding-right:10px; font-family:tahoma;}
.link4:hover { text-decoration:underline;}

.link5 { color:#151515; font-size:.8em; text-transform:uppercase; font-weight:bold; text-decoration:none; background:url(../images/marker3.gif) no-repeat right 2px; padding-right:10px; font-family:tahoma;}
.link5:hover, .link5_on:hover { text-decoration:underline;}
.link5_on { color:#3a8307; font-size:.8em; text-transform:uppercase; font-weight:bold; text-decoration:none; background:url(../images/marker3.gif) no-repeat right 2px; padding-right:10px; font-family:tahoma;}

.link6 { color:#151515; font-size:.8em; text-transform:uppercase; font-weight:bold; text-decoration:none; background:url(../images/marker4.gif) no-repeat right 2px; padding-right:10px; font-family:tahoma;}
.link6:hover { text-decoration:underline;}

.link7 { color:#151515; font-size:.8em; text-transform:uppercase; font-weight:bold; text-decoration:none; background:url(../images/marker5.gif) no-repeat right 3px; padding-right:10px; font-family:tahoma;}
.link7:hover { text-decoration:underline;}

.link8 { color:#3a8307; text-decoration:none; }
.link8:hover { text-decoration:underline;}

.link9 { color:#453a96; text-decoration:underline; }
.link9:hover { text-decoration:none;}

/*==================boxes====================*/
.box { background:#fff; width:100%; min-height:430px; height:auto !important; height:430px;}
.box .inner { padding:46px 0 20px 28px;}
.box .inner1 { padding:46px 20px 20px 28px;}

.back-button { position:absolute; margin:-39px 0 0 649px;}

/*header*/
#header .fleft { padding:34px 0 15px 57px;}
#header .fright { padding:34px 17px 0 0; color:#fff; font-size: 1.3em;}
#header a { color:#51565a; text-decoration:none;}
#header a:hover { text-decoration:underline;}

/*content*/
#content { background:url(../images/content-tail.gif) left top repeat-y; width:100%;}
#content .bg {background:url(../images/content-bg.jpg) no-repeat left top;}
#content .indent { padding:0 0 0 18px;}
#content .indent1 { padding:5px 0 0 18px;}
#content .indent2 { padding:5px 20px 0 18px;}

/*footer*/
#footer { color:#707b81;}
#footer p { text-align:right; padding:31px 61px 0 0;}
#footer a { color:#707b81;}

/*==========================================*/

#nav { float: left; clear:both; width:711px; margin: 0 0 0 237px; display: inline; }
#nav ul li { float: left; }

/* Nav */
#about a { float: left; display:inline; width: 176px; height: 41px; margin: 0; background: url(../images/about_b.png) no-repeat 0px -41px; }
#about a:hover { background-position: 0 0; }

#services a { float: left; display:inline; width: 177px; height: 41px; margin: 0; background: url(../images/services_b.png) no-repeat 0px -41px; }
#services a:hover { background-position: 0 0; }

#shop a { float: left; display:inline; width: 177px; height: 41px; margin: 0; background: url(../images/shop_b.png) no-repeat 0px -41px; }
#shop a:hover { background-position: 0 0; }

#contact a { float: left; display:inline; width: 178px; height: 41px; margin: 0; background: url(../images/contact_b.png) no-repeat 0px -41px; }
#contact a:hover { background-position: 0 0; }

ul#subnav { float: left; clear:both; width:711px; margin: 8px 0 0 39px; display: inline; }
ul#subnav li { float: left; margin: 0 15px 0 0; background: #113f8b; padding: 5px 8px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }

ul#subnav li a { font-weight: bold; text-decoration: none; font-size: 13px; color: #fff; }
ul#subnav li a:hover { text-decoration: underline; }

/* Table */

td { padding: 2px; text-align: center; }
