body {
	background-color: #494949;
	color:#001144;
	font-family: Arial, sans serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin:0 auto;
	padding:0;
}
input {
	font-family: Arial, sans serif;
	font-size: 12px;
}
table {
	font-family: Arial, sans serif;
	font-size: 12px;
}
li {
	margin-bottom:5px;
}
img{
	margin:0 10px;
	border: 2px solid #ffcc01;
}

/*-- LINKS --*/
a, a:visited {
	text-decoration:none;
	color:#1f1f1f;
	font-weight:bold;
}
a:hover, a:active {
	color:#555555;
}

.outer-wrapper {
	width:900px;
	background-color:#3b3b3b;
	margin:0 auto;
	padding:0;
}
/* -- HEADER --*/
.header-wrapper {
	padding:0;
	height:353px;
	margin-bottom:10px;
}
.header-banner {
	margin:0;
	text-align:center;
}
.header-banner img {
	border:0;
	margin:0;
}

/*-- NAVIGATION --*/
.nav-wrapper {
	width:780px;
	height:30px;
	margin:0 auto;
}
.nav-wrapper img {
	margin:0;
	padding:0;
}

/*-- CONTENT --*/
.content-wrapper {
	width:95%;
	margin:0 auto;
}
.main-content {
	width:560px;
	margin:0px;
}
.sidebar {
	width:240px;
	float: right;
	margin:0px;
}

/*-- FOOTER --*/
.footer-wrapper {
	margin-top: 10px;
	width:861px;
}
.footer {
	background: #416681 url(images/footer.jpg) top left no-repeat;
	height: 77px;
}
.bottom-links, .copy, .poweredby {
	font:Arial, Helvetica, sans-serif;
	color: #111111;
	font-size:10px;
	padding-left: 80px;
}
.bottom-links {
	padding-top: 15px;
}
.bottom-backtop {
	font: Tahoma;
	color: #D5D5D5;
	font-size:12px;
	padding-top: 20px;
	padding-right: 12px;
	float:right;
}
.footer-wrapper a {
	color: #111111;
}
.footer-wrapper a:visited {
	color: #111111;
}
.footer-wrapper a:hover {
	color: #718da3;
}


/* -- TYPOGRAPHY --*/
.readmore {
	padding:0;
	margin:0;
	font-size:10px;
	color: #ffcb00;
}

h1{
	font-family: arial;
	font-size: 14px;
	font-weight:bold;
	color: #013E74;
}
.success {
	font-family: Arial, san serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color:#669933;
}


/*-- BOX STYLE --*/
.page-title {
	border:none;
	border-left: 5px solid #5f759c;
	background: none;
	padding: none;
	padding-bottom:5px;	
}
.box-wrapper {
	margin-bottom:10px;
}
.box-header {
	background: url(images/box-header.jpg) top left no-repeat;
	font: Arial, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#ffffff;
	padding: 5px;
}
.sidebar .box-header {
	background: url(images/box-header.jpg) top left no-repeat;
}
.box-content {
	background:#494949;
	border: 1px solid #000000;
	font-size: 12px;
	color: #ffffff;
	padding:5px;
}


/* homepage-specific */
#welcome .box-header {
	background:none;
}
#welcome .box-content {
	border:none;
	background: none;
}


/* cart-style */
#cart-link a {
	color: #ffcb00;
	font-size: 10px;
}
#cart-link a:hover {
	color: #111111;
	font-size: 10px;
}
#empty-link a {
	color: #ffcb00;
	font-size: 10px;
	text-decoration: underline;
}
#empty-link a:hover {
	color: #111111;
	font-size: 10px;
	text-decoration: none;
}
#series-link a {
	color: #ffcb00;
	font-size: 10px;
}
#series-link a:hover {
	color: #111111;
	font-size: 10px;
}
#series-link span.selected {
	color: #ffffff;
	font-size: 10px;
}
.label {
	color: #ffffff;
	font-size: 12px;
	padding-right: 5px;
}
.item-table {
	border-color: #111111;
	border-style: solid;
	border-width: 3px;
}
.item-top {
	color: #000000;
	background: #ffcb00;
}
.item-content {
	font-size: 10px;
}
.item-header {
	color: #111111;	
	font-size: 12px;
	text-align: left;
}
.item-desc {
	color: #ffffff;
	font-size: 9px;
	text-align: left;
}
.item-signin-table {
	background: #ffffff;
	border-color: #111111;
	border-style: solid;
	border-width: 2px;
	color: #000000;
}
.item-input {
	font-size: 10px;
	font-weight: normal;
}
.btn-cart {
	cursor: hand;
}

