* {
	margin:0;
	padding: 0;
}
html, body { 
	height:100%;
}
html {
	min-width:974px;
}
body {
	background:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:11px;
	color:#202020;
	vertical-align: middle;
}

img {
	border:0;
	vertical-align:top;
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}

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

.col-1, .col-2, .col-3 { 
	float:left;
}

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

.wrapper {
	width:100%;
	overflow:hidden;
}
.container {
	width:974px;
	margin:0 auto;
	font-size:0.8125em;
	line-height: normal;
	font-weight: normal;
}



/*==== GLOBAL =====*/
#header {
	height:550px;
	background:url(images/tail-top.jpg) left top repeat-x;
	
}
#content {
	background:url(images/content-tail.gif) left top repeat-x #e6e6e6;
	width:100%;
	padding-bottom:20px;
}
#footer {
	background:#000;
	padding:16px 0 16px 0;
}


/*----- forms parameters -----*/

input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif; font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


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

.extra-wrap {
	overflow:hidden;
	font-size: 11px;
}


p {
	margin-bottom:10px;
	font-weight: normal;
	font-size: 11px;
}
.p1 { 
	margin-bottom:9px;
}
.p2 {
	margin-bottom:5px;
	line-height: 20px;
	font-size: 14px;
}
.p3 {
	margin-bottom:10px;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#369;
	outline:none;
	font-weight: normal;
}
a:hover{
	text-decoration:none;
	color: #036;
}

h1 {
	font-size:36px;
	line-height:1.2em;
	color:#1f1d1c;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:15px;
}
	h1 em {
	font-style:normal;
	font-size:30px;
	line-height:1.2em;
	display:block;
	margin-bottom:20px;
	}
	h1 strong {
		font-weight:normal;
		color:#9b9b9b;
	}
h2 {
	font-size:22px;
	line-height:1.2em;
	color:#fff;
	padding:8px 0 9px 19px;
	text-transform:uppercase;
	font-weight:normal;
	background-color: #666;
}
h3 {
	font-size:18px;
	line-height:1.2em;
	color:#fff;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:14px;
	background-image: none;
}
h4 {
	font-size:14px;
	line-height:22px;
	font-weight:normal;
	margin-bottom:12px;
}
h5 {
	font-size:12px;
	color: #274F76;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
}
	h5 a {
		color:#000;
	}
h6 {
	font-size:.91em;
	text-transform:uppercase;
}
h6.alt {
	margin-bottom:18px;
}

.link1 { color:#363433;}
	

.button {
	float:left;
	display:block;
	padding:0 9px 1px 16px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:.91em;
	background-repeat: no-repeat;
	background-position: left 7px;
	background-color: #333;
}
	.button:hover {
	background-color: #069;
	background-repeat: no-repeat;
	background-position: left center;
	color: #FFF;
	}


.button-wrap {
	background:url(images/button-wrap.gif) left top;
	border:1px solid #737373;
	padding:8px 0 7px 19px;
}
	.button-wrap a {
		color:#000;
		font-weight:bold;
		text-decoration:none;
		background:#e7e7e7;
		padding:2px 13px 2px 13px;
	}
	.button-wrap a:hover {
		background:#000;
		color:#e7e7e7;
	}


.line-hor {
	background:url(images/line-hor.gif) left top repeat-x;
	height:3px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}


/*==================boxes====================*/
.box {
	background:#060607;
	width:100%;
}
	.box .inner {
	padding:12px 19px 15px 19px;
	background-color: #333;
	}

.box1 {
	background:#d1d1d1;
	width:100%;
}
	.box1 .inner { 
		padding:23px 19px 26px 19px;
	}

.address { 
	padding-bottom:18px;
}
	.address dt {
	font-weight:bold;
	font-size: 9px;
	color: #333;
	}
	.address dd {
	clear:both;
	font-size: 9px;
	font-weight: normal;
	color: #666;
	}
		.address dd span { 
			float:left;
			width:82px;
		}
		.address dd a {
			color:#363433;
		}
		

.contact-info {
	float:left;
	width:250px;
	margin-right:20px;
	color:#333;
	font-size:11px;
	line-height:15px;
}
	.contact-info dd {
	clear:both;
	text-align:left;
	}
		.contact-info dd span {
	float:left;
	padding-right:30px;
	color: #333;
	width: 30px;
		}


/*===== header =====*/
#header .bg {
	background:url(images/header-bg.jpg) no-repeat center top;
	height:550px;
}
#header .row-1 {
	height:105px;
	overflow:hidden;
}
	#header .row-1 .fleft {
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	}
	
	#header .row-1 .top-links {
	float:right;
	font-size:10px;
	text-transform:uppercase;
	line-height:20px;
	border-bottom:1px solid #aaa;
	font-family: Tahoma, Geneva, sans-serif;
	padding-top: 75px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 0;
	text-align: right;
	}
		#header .row-1 .top-links li {
	display:inline;
	color:#06C;
		}
			#header .row-1 .top-links li a {
	color:#000;
	text-decoration:none;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 8px;
			}
			#header .row-1 .top-links li a:hover {
	color:#36C;
	text-decoration:none;
			}
			#header .row-1 .top-links li a.first {
	padding-left:8px;
	padding-right: 8px;
			}
			#header .row-1 .top-links li a.rss {
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 8px;
			}
