/***/
/*@import url(https://fonts.googleapis.com/css?family=Paprika;*/

body{background:#eae6da url('../images/front/bkg.jpg') repeat;margin: 0;
padding: 0;font-family:Georgia, "Times New Roman", Times, serif}

.opacity50{opacity:0.5;filter: alpha(opacity=50);-moz-opacity:0.5;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";-khtml-opacity: 0.5;}
.opacity80{opacity:0.8;filter: alpha(opacity=80);-moz-opacity:0.8;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";-khtml-opacity: 0.8;}
.opacity100{opacity:1;filter: alpha(opacity=100);-moz-opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";-khtml-opacity: 1;}
.rounded3 {-moz-border-radius: 3px;-webkit-border-radius: 3px;-khtml-border-radius: 3px;}

.amazonlink{text-decoration:none;color:#000;}
.amazonlink:hover{text-decoration:underline;}
#fb_bigbt:hover, .close_signup:hover{opacity:0.8;filter: alpha(opacity=80);-moz-opacity:0.8;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";-khtml-opacity: 0.8;}

input.btsubmit:hover{opacity:0.8;filter: alpha(opacity=80);-moz-opacity:0.8;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";-khtml-opacity: 0.8;}
a.signup:hover{opacity:0.8;filter: alpha(opacity=80);-moz-opacity:0.8;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";-khtml-opacity: 0.8;}

.link{color:#fff;text-decoration:none;}
.link:hover{color:#fff;text-decoration:underline;}

.footer{font-size:11px;}
.overflow{padding:2px;width:189px;}
.starerror{color:red;}
.sep {clear:both;height:18px;}
a.fastlink{display:block;float:right;padding:5px;}
.div_sign{border:0px solid red;float:left;width:300px;display:none}

#main{padding:10px;clear:both;height:auto;}
#main p{text-align:justify;text-indent:20px;}

#navtop{margin: 0 ;
  padding: 8px 0 ;
  list-style: none ;
  text-align: left ;}
#navtop li{display:inline;}
#menu  a{color:#fff000;padding: 8px 20px ;
  text-align: center ;
  text-decoration: none ;}
#menu a:hover{color:#ddd555}




.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
color: #222;
background: #ddd;
background: #ddd -moz-linear-gradient(top,rgba(255,255,255,.3) 0,rgba(0,0,0,.3) 100%);
background: #ddd -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,.3)),color-stop(100%,rgba(0,0,0,.3)));
background: #ddd -webkit-linear-gradient(top,rgba(255,255,255,.3) 0,rgba(0,0,0,.3) 100%);
background: #ddd -o-linear-gradient(top,rgba(255,255,255,.3) 0,rgba(0,0,0,.3) 100%);
background: #ddd -ms-linear-gradient(top,rgba(255,255,255,.3) 0,rgba(0,0,0,.3) 100%);
background: #ddd linear-gradient(top,rgba(255,255,255,.3) 0,rgba(0,0,0,.3) 100%);
border: 1px solid #888;
border-top: 1px solid #aaa;
border-left: 1px solid #aaa;
}
.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
background: #eee;
background: #eee -moz-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(0,0,0,.2) 100%);
background: #eee -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,.2)),color-stop(100%,rgba(0,0,0,.2)));
background: #eee -webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(0,0,0,.2) 100%);
background: #eee -o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(0,0,0,.2) 100%);
background: #eee -ms-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(0,0,0,.2) 100%);
background: #eee linear-gradient(top,rgba(255,255,255,.2) 0,rgba(0,0,0,.2) 100%);
border: 1px solid #aaa;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
color: #444;
display: inline-block;
font-size: 11px;
font-weight: bold;
text-decoration: none;
text-shadow: 0 1px rgba(255,255,255,.75);
cursor: pointer;
margin-bottom: 20px;
line-height: normal;
padding: 8px 10px;
font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
}






ul#menu
{
    margin:0;
    padding:0;
	text-align:left;
}
ul#menu > li
{
    list-style:none;
    float:left;
    margin:0;
    padding:0;
    position:relative;
	width:auto;
}
ul#menu a
{
    text-decoration:none;
    /*color:#fff;*/
    background:#3c0e0d;
    display:block;
    padding:8px 20px;
}
ul#menu > li ul.drop
{
    margin:0;
    padding:0;
    min-width:150px;
    position:absolute;
    display:none;
	
	
}
ul#menu > li ul.drop ul
{
    margin:0;
    padding:0;
    min-width:150px;
    position:absolute;
    display:none;
    left:150px;
    top:0;
}
ul#menu > li ul li
{
    margin:0;
    padding:0;
    list-style:none;
    position:relative;
	text-align:left;
}​