@font-face {
    font-family: 'nexa_boldregular';
    src: url('fonts/nexa_bold-webfont.eot');
    src: url('fonts/nexa_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/nexa_bold-webfont.woff') format('woff'),
         url('fonts/nexa_bold-webfont.ttf') format('truetype'),
         url('fonts/nexa_bold-webfont.svg#nexa_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
	height: 100%;
}

body {
	height: 100%;
	font-size: 12px;
	line-height: 14px;
	font-family: Proxima Nova Regular, sans-serif;
	color:#777;
	padding-top: 1px;
	margin-top: -1px;
}

::selection { 
	background:#ec008c; 
	color:#fff;
	text-shadow: none;
} 

::-moz-selection { 
	background:#ec008c; 
	color:#fff;
	text-shadow: none;
} 

.center980{
	width:980px;
	margin: 0px auto;
}
.menu{
	width: 100%;
	height: 94px;
	background: url(pics/menu-bg.png) repeat-x;
	position: absolute;
	z-index:100;
}
.logo{
	margin-top: 26px;
	float:left;
}
.menu ul{
	float:right;
	margin-top:57px;
}
.menu ul li{
	color: #777777;
    float: left;
    font-family: 'nexa_boldregular';
    font-size: 16px;
    line-height: 35px;
    margin-right: 10px;
	text-transform: uppercase;
}
.menu ul li a{
	padding: 0px 5px;
	text-decoration: none;
}
.menu ul li a:hover{
	color:#000;
	transition: all 0.8s ease-in-out 0s
}

.menu ul li .actual{
	display: block;
	background: url(pics/menu-tab-center.png) repeat-x;
	padding: 0px 20px;
	color:#0820ab;
	border-top:solid 1px #dddddd;
	border-right:solid 1px #dddddd;
	border-left:solid 1px #dddddd;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright:3px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}
.menu .login{
	position: absolute;
	margin:5px 0px 0px 575px;
}
.menu .login form{
	vertical-align: top;
}
.menu .login button{
	background: url(pics/btn-sign-in.png) no-repeat;
	width:71px;
	height:24px;
	border:none;
	position: absolute;
	margin:2px 0px 0px 0px;
	cursor: pointer;
}
.menu .login input[type=text], .menu .login input[type=password]{
	margin-top:2px;
	border:1px solid #9c9c9c;
	height:20px;
	width:149px;
	margin-right:5px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright:2px;
	-moz-border-radius-bottomleft:2px;
	-moz-border-radius-bottomright:2px;
	-webkit-border-top-left-radius:2px;
	-webkit-border-top-right-radius:2px;
	-webkit-border-bottom-left-radius:2px;
	-webkit-border-bottom-right-radius:2px;
	border-top-left-radius:2px;
	border-top-right-radius:2px;
	border-bottom-left-radius:2px;
	border-bottom-right-radius:2px;
	font-family: sans-serif;
	font-size: 12px;
}
.menu .login .under-label{
	float:left;
	margin:5px 10px 0px 0px;
}
.menu .login a{
	color:#0820ab;
	display: block;
	line-height: 18px;
}
.page-header {
	position: relative;
    width: 100%;
	margin-top: 94px;
}
.slider{
	background: url(pics/slider-bg.jpg) top center no-repeat;
	height:580px;
}
.slider .text-image{
	width:592px;
	height:56px;
	margin:0px auto;
	padding-top:40px;
}
.slider .graphics{
	width:1176px;
	height:326px;
	left:50%;
	margin-left:-588px;
	position: absolute;
}
.slider p{
	color:#fff;
	text-align: center;
	line-height:20px;
	font-size:14px;
	margin-top:20px;
}
.content{
	background:white;
    left: 0;
    margin-top: 640px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 60;
	padding-top:20px;
}

/* Left Side */

.left{
	width:740px;
	margin-right:20px;
	float: left;
}
.content .left .tick-content{
	margin-bottom:20px;
}
.content .left .tick-content div{	
	width:699px;
	float:left;
	border-bottom: 1px dotted #ddd;
	padding:10px 10px;
}
.content .left .tick-content div.last{
	border-bottom:none;
}
.content .left .tick-content div img{
	margin-right: 10px;
	float: left;
}
.content .left .tick-content div p{
	line-height: 41px;
	float:left;
	font-size:15px;
	color:#777;
}
.content .left .lap-timer-screenshot .head-text{
	font-family: 'nexa_boldregular';
	font-size:16px;
	line-height: 30px;
	text-transform: uppercase;
	border-bottom: 1px dotted #ddd;
	margin-bottom:20px;
	color:#000;
}

/* Right Side */
.right{
	width:220px;
	float:left;
}
.right .downloads .head-text{
	font-family: 'nexa_boldregular';
	font-size:16px;
	line-height: 30px;
	text-transform: uppercase;
	border-bottom: 1px dotted #ddd;
	color:#000;
}

.right .downloads li{
	border-bottom: 1px dotted #ddd;
	padding:10px 0px;
}
.right .downloads li img{
	float:left;
	margin-right:10px;
}
.right .downloads li .link{
	float:left;
	text-align: justify;
	width:185px;
	display: block;
}
.right .downloads li .link:hover{
	transition: all 0.8s ease-in-out 0s;
	color:#0820ab;
	text-decoration: none;
}

/* Reference */
.reference-head {
    background: url("pics/reference-head-bg.jpg") no-repeat scroll center transparent;
	margin-top:94px;
    height: 380px;
}
.reference-content{
	background:white;
    left: 0;
    margin-top: 475px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 60;
	padding-top:20px;
}
.reference-content .left table{
	width:100%;
}

.reference-content .left img{
	float:left;
	margin-right:10px;
}
.reference-content .left td{
	padding:10px 0px;
}
.reference-content .left td a{
	line-height: 22px;
	display: block;
	float:left;
	color:#0820ab;
	text-decoration: none;
}

/* Order */
.order-head {
    background: url("pics/order-head-bg.jpg") no-repeat scroll center top transparent;
    height: 100px;
	padding-top: 25px;
}
.order-head h1{
	font-family: 'nexa_boldregular';
	font-size:24px;
	line-height: 30px;
	text-transform: uppercase;
	color:#fff;
}
.order-head p{
	font-size:14px;
	line-height: 16px;
	color:#fff;	
}
.order-content{
	background:white;
    left: 0;
    margin-top: 195px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 60;
	padding-top:20px;
}
.order-content .box-01{
	background: url(pics/order-01.png) no-repeat;
	width:232px;
	height:108px;
	margin:0px 20px 20px 0px;
	float:left;
}
.order-content .box-01 p{
	text-align: center;
	margin-top: 80px;
}
.order-content .box-02{
	background: url(pics/order-02.png) no-repeat;
	width:232px;
	height:108px;
	margin:0px 20px 20px 0px;
	float:left;
}
.order-content .box-02 p{
	text-align: center;
	margin-top: 80px;
}
.order-content .box-03{
	background: url(pics/order-03.png) no-repeat;
	width:232px;
	height:108px;
	margin:0px 0px 20px 0px;
	float:left;
}
.order-content .box-03 p{
	text-align: center;
	margin-top: 80px;
}
.order-content .box-04{
	background: url(pics/order-04.png) no-repeat;
	width:232px;
	height:108px;
	margin:0px 20px 20px 0px;
	float:left;
}
.order-content .box-04 p{
	text-align: center;
	margin-top: 70px;
}
.order-content .box-05{
	background: url(pics/order-05.png) no-repeat;
	width:232px;
	height:108px;
	margin:0px 20px 20px 0px;
	float:left;
}
.order-content .box-05 p{
	text-align: center;
	margin-top: 25px;
}
.order-content .box-06{
	width:232px;
	height:108px;
	margin:0px 0px 20px 0px;
	float:left;
}
.order-content .box-06 p{
	text-align: center;
	margin-top: 45px;
}

/* Contact */
.contact-head{
	top:210px;
	width:280px;
	height:150px;
	background: rgba(255,255,255,0.85);
	position: absolute;
	z-index:50;
	padding:20px;
}
.contact-head h1{
	font-family: 'nexa_boldregular';
	font-size:30px;
	line-height: 32px;
	margin-bottom:10px;
}
.contact-head p{
	font-size:14px;
	line-height: 18px;
	margin-bottom:20px;
}
.contact-head a{
	color:#0820ab;
	text-decoration: none;
}
.contact-head li{
	height: 30px;
	vertical-align: middle;
	font-size: 14px;
}
.contact-head li img{
	vertical-align: middle;
	margin-right:10px;
}
.contact-content{
	background:white;
    left: 0;
    margin-top: 475px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 60;
	padding-top:20px;
}
.contact-content .left .country{
	width:360px;
	padding-left:10px;
	float:left;
	margin-bottom:10px;
}
.contact-content .left .head{
	border-bottom: 1px dotted #DDDDDD;
    color: #000000;
    font-family: 'nexa_boldregular';
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
	margin-bottom:20px;
}
.contact-content .left .country .image{
	float:left;
	margin-right:10px;
}
.contact-content .left .country .image img{
	width:100px;
	height:100px;
}
.contact-content .left .country ul{
	width:230px;
	float:left;
}
.contact-content .left .country li .head{
	font-size:14px;
	line-height:24px;
	font-weight: bold;
	color:#000;
	text-transform: uppercase;
	border-bottom:1px dotted #ddd;
	margin: 10px 0px 5px 0px;
}
.contact-content .left .country li{
	line-height: 16px;
}

/* Product */
.product-head {
    background: url("pics/product-head-bg.jpg") no-repeat scroll center top transparent;
    height: 380px;
	padding-top:25px;
    
}
.product-head h1{
	font-family: 'nexa_boldregular';
	font-size:40px;
	line-height: 42px;
	text-transform: uppercase;
	text-align: center;
	color:#fff;
}
.product-head p{
	line-height: 16px;
	text-align: center;
	color:#fff;
}
.product-content{
	background:white;
    left: 0;
    margin-top: 475px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 60;
	padding-top:20px;
}
.product-content .left .product-01{
	margin-bottom: 30px;
}
.product-content .left .product-01 .text{
	float:left;
	width: 417px;
	padding-right:30px;
	margin-top: 30px;
}
.product-content .left .product-01 .text ul{
	list-style: disc;
	margin-bottom: 20px;
	padding-left:30px;
}

.product-content .left .product-01 .text .head{
	color:#000;
	font-weight: bold;
	margin-bottom: 10px;
}
.product-content .left .product-01 .text .description{
	text-align: justify;
}
.product-content .left .product-01 .text img{
	float:left;
	width:290px;
	height:290px;
}
.product-content .left .product-02{
	margin-bottom: 30px;
}
.product-content .left .product-02 p{
	margin-bottom: 10px;
	text-align: justify;
}
.product-content .left .product-02 a{
	margin-right: 7px;
}
.product-content .left .product-02 a.last{
	margin-right: 0px;
}
.product-content .left .product-03{
	margin-bottom: 30px;
}
.product-content .left .product-03 .text{
	float:left;
	width: 331px;
	margin-top: 70px;
}
.product-content .left .product-03 .text ul{
	list-style: disc;
	margin-bottom: 20px;
	padding-left:30px;
}

.product-content .left .product-03 .text .head{
	color:#000;
	font-weight: bold;
	margin-bottom: 10px;
}
.product-content .left .product-03 .text .description{
	text-align: justify;
	margin-bottom:10px;
}
.product-content .left .product-03 img{
	float:left;
	width:379px;
	height:329px;
	margin-right:30px;
}
.footer{
	position: fixed;
	bottom: 0px;
	background: #fff;
	z-index: 100;
	width:100%;
	border-top:1px dotted #ddd;
}
.footer ul li{
	float:left;
	line-height: 20px;
	border-right: 1px dotted #ddd;
	padding:0px 10px;
	margin:5px 0px;
}
.footer ul li a{
	text-decoration: none;
}
.footer ul li a:hover{
	color:#000;
	transition: all 0.8s ease-in-out 0s
}
.footer p{
	float:right;
	line-height: 30px;
}
.footer p a{
	text-decoration: none;
}


/* To Top */
#toTop {
    background: url("pics/btn_top.png") no-repeat scroll left top transparent;
    border: medium none;
    bottom: 10px;
    display: none;
    height: 45px;
    overflow: hidden;
    position: fixed;
    right: 10px;
    text-decoration: none;
    text-indent: 100%;
    width: 45px;
	z-index:200;
	opacity: 0.7;
}
#toTopHover {
    background: url("pics/btn_top.png") no-repeat scroll left -60px transparent;
    display: block;
    float: left;
    height: 45px;
    opacity: 0;
    overflow: hidden;
    width: 45px;
	z-index:200;
}
#toTop:active, #toTop:focus {
    outline: medium none;
	z-index:200;
	height: 45px;
	width: 45px;
}
.page-content{
	padding-bottom:50px;
}

label.infield {
	position: absolute;
	margin: 7px 0px 0px 2px;
}




.buytable{
	
	overflow:hidden;
	margin:0px auto;
	float: left;
}

#onlinepricenote{
	font-size: 12px;
}

.buytable p{
	font-size: 16px;
}

.buytable h1{	
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 5px 10px;	
}

.buytable th{
	color:#333333;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 0px 10px;	
}

.buytable td{
	font-size: 16px;
	color:#666666;
	border-bottom: 1px solid #dedede;
	text-align:left;
	padding: 5px 20px;
}

.buytable tr:nth-child(2n+1) td{
	background: #eeeeee;
}

.buytable td:nth-child(4){
	font-weight: bold;
}

.buytable tr:nth-child(8) td:nth-child(4){
	color: #ff0000;
}