@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	color: #0d131a;
	background-color: #0b1017;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #fff;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
	font-weight: bold;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #436288;
}

#container {
	width: 1000px;
	margin: auto;
	height: 1030px;
	background-image: url(images/containerbackground.png);
	background-repeat: no-repeat;
}
#ecom {
	text-align: center;
	float: left;
	height: 30px;
	width: 1000px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
#comingsoon {
	color: #A91E1B;
	float: left;
	width: 340px;
	height: 25px;
	padding-top: 5px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
	padding-right: 15px;
}
#buyonline {
	text-align: center;
	height: 25px;
	width: 120px;
	padding-top: 5px;
	float: left;
	background-color: #98BA98;
	border: 1px solid #354F6F;
	font-size: 14px;
	font-weight: bold;
	color: #354F6F;
}
#manage {
	text-align: center;
	float: left;
	height: 25px;
	width: 162px;
	padding-top: 5px;
	border: 1px solid #354F6F;
	background-color: #B5C1C1;
	font-size: 14px;
	font-weight: bold;
	color: #354F6F;
}







#header {
	height: 140px;
	width: 1000px;
}

#menuleft {
	width: 325px;
	float: left;
	height: 40px;
	margin: auto;
	padding-top: 100px;
	padding-left: 50px;
}
#menuleft ul {
	padding: 0px;
	font-size: 12px;
	margin: 0px;
	color: #fff;
	text-decoration: none;
}
#menuleft ul li {
	display: inline;
	list-style-type: none;
	border-right-width: 1px;
	padding-right: 15px;
	padding-left: 40px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
#logo {
	float: left;
	height: 110px;
	width: 250px;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
}
#menuright {
	float: left;
	width: 325px;
	height: 40px;
	padding-top: 100px;
	padding-left: 50px;
}
#menuright ul {
	padding: 0px;
	margin: 0px;
	color: #fff;
	text-decoration: none;
}
#menuright ul li {
	display: inline;
	list-style-type: none;
	border-right-width: 1px;
	padding-left: 40px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	padding-right: 15px;
}
#content {
	height: 850px;
	width: 940px;
	padding-left: 30px;
	padding-right: 30px;
	margin: auto;
	float: left;
}


#footer {
	background-color: #000000;
	float: left;
	width: 980px;
	font-size: 12px;
	font-style: italic;
	color: #777777;
	padding: 10px;
}
#container #ecom a:link {
	color: #354F6F;
}

#container #ecom a:hover, a:active, a:focus {
	color: #DADADA;
}
