body {
	background: url('bbg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #b9d0e3;
	padding-left: 0px;
	margin-top: 50px;
	

}

A:link {
	color: #345a71;
}

A:visited {
	color: #4a758e;
}

A:active 
{
	color: #244156;
}

.astra_logo {
	margin-left: 432px;
	padding-bottom:50px;
	
}
.vcard {
	font-weight: bold;
}


.centered_content 
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

.layout {
	border-radius: 1em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	width: 800px;
	padding: 0px;
	background-color: #b9d0e2;
	-moz-box-shadow: 0px 0px 50px #3399FF;
	-webkit-box-shadow: 0px 0px 50px #3399FF;
	box-shadow: 0px 0px 50px #3399FF;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=50, Direction=0, Color='#3399FF)";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=50, Direction=0, Color='#3399FF');

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#330099', endColorstr='#3399FF'); /* for IE */

	background: -webkit-gradient(linear, left top, left bottom, from(#95b6d5), to(#b9d0e2)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #95b6d5,  #b9d0e2); /* for firefox 3.6+ */

}

.content {
	color: #23455e;
	line-height: 120%;
	background-color: #b9d0e2;
	width: 600px;
	text-align: justify;
	margin-left: 160px;
	padding: 14px;
	border: 0px;
	


	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#95b6d5', endColorstr='#b9d0e2'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#95b6d5), to(#b9d0e2)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #95b6d5,  #b9d0e2); /* for firefox 3.6+ */


}

.shadow {
	position: absolute;
	left: 894px;
	top: 2px;
}

.menu {
	float: left;
	margin: 0px;
	padding: 0px;
}


.emb_img {
	border: 1px solid #cccccc;
	margin: 15px;
	vertical-align: middle;
}

.side_banner {
	clear: both;
	float: left;
	padding: 10px;
}

.side_banner img {
	border: 1px solid #f8ddc0;
}

.copyright {
 font-family: Verdana, sans-serif;
 font-size: x-small;
}



 .menudiv ul{
 margin: 0;
 padding: 0;
 list-style-type: none;
 width: 160px; /* Width of Menu Items */
 border-bottom: 1px solid #ccc;
 font-family: Verdana, sans-serif;
 font-weight: bold;
 font-size: x-small;
 }

 .menudiv ul li{
 position: relative;
background-color: #f8ddc0; 

}

 /*Sub level menu items */

 .menudiv ul li ul{
 position: absolute;
 width: 170px; /*sub menu width*/
 top: 0;
 visibility: hidden;
 
}
 /* Sub level menu links style */

 .menudiv ul li a{
 display: block;
 overflow: auto; /*force hasLayout in IE7 */
 color: black;
 text-decoration: none;
 background: #fff;
 padding: 1px 5px;
 border: 1px solid #8cb2d6;
 border-bottom: 0;
 background-color: #c6d7e7;
  padding: 8px;

 }

 .menudiv ul li a:visited{
 color: black;
 }

 .menudiv ul li a:hover{
 background-color: #a1bcd2;
 border-left: 3px solid #e8aa70;
 }
 
.menudiv .subfolderstyle{
 background: url(arrow-list.gif) no-repeat center right;

 }

 /* Holly Hack for IE */
 * html .menudiv ul li { float: left; height: 1%; }
 * html .menudiv ul li a { height: 1%; }
 /* End */

.orderform label,input,select,textarea {
	
	display: block;
	width: 250px;
	float: left;
}

.orderform label {
	
	width: 200px;
}

.orderform fieldset li {
	list-style: none;
	clear: left;
}

.orderform label {

	vertical-align: top;
	padding-bottom: 8px;
}

.orderform em
{
	color: red;
	font-size: x-small;
}

.paypal 
{
	width: 80px;
	height: 40px;
	display: block;
}

.nav_container
{
	margin-bottom: 30px;

	-moz-box-shadow: 0px 0px 50px #3399FF;
	-webkit-box-shadow: 0px 0px 50px #3399FF;
	box-shadow: 0px 0px 50px #3399FF;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=50, Direction=0, Color='#3399FF)";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=50, Direction=0, Color='#3399FF');

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#330099', endColorstr='#3399FF'); /* for IE */

}


#nav {
	margin: 0;
	padding: 7px 6px 0;
	line-height: 100%;
	border-radius: 2em;

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);

	background: #ffcc00; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9a9a9', endColorstr='#7a7a7a'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#7a7a7a)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #a9a9a9,  #7a7a7a); /* for firefox 3.6+ */

	border: solid 1px #6d6d6d;
}
#nav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}
/* main level link */
#nav a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;
	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #d1d1d1; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#a1a1a1'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#a1a1a1)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ebebeb,  #a1a1a1); /* for firefox 3.6+ */

	color: #444;
	border-top: solid 1px #f8f8f8;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}
/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #0399d4 !important; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#04acec', endColorstr='#0186ba'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #04acec,  #0186ba) !important; /* for firefox 3.6+ */

	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
/* level 2 list */
#nav ul {
	background: #ddd; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfcfcf)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #cfcfcf); /* for firefox 3.6+ */

	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}
/* dropdown */
#nav li:hover > ul {
	display: block;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
}
/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}
/* rounded corners for first and last child */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}
/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
}
html[xmlns] #nav {
	display: block;
}
* html #nav {
	height: 1%;
}