@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'UbuntuRegular';
    src: url('fonts/Ubuntu-R-webfont.eot');
    src: url('fonts/Ubuntu-R-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/Ubuntu-R-webfont.woff') format('woff'),
         url('fonts/Ubuntu-R-webfont.ttf') format('truetype'),
         url('fonts/Ubuntu-R-webfont.svg#UbuntuRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DroidSansRegular';
    src: url('fonts/droidsans-webfont.eot');
    src: url('fonts/droidsans-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/droidsans-webfont.woff') format('woff'),
         url('fonts/droidsans-webfont.ttf') format('truetype'),
         url('fonts/droidsans-webfont.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Ubuntu-M';
    src: url('fonts/Ubuntu-M-webfont.eot');
    src: url('fonts/Ubuntu-M-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/Ubuntu-M-webfont.woff') format('woff'),
         url('fonts/Ubuntu-M-webfont.ttf') format('truetype'),
         url('fonts/Ubuntu-M-webfont.svg#Ubuntu-M') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Butterunsalted';
    src: url('fonts/butterunsalted-webfont.eot');
    src: url('fonts/butterunsalted-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/butterunsalted-webfont.woff') format('woff'),
         url('fonts/butterunsalted-webfont.ttf') format('truetype'),
         url('fonts/butterunsalted-webfont.svg#Butterunsalted') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	margin:0px;
	background-color:#282828;
}
#top{
	width:100%;
	position: absolute;
	
	top:0px;
}
.formal{
	font-family: DroidSansRegular;
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
}
.formal:hover{
	text-decoration:underline;
	
}
.formall{
	font-family: DroidSansRegular;
	font-size:12px;
	color:#868686;
	padding:3px;
	text-transform:uppercase;
	text-decoration:none;
}
.formall:hover{
	color:#ffd500;
	text-decoration:underline;
}
.class{
	font-family: UbuntuRegular;
	font-size:11px;
	color:#a6a6aa;
	font-style:oblique;
}
.class_1{
	font-family: Butterunsalted;
	font-size:24px;
	color:#ffd500;
	text-transform:uppercase;
}
.class_01{
	font-family: Butterunsalted;
	font-size:23px;
	color:#ffd500;
	text-transform:uppercase;
}
.class_02{
	font-family: Butterunsalted;
	font-size:19px;
	color:#ffd500;
	text-transform:uppercase;
}

.class_11{
	font-family: Butterunsalted;
	font-size:18px;
	color: #000000;
	text-transform: capitalize;
	text-decoration:underline;
	padding:5px;
	
	
}

.class_105{
	font-family: Butterunsalted;
	font-size:25px;
	color: #000000;
	text-transform: capitalize;
	
	padding:5px;
	
	
}

.class_2{
	font-family: UbuntuRegular;
	font-size:12px;
	color:#fff;
	line-height:20px;
}
.left_menu_sub{
	font-family: UbuntuRegular;
	font-size:13px;
	color:#fff;
	text-decoration:none;
}

.class_3{
	font-family: Ubuntu-M;
	font-size:12px;
	color:#000;
	line-height:20px;
}
.class_4{
	font-family: Ubuntu-M;
	font-size:16px;
	color:#a5a5a5;
}
.prodsdesc{
	font-family: Ubuntu-M;
	font-size:14px;
	color:#F8F8F8;
}

.class_6{
	font-family: UbuntuRegular;
	font-size:12px;
	color:#8e8e8e;
	line-height:22px;
}
.class_7{
	font-family: UbuntuRegular;
	font-size:12px;
	color:#ffd500;
	line-height:22px;
}

.holder {
	margin: 5px 0;
}

.holder a {
	font-size: 18px;
	cursor: pointer;
	margin: 0 5px;
	color: #FFFFFF;
	font-family:UbuntuRegular;
	text-decoration:none;
}

.holder a:hover {
	background-color: #0f0f0f;
	color: #FFFFFF;
}

.holder a.jp-previous { margin-right: 15px; }
.holder a.jp-next { margin-left: 15px; }

.holder a.jp-current, a.jp-current:hover { 
	color: #FFFFFF;
	font-weight: bold;
	
}

.holder a.jp-disabled, a.jp-disabled:hover {
	color: #1E1E1E;
}

.holder a.jp-current, a.jp-current:hover,
.holder a.jp-disabled, a.jp-disabled:hover {
	cursor: default; 
	background: none;
}

.holder span { margin: 0 0px; }

/* Content -> Unordered Lists */


#itemContainer { list-style: none; padding:0; margin: 20px 0;  }
#itemContainer li { display: inline-block; margin: 5px; zoom: 1; *display:inline; }
#itemContainer ll li img { vertical-align: bottom; width: 125px; height: 125px; }
.brd{ border:#888888 1px solid;}



.clear {clear:both}
/* remove the list style */
