@charset "UTF-8";
/* CSS Document */
html{
    min-height:100%;/* make sure it is at least as tall as the viewport */
    position:relative;
}
*{
	padding: 0;
	margin: 0;
}
body{
	font-family: 'Roboto Condensed', sans-serif;
	background-color: #120C0C;
	background-image: url('../images/background.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	color: #fff;
	line-height: 1.5;
	height:100%;
}
nav, header, footer, main{
	display: block;
}
#orderwrapper {
    margin:auto;
    background-color: rgba(0,0,0,0.75);
	display: none;
    float: left;
    z-index: 100;
	position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100% !important;
    height: 100%;
    text-align: center;
}
.summary {
    margin:50px 0px;
    padding: 25px;
    color: #000000;
    text-align: left;
    background-color: beige;
    position: relative;
    float: none;
    display:inline-block;
    z-index: 101;
    top: 0px;
    width: 50%;
    min-width: 500px;
}
div{

}
ul{
	margin: 7px 5%;
}
ul li{



}
a, a img{
	border: 0px;
	text-decoration: none;
}a{
	color: #EFBCA9;
}
a:link, a:visited{
	color: #EFBCA9;
}
a:hover, a:active{
	color: #D1A190;
}
img{
	max-width: 100%;
}
ul, ol{
	list-style-type: none;

}
h1, h2, h3, h4, h5, h6{
	padding: 7px 0;
}
nav, header, footer, main, aside{
	display: block;
}
header{
	width: 1000px;
	margin: 0 auto;
	height: 160px;
	position: relative;
}
header nav{
	width: 612px;
	height: 50px;
	bottom: 0;
	position: absolute;
	right: 0;
}
header nav ul{
	margin: 0px;
}
header nav ul li{
	float: left;
}
header nav ul li a{
	color: #fff !important;
	display: block;
	background-color: #00759b;
	text-decoration: none;
	width: 110px;
	height: 30px;
	margin: 0 6px;
	border-radius: 10px;
	text-align: center;
	line-height: 30px;
	box-shadow: 0 3px 8px #000;
	margin-top: 5px;
	text-shadow: 0 0 5px #000, 0 0 5px #000;
	font-size: 14px;

}
header nav ul li a#active{
	box-shadow: 0 0px 8px #fff, 0 0 8px #fff;

}
#wrapper{
	background-color: #000000;
	width: 960px;
	padding: 15px 20px;
	margin: 0 auto;
	box-shadow: 0 0 17px rgba(3,103,136, 1), 0 0 17px rgba(3,103,136, 1),0 0 17px rgba(3,103,136, 1);
	min-height: 200px;
}
div#wrapper nav{
	height: 50px;
	width: 100%;
}
div#wrapper nav ul{
margin: 0px;
}
div#wrapper nav ul li{
	float: left;
	color: #fff;

}
div#wrapper nav ul li a{
	font-size: 20px;
	padding: 0 15px;
	text-decoration: none;
}
div#wrapper nav ul li a.active{
	text-shadow: 0 0 20px #00759a,0 0 20px #00759a ,0 0 20px #00759a, 0 0 20px #00759a, 0 0 15px #00759a, 0 0 20px #00759a ,0 0 20px #00759a, 0 0 20px #00759a ,0 0 20px #00759a;
}

div#wrapper nav ul li.sub{
	position: relative;

}
div#wrapper nav ul li.sub ul{
	position: absolute;
	background-color: #4d4d4d;
	background-color: rgba(0, 0, 0,0.8);
	left: 25px;
	padding: 10px 2.5%;
	width: 220px;
	display: none;
	border-radius: 8px;
	z-index: 99999999;
}
div#wrapper nav ul li.sub:hover ul{
	display: block;

}

div#wrapper nav ul li.sub ul li{
	float: none;
}
div#wrapper nav ul li.sub ul li a{

	font-size: 18px;
	line-height: 34px;


}
div#wrapper nav ul li.sub ul li a:hover{
	color: #fff !important;
}



aside{
/*	background-color: #4d4d4d;*/

	box-shadow: -1px 0px 0 #00759B;
	min-height: 600px;
}
aside ul{
		margin: 7px 5%;
}
aside ul li{
		margin: 5px 4.5%;
		border-bottom: 1px solid #003A4C;
}
aside ul li a{
		display: block;
		margin-bottom: 5px;
		margin-top: 10px;
}
.bottomnav span{
	position: relative;
	top: 5px;
}
.ten, .twenty, .twentyfive, .thirty, .thirtythree, .thirtyfive, .fourty, .fifty, .sixty, .seventy, .seventyfive, .eighty, .ninety, .full{
	margin: 7px 2%;

}
.ninesixty{
	width: 960px;
	padding: 15px 20px;
}
.ten{
	width: 6%;
}
.twenty{
	width: 16%;
}
.twentyfive{
	width: 21%;
}
.thirty{
	width: 26%;
}
.thirtythree{
	width: 29.3%;
}
.thirtyfive{
	width: 31%;
}
.fourty{
	width: 36%;
}
.fifty{
	width: 46%;
}
.sixty{
	width: 56%;
}
.seventy{
	width: 66%;
}
.seventyfive{
	width: 71%;
}
.eighty{
	width: 76%;
}
.ninety{
	width: 86%;
}
.full{
	width: 96%;
}
.alignleft{
	float: left;
}
.alignright{
	float: right;
}
.aligncenter{
	display: block;
	margin: 0 auto;
}
.lightorange{
	color: #dcbfa8 !important;
}
.orange{
	color: #efbca9 !important;
}
.lightgreen{
	color: #b9be9e !important;
}
.lightyellow{
	color: #eae3a9!important;
}
.lightpurple{
	color: #d5c4d1 !important;
}
.teal{
	color: #b5d0d1 !important;
}

.lightorange a{
	color: #dcbfa8 !important;
}
.orange a{
	color: #efbca9 !important;
}
.lightgreen a{
	color: #b9be9e !important;
}
.lightyellow a{
	color: #eae3a9 !important;
}
.lightpurple a{
	color: #d5c4d1 !important;
}
.teal a{
	color: #b5d0d1 !important;
}


.textleft{
	text-align: left;
}
.textcenter{
	text-align: center;
}
.textright{
	text-align: right;
}
ul.disc{
	list-style-type: disc;
	list-style-position: inside;
	margin: 15px 10%;
}
.underline{
	text-decoration: underline;
}
.fontnormal{
	font-weight: normal;
}
.nudgeright{
	margin-left: 5px;
}
.nudgeleft{
	margin-right: 5px;
}
.nudgeleftten{
	margin-right: 10px;
}
#slideshow{
	overflow: hidden;
	height: 216px;
	position: relative;
}
#slideshow img{
	position: absolute;
	max-width: 100%;
}

#login_error{
	background-color: #f6cfc1;
	border: 1px solid #EFBCA9;
	border-radius: 8px;
	color: #000;
	padding: 7px;
}
#large{
	margin-bottom: 10px;
}	
a[href='javascript:FoxCaptchaReLoad_ss()']{
	display: block;
}
.thumb{
	cursor: pointer;
}

.clear{
	clear: both;
}