#header .row-2 {
	height:54px;
	overflow:hidden;
}
	#header .row-2 .nav {
		float:left;
	}
		#header .row-2 .nav li {
			float:left;
			padding-right:5px;
		}
			#header .row-2 .nav li a {
	display:block;
	float:left;
	font-size:17px;
	color:#fff;
	text-decoration:none;
	padding:0;
	width:133px;
	line-height:33px;
	text-indent:19px;
	background-color: #004364;
	background-image: url(images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: right 14px;
	height: 35px;
			}
			#header .row-2 .nav li a:hover, #header .row-2 .nav li a.current {
	background-color:#0078B3;
	color:#FFF;
	font-style: normal;
			}

#header .row-3 {
	height:391px;
	background:url(images/header-bg-bottom.jpg) no-repeat left bottom;
}
	#header .row-3 .col-1 {
		
	}
	#header .row-3 .col-2 {
		background:#060607;
		height:350px;
		width:289px;
	}
		#header .row-3 .col-2 .indent {
			padding:103px 0 0 52px;
		}


/*===== anythingSlider =====*/
.anythingSlider                         { width: 685px; height: 350px; position: relative; }
.anythingSlider .wrapper                { width: 685px; height: 350px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 350px; width: 685px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .back                   { background-position: -67px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#start-stop                             { background: #414141; color: #d1d1d1; padding: 2px 18px; text-align: center; position: absolute; left: 19px; bottom: 17px; font-size:11px; text-transform:uppercase; text-decoration:none;}
#start-stop.playing                     { background-color:#414141 ; }
#start-stop:hover                       { background-image: none; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }
/*===== anythingSlider =====*/



/*===== content =====*/
#content .bg {
	background:url(images/content-bg.jpg) no-repeat center top;
}

#content .indent {
	margin-right:34px;
}

#content .mainContent {
	float:left;
	width:651px;
}
	#content .mainContent h2, #content h2.alt {
	background:none;
	color:#000;
	margin-bottom:30px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	}
#content .aside {
	float:left;
	width:289px;
}



.banners {
	width:100%;
	overflow:hidden;
}
	.banners li {
	float:left;
	width:130px;
	padding-left:10px;
	margin-right:25px;
	font-size:17px;
	line-height:1.2em;
	letter-spacing:-1px;
	text-align: left;
	}
	.banners li.last {
		margin-right:0;
	}
		.banners li img.icon {
	display:block;
	margin-bottom:12px;
		}
		.banners li a {
	color:#1e1d1a;
	text-decoration:none;
	text-align: left;
		}
			.banners li a img {
				vertical-align:text-bottom;
			}


.list1 li {
	background:#d1d1d1;
	width:100%;
	overflow:hidden;
	color:#060607;
}
.list1 li.even {
	background:#e1e1e1;
}
	.list1 li .inner {
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #333;
	}
		.list1 li span.date {
			float:left;
			width:45px;
			text-align:center;
			margin-right:19px;
			padding-top:5px;
		}
			.list1 li span.date strong {
	color:#fff;
	text-align:center;
	display:block;
	font-size:11px;
	text-transform:uppercase;
	line-height:20px;
	background-color: #333;
			}
			.list1 li span.date b {
	font-size:24px;
	line-height:1.2em;
	color:#06F;
			}
		
		.list1 li .extra-wrap {
			float:left;
			width:178px;
		}

