
/*--------------@FONT-FACE ---------------------------- */



@font-face {
    font-family: 'futuraltbold';
    src: url('font/futuralt-bold-webfont.eot');
    src: url('font/futuralt-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/futuralt-bold-webfont.woff') format('woff'),
         url('font/futuralt-bold-webfont.ttf') format('truetype'),
         url('font/futuralt-bold-webfont.svg#futuraltbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'futuraltregular';
    src: url('../font/futuralt-webfont.eot');
    src: url('../font/futuralt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/futuralt-webfont.woff') format('woff'),
         url('../font/futuralt-webfont.ttf') format('truetype'),
         url('../font/futuralt-webfont.svg#futuraltregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*-------- End at font face.  --------*/



html {
    
    font-family: "futuraltregular", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}
body {
    margin: 0px;
    padding: 0px;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;

}

/* Fullscreen BG Image
===========================================*/


#bg {
	position:fixed; 
	top:-50%; 
	left:-50%; 
	width:200%; 
	height:200%;
}
#bg img {
	position:absolute; 
	top:0; 
	left:0; 
	right:0; 
	bottom:0; 
	margin:auto; 
	min-width:50%;
	min-height:50%;
}

/*---------------------------------------*/

h2{font-weight: normal}
a {outline: 0}
a:link, a:active, a:visited {

    font-size: 40px;
    font-family: "futuraltbold", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #FFF;
}

#content-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    float: left;
    top:0px;

}



fieldset{
    margin-top:-15px;
    border-bottom:0px solid #FFFFFF;
    border-left:0px solid #FFFFFF;
    border-right:0px;
    border-top:0px;
    float: left;
    font-size: 40px;
    font-family: "futuraltbold", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
    color: #fff;
}
input{
    color: #FFFFFF;
}
#search{
    margin-left:0px;   
}
input#search-input {
    background-color: transparent;
    border: 0px solid black;
    width: 400px;

    margin-top: -29px;
    margin-left: -32px;
    color: #FFFFFF;
    float: left;
    height:100px;
    font-size:50px;
    font-family: "futuraltbold", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}

input#search-input:focus {
    outline: none;
    background-color: transparent;
    border: 0px solid black;
    width: 400px;

    color: #FFFFFF;
    float: left;
    height:100px;
    font-size:50px;
    font-family: "futuraltbold", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}

#header {
    width: 100%;
    background-color:#000000;
    height:40px;
    top:0px;
    /*        margin-top:-20px;*/
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=78)";
    filter: alpha(opacity=0.78);
    -moz-opacity:0.78;
    -khtml-opacity: 0.78;
    opacity: 0.78;
}

#header ul a, #header h2, #home h3, #home h4 {
    font-family: "futuraltbold", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
    font-family: "futuraltbold", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
    font-family: "futuraltbold", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}

#header_container {
	position: absolute !Important;
    width: 152px !Important;
    height: 51px !Important;
 	left: 26px !Important;
 	border: none;
	z-index:999;
}

#header_container img{

	border: none !Important;

}



/* MAIN CONTENT (HOME) ---------------------------- */

#main {
    background-color: #0000FF;
    float: left;
    margin: 36px 10px 10px 180px;
    width: 59%;
    min-width: 800px;
    height:388px;
    top: 0px;
    background-color: transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}


/* Fix for purchase iframe styles */

.iframe_purchase{

	padding-top: 22px;

}



#main #slickbox{

    background-color: transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover   
}
#barr {
    background-color: #0000FF;
    float: left;
    margin:-40px 10px 10px 403px;
    width: 58%;
    height:10px;

    border-bottom: 7px solid #fff;
    background-color: transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

/* SECONDARY CONTENT (HOME) ---------------------------- */

#secondary {
    margin-left: -40px;
    float: left;
    margin-top: 36px;
    width: 20%;
}

#secondary ul {

    margin: 20px 25px 63px;
}

