@import "reset.css";

body{
	color:white;
	}
a{
	color:white;
	}
.clear:after {
    content: ' ';
    clear: both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.header {
	position: relative;
	width: 935px;
	height: 148px;
	margin: 0 auto;
	padding-right: 25px;
	text-align: left;
	background: url(../img/header.png) repeat-x;
}

.logo {
	position: absolute;
	width: 190px;
	height: 44px;
	top: 58px;
	left: 74px;
}

.cart {
	float: right;
	width: 168px;
	height: 32px;
	padding: 5px 0 0 8px;
	background: url(../img/cart.png) no-repeat;
	font-size: 12px;
	font-weight: bolder;
	text-transform: uppercase;
}

.cart img {
	vertical-align: middle;
}

.cart span {
	margin-right: 15px;
}

.cart a {
	margin-right: 6px;
}

.login {
	float: right;
	margin-right: 10px;
}

.search {
	padding-top: 28px;
	text-align: right;
	display:none;
}

.search .inp {
	width: 120px;
	height: 21px;
	padding: 5px;
	color: #8e9da2;
	font-weight: bolder;
	margin-right: 10px;
}

.search .btn {
	vertical-align: middle;
}

.content {
	background: url(../img/content.gif) repeat-x;
}

.content-inner-index {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background: #181818 url(../img/content.png) repeat-x;
}

.content-inner {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	color:black;
	background: #5e5e5e url(../img/content.jpg) repeat-x;
}

.content-inner-inner{
	padding:20px;
	}

.menu {
	list-style: none;
	padding: 5px 0 4px 81px;
}

.menu li {
	float: left;
	margin-right: 32px;
}

.menu a {
	color: #fff;
	font-size: 13.5px;
}

.content-top {
	position: relative;
	margin-top: 59px;
	background: url(../img/monitor.jpg) no-repeat;
	min-height: 471px;
	padding: 0 0 63px 432px;
}

.advertisement {
	position: absolute;
	width: 212px;
	height: 296px;
	padding: 144px 13px 0 0;
	right: 0;
	top: 0;
	background: url(../img/advertisement.png) no-repeat;
	text-align: right;
}

.earth {
	position: absolute;
	width: 162px;
	height: 136px;
	top: 0;
	right: 0;
	background: url(../img/earth.png) no-repeat;
}

.advertisement .check {
	position: absolute;
	width: 100px;
	height: 100px;
	bottom: -12px;
	right: 35px;
	background: url(../img/check.png) no-repeat;
}

.block {
	position: relative;
	width: 220px;
	padding: 10px 15px 10px;
	margin-top: 59px;
	background: #c7c7c7 url(../img/block.png) repeat-x;
}

.block .tl, .block .tr, .block .bl, .block .br {
	position: absolute;
	width: 4px;
	height: 4px;
	background: url(../img/corn.gif) no-repeat;
}

.block .tl {
	top: 0;
	left: 0;
}

.block .tr {
	top: 0;
	right: 0;
	background-position: -4px 0;
}

.block .bl {
	bottom: 0;
	left: 0;
	background-position: 0 -4px;
}

.block .br {
	bottom: 0;
	right: 0;
	background-position: -4px -4px;
}

.block h4 {
	padding-left: 23px;
	font-size: 18px;
	color: #fff;
	margin-bottom: 14px;
}

.block ul {
	list-style: none;
}

.block li {
	margin-bottom: 12px;
	padding-left: 29px;
	background: url(../img/marker.png) no-repeat 0 3px;
}

.block li span {
	float: left;
	width: 115px;
	color: #fff;
}

.block li a {
	font-size: 11px;
	color: #9be6ff;
}

.buy {
	margin: 26px 0 0 -6px;
}

.content-bottom {
	background: #919191 url(../img/content-bottom.png) repeat-x;
	padding: 9px 0;
}

.content-bottom .left {
	float: left;
	width: 552px;
	padding-left: 28px;
}

.content-bottom .left ol {
	margin-left: -12px;
}

.content-bottom .left ol i {
	float: left;
	width: 38px;
	height: 38px;
	margin-right: 13px;
	background: url(../img/ball.png) no-repeat;
	text-align: center;
	font-style: normal;
	font-size: 18px;
	color: #fff;
}

.content-bottom .left li {
	font-weight: bolder;
	line-height: 35px;
	margin-bottom: 10px;
}

.content-bottom .right {
	float: right;
	width: 332px;
	padding: 0 20px 0 25px;
	border-left: 1px solid #b4b4b4;
}

.content-bottom .right p {
	font-weight: bolder;
	line-height: 35px;
}

.example {
	margin: 15px -10px 0 0;
	text-align: center;
	line-height: 45px;
}

.example a {
	font-weight: bolder;
	text-decoration: underline;
	color: #000;
}

.footer {
	background: url(../img/footer.gif) repeat-x 0 7px;
	color: #838383;
	font-size: 12px;
	padding: 7px 0 58px;
}

.footer a {
	color: #838383;
}

.footer .copy {
	float: left;
}

.footer .copy span {
	margin-right: 53px;
}

.footer .links {
	float: right;
}

.footer .links a {
	margin-left: 35px;
}

.footer-inner {
	width: 920px;
	margin:0 auto;
	text-align: left;
	padding: 5px 0 6px;
}

.text-header {
	font-size: 16px;
	font-weight: bold;
}
#welcome{
	padding:5px 20px 3px 5px;
}
.content{
  
}

