/*Container Containing Everything*/
#container {
	padding:10px;
	width: 1000px;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color:#FFFFFF;
	border:10px solid #000000
}
/*Top Container*/
#topcontainer {
	border:1px #eee solid;
	background-color:#fff;
	background-image:url(../images/Adwords.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
/*Meridell.net Banner*/
.logo {
	border:none;
	margin-bottom:0px;
	padding:0px;
	margin-left:30px;
}
/*Top Nav Links*/
#navigation {
	margin-top: 0px;
	margin-bottom: 15px;
	padding-left: 20px;	
	text-align:center;
	list-style: none;
}
#navigation li {
	padding: 0;
	margin: 0;
	margin-left: 5px;
	margin-right: 5px;
	display: inline;
}
#navigation img {
	border: none;
}
/*Main Document Body*/
body {
background-image:url(../images/bgtop.jpg);
background-repeat:repeat-x;
background-position:top;
background-color:#333;
}
/*Body Container*/
#bodycontainer {
	width: 1000px;
	margin-top: 10px auto;
	margin-left: 0px;
	overflow: hidden;
	float: left;
	margin-bottom: 0px;
	position: relative;
	background: url('../images/sides/') center left scroll no-repeat;
}
/*Content Box*/
.contentbox {
	/*float: right;*/
	width: 525px;
	margin-top: 20px;
	margin-right:30px;
	margin-left: 200px;
	padding: 20px;
	background-image:url(../images/boxshade.jpg);
	background-repeat:no-repeat;
}
.itembox {
	/*float: right;*/
	width: 95%;
	margin-top: 20px;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 20px;
	padding: 30px;
	background-image:url(../images/boxshade.jpg);
	background-repeat:no-repeat;
}
/*Right Nav Links*/
#navcontainer {
	float: right;
	width: 210px;
}
#nav {
	float: right;
	width: 170px;
	margin-top: 20px;
	/*border: 1px #eee solid;*/
	padding: 20px;
	text-align:center;
	background-image:url(../images/boxshade.jpg);
	background-repeat:no-repeat;
	position:fixed;
}
#nav a {
	font-size: 12px;
	font-family: Helvetica, Tahoma, Arial, Verdana;
	color: #555;
	text-decoration: none;
	padding: 3px;
	border: 1px solid #FCB600;
	width: auto;
	display: block;
	text-align: center;
	margin-bottom: 5px;
}
#nav a:hover {
	font-weight: bold;
	color: #111111;
	background-color: #FCB600;
}
/*Footer*/
#footer {
	text-align: center;
	font-size: 10px;
	font-family: Helvetica, Tahoma, Arial, Verdana;
	color: #555555;
	display: block;
	overflow: hidden;
	clear: left;
	border-top: 1px solid #EEEEEE;
	padding-top: 10px;
	margin-bottom: 10px;
}
/*Links*/
A:link {
text-decoration:underline;
color:#3399cc
}
A:visited {
text-decoration:underline;
color:#3399cc
}
A:active {
text-decoration:underline;
color:#3399cc
}
/*Main Heading*/
h1 {
	font-family: Mistral, Calibri, Tahoma;	font-size: 36px;
	color: #000000;
	margin-top: -10px;
	margin-bottom: -7px;
	text-align: left;
	border-bottom: 3px solid #FCB600;
}
/*Subheading*/
h2 {
	font-family:Arial, Tahoma, Helvetica, Verdana;
	font-size:15px;
	font-weight:100;
	color:#cc3333;
	margin:5px;
	margin-left:20px;
	}
/*Price*/
h3{
	font-family:Arial, Tahoma;
	font-size:12px;
	font-weight:100;
	color:#66cc33;
}
/*Main Content Text*/
p {
	margin:5px;
	margin-left:20px;
	line-height:20px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #333333;
}

td, .rnddiv{
	line-height:20px;
	font-family: Arial, Tahoma;
	font-size: 13px;
	color: #666666;
}
hr.boxy {
	color: #FCB600;
	background: #FCB600;
	height: 3px;
	border: 0px;
	margin-bottom: 5px;
}
.cart {
	border: 3px double #CCC;
	font-family: Arial, Tahoma;
	font-size: 11px;
	min-width: 90px;
	font-weight: bold;
}
.headerimg:hover, .add2cart:hover{
	opacity:0.4;
	filter:alpha(opacity=40);
}
.cart:hover{
	border: 3px double #4682B4;
}
.cartimg{
	vertical-align: middle;
}
.cartsel{
	text-align:left;
	border: 3px double #4682B4;
	font-family: Arial, Tahoma;
	font-size: 11px;
	margin-bottom:3px;
}
.cartqty {
	text-align:right;
}
.categoryimg {
	border: 1px solid #FCB600;
	margin-bottom: 5px;
}
.categoryimg:hover{
	border: 1px solid #4682B4;
}
.p {
	margin:5px;
	margin-left:20px;
	line-height:20px;
	font-family: Arial, Tahoma;
	font-size: 13px;
	color: #666666;
}
.itemname {
	font-family: Arial, Tahoma, Verdana;
	font-weight: 100;
	color: #000000;
	font-size: 13px;
}
