@font-face
{
	font-family: Intel Clear Regular;
	src: url(../fonts/IntelClear_Rg.ttf) format("truetype");
	src: url(../fonts/IntelClear_Rg.ttf);
}
@font-face
{
	font-family: Intel Clear Bold;
	src: url(../fonts/IntelClear_Bd.ttf) format("truetype");
	src: url(../fonts/IntelClear_Bd.ttf);
}
@font-face
{
	font-family: Intel Clear Pro Bold;
	src: url(../fonts/IntelClearPro_Bd.eot);
	src: url(../fonts/IntelClearPro_Bd.ttf) format("truetype");
}
body
{
	background-color: #000;
	background-repeat: no-repeat,repeat-y;
	color: #fff;
	font-family: Intel Clear Regular;
	margin: 0;
}
.master
{
	margin-left: auto;
	margin-right: auto;
	max-width: 1400px;
	position: relative;
}
.droid
{
	background-image: url(../images/background.png);
	background-position: top;
	background-repeat: no-repeat;
	min-height: 1900px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.logo
{
	right: 230px;
	top: 45px;
}
.logo,.out-container
{
	position: absolute;
	z-index: 2;
}
.out-container
{
	top: 0;
	width: 100%;
}
.main-container
{
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}
.main-content
{
	left: 180px;
	max-width: 840px;
	position: relative;
	top: 120px;
}
.main-content h1
{
	color: #fff;
	font-family: Intel Clear Pro Bold;
	font-size: 83px;
	margin-bottom: 0;
	margin-top: 15px;
	opacity: .9;
	text-align: left;
	word-spacing: 8px;
}
.main-content h2
{
	color: #f3d54e;
	font-family: Intel Clear Bold;
	font-size: 30px;
	margin-bottom: 5px;
	margin-top: 15px;
}
.main-content p
{
	color: #fff;
	font-size: 16px;
	margin-bottom: 25px;
	max-width: 450px;
}
.main-content p sup
{
	font-size: 8px;
}
.main-content a
{
	background-color: #00aeef;
	border-radius: 5px;
	color: #fff;
	font-family: Intel Clear Regular;
	font-size: 16px;
	padding: 7px 12px;
	text-decoration: none;
}
.main-content a span
{
	font-size: 10px;
	vertical-align: middle;
}
.lower
{
	margin-top: 590px;
	text-align: center;
}
.lower .item-box
{
	display: inline-block;
	margin: 40px 30px;
}
.lower a
{
	color: #fff;
	font-size: 40px;
	position: relative;
	text-decoration: none;
	top: 75px;
}
.lower p
{
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 175px;
	max-width: 825px;
	opacity: .5;
}

table {
	
    font-family: Intel Clear Regular;
	font-size: 13px;
	margin-bottom: 0;
	margin-top: 0px;
	opacity: 0.8;
	text-align: left;
	border-collapse: collapse;
	
}
td:first-child {
font-size: 13px;
font-family: Intel Clear regular;
color: white;
padding: 3px 5px 3px 10px;
text-transform: capitalize;
width: 70px;
background-color: #246bb4;
border-width: 0 0 1px 0 ;
}


td {
border-style: solid;
border-width: 0 0 1px 0;
border-color: black;
height: 20px;
background-color: #00386d;
width: 275px;
padding-left: 10px;
}

.item-box{
	position:relative;
	margin: 0px auto ;
    width: 345px;	
	font-size: 14px;
	line-height: 1.37em;
	font-weight: 400;
	}

.item-pic{
	float:left;
	border:0px;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 200px;
	width: 150px;
	opacity: 1;	
}

.item-price{
	margin-top: 5px;
	margin-right: 5px;
	width: 185px;
	height: 130px;
	position: relative;
	float: right;
	word-wrap:break-word;
	text-align: right;
}

.item-price h2{
	font-size: 24px;
}

.kusilisa{
	margin-top: 5px;
	margin-right: 5px;
	width: 95px;
	height: 30px;
	position: relative;
	float: right;
	word-wrap:break-word;
	text-align: right;
	text-transform: uppercase;
	}

.kusilisa a{
	display: inline-block;
	background-color: #f3d54e;
	border-radius: 4px;
	color: #000;
	font-size: 14px;
	padding: 2px 10px;
	text-decoration: none;
	line-height: 20px;
	top: 0px;
    opacity: .8;	
	border-style: solid;
    border-width: .2px;
    border-color: #414141;
}

.kusilisa a:hover{ 
	text-decoration: none;
	opacity: 0.6;	
}