@charset "utf-8";
/* CSS Document */


html { margin-bottom: 1px; margin-top:-9px}

html { overflow: -moz-scrollbars-vertical !important; }

body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
}



p    {color:#000000; font-size:16px; font-weight:bold; text-align:left}
h1   {color:#0001cf; font-size:24px; text-align:left}
h2   {color:#0001cf; font-size:20px; text-align:left}

.headnav {text-decoration:none; font-weight:bold;}
.headnav a {text-decoration:none; font-weight:bold;}
.headnav a:hover {font-size:1.1em;}

.leftnav a:hover img {width:183px; height:36px;}
.leftnav tr {text-align:center; height:50px;}

.footer {font-weight:bold;color:#FFF;font-size:18px}

.gushead {color:#FFFFFF;font-size:16px; font-weight:bold; text-align:center}

.gradbannerad a {text-decoration:none; font-weight:bold; color:#0001cf; text-align:center}
.gradbannerad {text-decoration:none; font-weight:bold; color:#0001cf; text-align:center}

.gradbanner table td {text-align:center;font-weight:bold;color:#FFFFFF;}

.productlist td {text-align:center;font-weight:bold;color:#000000;}

.productinfo {font-weight:bold;}

ul {text-align:left}


/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX SIMPLE OVERLAY XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#fff;
	margin-top:200px;
	width:500px;	
	min-height:200px;
	border:1px solid #000;
	
	/*
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 1500px 5px #000;
	-webkit-box-shadow: 0 0 1500px #000;	
	
	/* background-image:url('images/background-trans.png'); */
	/* background-repeat:repeat; */
	
	
	-moz-border-radius: 15px; /* FF1+ */
    -webkit-border-radius: 15px; /* Saf3-4 */
    -radius: 15px; /* Opera 10.5, IE 9, Saf5, Chrome */
	
				
				
}



/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../images/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}


.test {
  border: 15px solid #000000;
	-moz-border-radius: 25px; /* FF1+ */
    -webkit-border-radius: 25px; /* Saf3-4 */
    -radius: 25px; /* Opera 10.5, IE 9, Saf5, Chrome */
}

.simple_overlay div { margin:25px;
					  font-weight:bold;
                    }
					
#overlay_sub0 {width:500px; }
#overlay_sub1 {width:400px; }
#overlay_sub2 {width:100%; text-align:center; border:2px; }
#overlay_sub3 {vertical-align:top; font-size:14px; text-align:left}

#title {text-align:center; font-size:32px; color:#0001cf; font-weight:bolder}
					

#overlay_sub0 img { height:300px; width:300px; }



#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 16px arial;
	text-align: center;
	vertical-align:middle;
	z-index:1000;
	position:relative;
		}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	background: #FFFFFF;
	color: #000000;	
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #0001cf; color: #FFFFFF; }

#sddm div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2;
}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #0001cf;
		color: #FF9900;
		font: 14px arial;
		font-weight:bold;
		}

	#sddm div a:hover
	{	background: #49A3FF;
		color: #FFF}

