/*
                                __      _ _                   _   
                               / _|    | (_)                 | |  
 _ __ ___   __ _ _ __ ___ ___ | |_ ___ | |_  ___   _ __   ___| |_ 
| '_ ` _ \ / _` | '__/ __/ _ \|  _/ _ \| | |/ _ \ | '_ \ / _ \ __|
| | | | | | (_| | | | (_| (_) | || (_) | | | (_) || | | |  __/ |_ 
|_| |_| |_|\__,_|_|  \___\___/|_| \___/|_|_|\___(_)_| |_|\___|\__|
                                                                  
*/

/* BASIC RESET */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{margin:0; padding:0;}

/* HTML ELEMENTS */
body { background-color:#ecf0f1;background-position: center; width:75%; margin-right: auto; margin-left: auto}

/* COMMON CLASSES */
.break { clear:both; }

/* HEADER */
#header { height:400px; }
.headerimg { background-position: center top; background-repeat: no-repeat; width:75%; height:400px; position:absolute; }

/* NAVIGATION */
#nav-outer { height:24px; padding-top:11px; position:relative; top:0px; background-image:url("../images/headerbg.png"); }
#navigation { height:10px; width:960px; margin:0 auto; background-image:url(""); background-position:top right; background-repeat:no-repeat; }

/* SEARCH */
/* #051733 = blue color  of text header*/
#search {  float:right; width:250px; padding:10px; }
#searchtxt { padding:3px; width:150px; }
#searchbtn { border:1px solid #eee !important; background-color:#CD2B3A; color:#eee; padding:3px; margin-left:5px; }

/* MENU */
#menu { position:relative; top:-6px; }
#menu ul { list-style:none; }
#menu ul li { display:inline; font-variant:small-caps; font-size:12px; }
#menu ul li a { color:white; text-decoration:none; padding-right:20px; }
#menu ul li a:hover { text-decoration:underline; }

/* HEADER TEXT */
#image{ width:75%; height:400px;}
#headertxt { width:95%; margin:0 auto; clear:both; position:relative; top:10px; }
#firstline { background-image:url("../images/textbg.png"); color:#333; font-size:26px; padding:4px 13px 7px; float:right; display:block; }
#secondline { background-image:url("../images/textbg.png"); color:#7F000C; text-decoration:none; font-size:41px; padding:0 13px 10px; float:right; display:block; clear:both; }
#secondline:hover { text-decoration:underline; color:#CD2B3A;float:right; }

/*#CC3333 is RED color */
.pictured { background-color:#CC3333; color:#FFF; font-size:12px; padding:9px 16px; text-transform:uppercase; float:right; display:block; clear:both; margin-top:10px; }
.pictured a { font-size:16px; font-style:italic; letter-spacing:0; text-transform:none; color:#FFF; text-decoration:none; }
.pictured a:hover { text-decoration:underline; }

///* CONTROLS */
//.btn { height:32px; width:32px; float:left; top: 10px;cursor:pointer; }
//#back { background-image:url("../images/btn_back.png"); }
//#next { background-image:url("../images/btn_next.png"); }
//#control { background-image:url("../images/btn_pause.png"); }

/* HEADER HAVIGATION */
#headernav-outer { position:relative; top:400px; margin:0 auto; width:960px; }
#headernav { padding-left:864px; }

/* CONTENT */
/* This is grey color exactly in company's logo - #575757*/
#content { color:#575757; background-color:#FFF; }
#content p { padding:-42px 0px; font-size:16px; width:760px; margin:0 auto; }
#content p a { text-decoration:none; color:#CD2B3A; }
#content p a:hover { text-decoration:none; color:#7F000C; }

/* Product Slider */
.slide { 
    
   // border:1px solid #de9a44;
    width:100%;
    height:auto; 
    display:none; 
    position:absolute;
    left: 0;
    bottom: 22px;
    font-size:15px;
     font-weight: normal;
  // text-transform: uppercase;
	font: bold 12px/25px Arial, Helvetica;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
    //display: inline-block;
    	background: #111;
	background: -moz-linear-gradient(#444, #111); 
        background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));	
	background: -webkit-linear-gradient(#444, #111);	
	background: -o-linear-gradient(#444, #111);
	background: -ms-linear-gradient(#444, #111);
	background: linear-gradient(#444, #111);
	-moz-border-radius: 50px;
	border-radius: 0px;
	
         -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    
    
  //  padding:20px;
   // width:710px;
   // position:relative;
  // background: rgb(204, 204, 204); /* Fallback for older browsers without RGBA-support */
   background: rgba(0, 0, 0, .8);

}

.button {


    cursor:pointer;
    height:38px;
    position:relative;
    right:10px;
    top:-38px;
    width:24%;
    font-size:16px;
    font-weight: bold;
    color: #999;
	//text-transform: uppercase;
    font: bold 12px/25px Arial, Helvetica;
    text-decoration: none;
    text-shadow: 0 1px 0 #000;
    display: inline-block;
    background: #111;
    background: -moz-linear-gradient(#444, #111); 
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));	
    background: -webkit-linear-gradient(#444, #111);	
    background: -o-linear-gradient(#444, #111);
    background: -ms-linear-gradient(#444, #111);
    background: linear-gradient(#444, #111);
    -moz-border-radius: 50px;
    border-radius: 0px;
    -moz-box-shadow: 0 2px 1px #9c9c9c;
    -webkit-box-shadow: 0 2px 1px #9c9c9c;
    box-shadow: 0 2px 1px #9c9c9c;

    
}

.bodyfont{
       font:  15px Calibri, Helvetica;
}

.fcontent{
    font:  8px Arial, Helvetica;
    top: -20px;
}
/*Other page Body length*/
.oheader{width:75%;}