.page-title, #welcome .text-header{
	color:white;
	font-size:30px;
	margin-top:25px;
	margin-left:15px;
	margin-botom:10px;
	font-weight:normal !important;
}
.cathead{
	color:white;
	font-size:20px;
	padding-bottom:10px;
}
.homecontent{
	width: 960px;
	height: 888px;
	background: url(../img/home-conent.jpg) no-repeat;
}
.text-subheader{
    font-size:20px;
    
}
.text-header2-blue{
	margin-top:15px;
	margin-bottom:15px;
	}
.text-subheader-light{
	font-size:20px;
	font-weight:bolder;
	margin-top:10px;
	margin-bottom:10px;
	}
.content-inner-inner a{
    color:#666;
}
ADDRESS,BLOCKQUOTE,CAPTION,CENTER,CITE,DD,DFN,DIR,DIV,DL,DT,EM,FONT,FORM,H1,H2,H3,H4,H5,H6,INPUT,KBD,LI,MENU,OL,OPTION,PRE,P,SAMP,SPAN,TITLE,TR,TD,TH,TT,UL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	font-weight: normal;
}
.dom-table{
    margin-top:10px;
    margin-bottom:10px;
}
.domain-yes2{
    font-size:13px;
    height:24px;
}
.div-435x150scroll {
	padding: 5px;
	height: 150px;
	width: 435px;
	border: 1px solid #CCCCCC;
	overflow: scroll;
}
.ec-tableheader {
	font-weight: bold;
}
.ec-flags {
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
	margin-right: 4px;
	margin-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.ec-cart-rod-text {
	font-size: 9px;
	color: #000000;
	text-align: left;
	padding-right: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.ec-cart-rod-price {
	font-size: 9px;
	color: #000000;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.ec-cart-rod-qty {
	font-size: 9px;
	color: #000000;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.ec-cart-header {
	background-color: #000000;
	height: 34px;
}
.ec-cart-basket {
	padding-right: 5px;
}
.ec-cart-price {
	font-size: 10px;
	color: #FFFFFF;
}
#map-1 a {
	font-weight: bold;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 3px;
	display: block;
}
#map-2 a {
	font-weight: bold;
	padding-left: 30px;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
}
#map-3 a {
	font-weight: bold;
	padding-left: 50px;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
}
#map-4 a {
	font-weight: bold;
	padding-left: 70px;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
}
.gallery-list img {
	padding-right: 15px;
	padding-left: 15px;
}
.page-full {
	padding: 10px;
}
.form-text-small {
	width: 40px;
}
.form-text-med {
	width: 200px;
}
.form-text-s-med {
	width: 84px;
	height: 12px;
}
.form-text{
	width:150px;
	height:25px;
	font-size:15px;
	}
.paymentprovider {
	text-align: center;
}
.prod-img {
	padding-left: 20px;
	padding-bottom: 20px;
}
.div-435x150scroll {
	padding: 5px;
	height: 150px;
	width: 435px;
	border: 1px solid;
	overflow: scroll;
}
.div-400 {
	width: 400px;
}
.ec-prod-mini-desc {
	font-size: 10px;
}
.ec-prod-mini-table td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.right #four {
	padding: 10px 30px 10px 10px;
}
#five {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.info-text {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #990000;
	padding-top: 0px;
	padding-left: 10px;
}