.list2 li {
	background:url(images/arrow4.gif) no-repeat left 6px;
	font-size: 9px;
	text-decoration: none;
	font-weight: normal;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 18px;
	font-family: Verdana, Geneva, sans-serif;
	color: #575757;
	text-transform: none;
	line-height: 15px;
}
	.list2 li a {
	text-decoration:none;
	}
	.list2 li a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	}

/*===== footer =====*/
#footer {
	font-size:.91em;
	color:#fff;
	text-align:center;
}
	#footer a {
		color:#fff;
	}


/*----- forms -----*/
#search-form {
	float:right;
	padding:7px 0 0 0;
	width:251px;
}
	#search-form fieldset {
		border:none;
	}
	#search-form input.text {
		width:190px;
		border:1px solid #aeaeae;
		font-size:11px;
		color:#9d9d9d;
		padding:2px 0 2px 6px;
		margin-right:9px;
	}
	#search-form input.submit {
	width:35px;
	height:20px;
	border:none;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	font-size:11px;
	cursor:pointer;
	background-color: #333;
	}
	

#newsletter-form fieldset {
	border:none;
	padding-bottom:8px;
}
#newsletter-form input.text {
	width:190px;
	border:none;
	font-size:11px;
	color:#c9c9ca;
	padding:2px 0 2px 6px;
	margin-right:9px;
	background:#676768;
}
#newsletter-form input.submit {
	width:42px;
	height:20px;
	border:none;
	background:#e7e7e7;
	color:#069;
	font-weight:bold;
	text-align:center;
	font-size:1.17em;
	cursor:pointer;
}

#contacts-form  {
	float:right;
	width:367px;
}
#contacts-form fieldset {
	border:none;
}
	#contacts-form label { 
		display:block;
		height:30px;
	} 
		#contacts-form label input { 
			width:360px;
			padding:2px 0 2px 3px;
			color:#9d9d9d;
			border:1px solid #aeaeae;
			background:#fff;
			font-size:11px;
		}
		#contacts-form textarea {
	width:360px;
	height:65px;
	margin-bottom:16px;
	color:#9d9d9d;
	overflow:auto;
	border:1px solid #aeaeae;
	background:#fff;
	font-size:11px;
	float: right;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 3px;
		}
		#contacts-form .button {
	float:right;
	margin-left:17px;
	font-size: 10px;
		}

/*==========================================*/
#page5 #main #content .bg .container .wrapper .mainContent.indent .wrapper .contact-info dt {
	color: #333;
	font-size: 11px;
}
#page1 #content .bg .container .wrapper .mainContent.indent .p3 .bg {

}
.p4 {
	font-weight: bold;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;

}
.p5 {
	font-size: 0.91em;
	text-transform: uppercase;
	color: #069;
	font-weight: bold;
}
.guide1 {
	font-weight: bold;
}
.item1 {
	font-weight: bold;
	color: #333;
}
.imageindex {
	margin-right: 10px;
}
.p6 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	height: auto;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.pabout {
	font-size: 16px;
	color: #069;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.productprices {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	font-variant: normal;
	font-weight: bold;
	font-style: normal;
}
#page3 #content .bg .container .wrapper .mainContent.indent .wrapper .col-2 p .productprices strong {
	color: #069;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.columnright {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
}
.about2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #39F;
	font-weight: bold;
}
.button-wrapCopy {
	border:1px none #737373;
	background-image: none;
	background-position: left top;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}
.productheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	line-height: 18px;
}
.list3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #036;
	text-transform: none;
}
.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	line-height: 15px;
	font-weight: normal;
	color: #FFF;
}
.list5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #036;
}
.list6 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
}
.chatting {
	font-size: 9px;
	font-weight: bold;
	color: #666;
}
.link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #069;
}
.companysize {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #C00;
}
.price {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #069;
}
.h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #069;
	text-align: center;
}
.H7 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #4F4F4F;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.P1 {
	font-size: 14px;
	line-height: 20px;
}
#page4 #content .bg .container .wrapper .mainContent.indent .wrapper .col-2 .list2.p2 .item2 {
	font-size: 11px;
	line-height: 15px;
}
.LISTPRODUCTS {
	font-size: 9px;
	line-height: 15px;
	font-weight: bold;
}
.subtitle {
	color: #069;
	font-size: 11px;
	font-weight: bold;
}
.list7 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #069;
	font-variant: normal;
	text-transform: none;
}
.aboutusseal {
	text-align: center;
}
