body {
 	background-image:url('images/bg-1.jpg');
	background-color: #FFFFFF;
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-left: 0px;
}

p  {
	color: #2F2878;
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0;
	margin-top: 0;
}

.style6 {
	color: #FFFFFF;
	font-weight: bold;
}

.style15 {
	color: #FFFFFF
}

img
{  border-style: none;
}

h1  {
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0;
}

h2  {
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0;
	text-decoration: underline;
}

h3  {font-family: "Courier New", Courier, mono;
	font-size: 12pt;
	font-weight: bold;
	color: #660000;
}

h4  {
	color: #313A4C;
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0;
	margin-top: 0;
}

h5  {
	color: #313A4C;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 4;
	margin-top: 4;
}

hr {
	border: 0;
	background-color: #363636;
	height: 1px;
	width: 75%;
	text-align: center;
}

ul {
	list-style: square; 
	color: #313A4C;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left
	} 
	
ol {
	list-style: number; 
	color: #313A4C;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left
	} 

a {
	text-decoration: none;
	font-weight: bold;
	color: #707070;
}

a.email {
	text-decoration: none; color: #EAAC70;
}

a:hover {
	text-decoration: underline; 
	color: #006600;
}
a:visited {
	color: #009933;
	text-decoration: none;
	}

table.border {
    border-color: #415573;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
  }

table.borderR {
    border-color: #92278f;
    border-width: 3px 3px 3px 3px;
    border-style: solid;
	border-radius: 5px;
  }
#main {
	background: #0099cc;
	margin-top: 0;
	padding: 2px 0 4px 0;
	text-align: center;
}
#main a {
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
}
#main a:hover {
	text-decoration: underline;
}
#item_container {
	width: 700px;
	height: 260px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow:auto;
	z-index: 500;
}
.item {
	background: #fff;
	float: left;
	padding: 5px;
	margin: 5px;
	cursor: move;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.5);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.5);
	box-shadow: 0 1px 2px rgba(0,0,0,.5);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	z-index: 5;
}
.section {
	background: #cc00ff;
	float: left;
	padding: 5px;
	margin: 2px;
	cursor: move;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	z-index: 5;
}
.title, .price {
	display: block;
	text-align: center;
	font-size: 11px;
	letter-spacing: -1px;
	font-weight: bold;
	cursor: move;
	height: 25px;
	width: 25px;
}
.title {
	color: #333;
	width: 75px;
}
.price {
	color: #0099cc;
	margin-top: 5px;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
}
.icart, .icart label {
	cursor: e-resize;
}
.divrm {
	text-align: right;
}
.remove {
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
	font-size: 20px;
	position: relative;
	top: -7px;
}
.remove:hover {
	color: #999;
}
.clear {
	clear: both;
}
.drop-active {
	background: #ffff99;
}
.drop-hover {
	background: #00ccff;
}
#cart_container {
	margin: 0 auto;
	width: 750px;
	z-index: -5;
}
#cart_title span {
	border: 8px solid #FFCC00;
	border-bottom-width: 0;
	background: #333;
	display: block;
	float: left;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 10px;
	-webkit-border-radius: .5em .5em 0 0;
	-moz-border-radius: .5em .5em 0 0;
	border-radius: .5em .5em 0 0;
}
#cart_toolbar {
	overflow: hidden;
	border: 8px solid #FFCC00;
	height: 190px;
	z-index: -2;
	width: 750px;
	-webkit-border-radius: 0 .5em 0 0;
	-moz-border-radius: 0 .5em 0 0;
	border-radius: 0 .5em 0 0;
	background: #ffffff;
}
#cart_items {
	height: 190px;
	width: 750px;
	position: relative;
	padding: 0 0 0 2px;
	z-index: 0;
	cursor: e-resize;
	border-width: 0 2px;
}
.back {
	background-color: #000000;
}
#navigate {
	width: 700px;
	margin: 0 auto;
	border: 8px solid #666;
	border-top-width: 0;
	-webkit-border-radius: 0 0 .5em .5em;
	-moz-border-radius: 0 0 .5em .5em;
	border-radius: 0 0 .5em .5em;
	padding: 10px;
	font-size: 14px;
	background: #333;
	font-weight: bold;
}
#nav_left {
	float: left;
}
#nav_left a {
	padding: 4px 8px;
	background: #fff;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	text-decoration: none;
	color:#0099cc;
}
#nav_left a:hover {
	background: #666;
	color: #fff;
}
#nav_right {
	float: right;
}
.sptext {
	background: #ffffff;
	padding: 4px 8px;
	margin-left: 8px;            
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	color: #666;
}
.count {
	color: #0099cc;
}
.drop-active {
	background: #666666;
}
.drop-hover {
	background: #444444;
}
#apDiv1 {
	position:absolute;
	width:755px;
	height:190px;
	z-index:-2;
	left: 0px;
	overflow: visible;
	visibility: visible;
}