#secondary li {
    float: left;
    list-style: none;
    margin: 1px;
    height: 40px;
}

#secondary ul a {
    float: left;
    margin: 0 25px 0 0;
    padding: 0 0 20px 0;
    color: #353535;
    
    font-size: 50px;
    /*background:red;*/
    text-transform: uppercase;
    height: 30px;
    vertical-align: -20px;
}

#secondary .current{

	color: #fff!Important;

}

.main_menu ul a{



}

.main_menu ul li a span:hover{

	color: #353535 !Important;

}
html body#home div#content-wrapper div#middle div#secondary ul.clearfix li a div.wrd:hover{

	color: #fff !Important;

}

ul.clearfix li a div.wrd:hover{

	color: #353535 !Important;

}

#secondary ul li#search{
    margin-top:15px;
    border-left: 7px solid blue;
    height:48px;
}
#secondary ul li#search a{
    margin-top:-13px;
    margin-left:3px;

}


#secondary ul li #social{
    float:left;
}
#secondary #social #facebook{
    margin-top:-35px !important;
    margin-top:-100px;
    margin-left:180px;
    font-size: 10px;
    float:left;
    color: white;
    font-family: "futuraltregular", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}

#secondary #social #twitter{
    margin-top:-42px !important;
    margin-top:-100px;
    padding-top: 2px;
    margin-left:180px;
    font-size: 10px;
    float:left;
    color: white;
    font-family: "futuraltregular", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}
.minibar{
    margin-top: 10px;
    margin-bottom:5px;
    width:25px;
    border-bottom: 2px solid #fff;

}



#secondary ul a .wrd:hover {

    color: #fff;

}

#footer table {
    width:99%;
    background: url(../images/footerbg.png) repeat-x 0 3px;
    position:fixed;
    bottom:8px;
    left:11px;
/*    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=78)";
    filter: alpha(opacity=0.78);
    -moz-opacity:0.78;
    -khtml-opacity: 0.78;
    opacity: 0.78;*/
}

#footer table tr{
    
   /*
 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=1);
    -moz-opacity:1;
    -khtml-opacity: 1;
*/
    
}

#footer table td {
    margin: 6px;
    background-color: black;
    border: 1px solid #FFFFFF;

    

}


#footer table img{
    margin-bottom: -13px;
    margin-top: -10px;
     
    border-width: 0;
}

.clearfix:after {
    content: ".";
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
    margin-top:0px;
}

.clearfix {
    display: inline-block;
}
.clearfix {
    display: block;
}

.clr{
    clear:both;
}

#tab1downrightupup{
    height:217px;
    padding-left: 30px;
    font-family: Arial, sans-serif;
}
#tab1downleftupup{
    height:200px;
    font-family: Arial, sans-serif;

}
#tab1downrightdown textarea{
    background-color: #3d3d3d;
    border-width:0;
    color:#fff;
    height:87px;
    width:400px;
    margin-top: 5px;
    border-left:5px solid #fff;
}
#tab1downrightupuptxt{
    padding-left: 30px;
    height:217px;
}
/*#L{
    position: absolute;
    height:15px;
    width:5px;
    border-left: 5px solid #fff;
    margin-top:5px;
   margin-left:25px;
}*/

#middle{

    width: 1400px;
    
}


#private{

float:left;
font-size:14px;
font-family: "futuraltregular", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
line-height:14px;
margin-top: 13px;

}

#private_arrow{
	position: relative;
	top: 9px;

}

div#main div.tabbed_area div#contentarea div#content_1.content form div#comdown a img{
float:left;
margin-top:3px;
margin-left: 4px;

}

#like{

position:absolute;
margin-top:0px;
}

#contactus {
	font-size: 17px;
	height: 50px;
	display : block;
	width: 100px;
	
}

.contact 

#nocom{
font-size:50px;
}

#comup{
border-bottom:1px solid #ffffff;
}