body {
	text-align:center;
	margin: 0px auto;
	font-family: "Trebuchet MS";
	background-color: #111D47;
	color: #FFFFFF;
}

a:active, a:hover, a:link, a:visited {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	color: #FFFFFF;
}
a:hover {
	color: #FF0000;
}


img {
 border: 0px none;
}

#header {
	height:114px;
	vertical-align:bottom;
}

#header img {
	margin:0px auto;
	border:none;
	display:block;
	margin-left:-20px auto;
}

#header #menuouter {
	width:820px;
	margin:0px auto;
	padding:0px;
	text-align:right;
}

#header #menu {
	background-color: #3B1CC0;
	display:inline;
	float:right;
	margin: 0px;
	padding:0px;
	font-size: 15px;
	position:relative;
	width:620px;
	height:20px;
	vertical-align: bottom;
}

#header #menu ul {
	display:inline;
}

#header #menu ul li {
	display: inline;
	list-style-type: none;
	padding:2px	
	margin:0px;
	float:left;
}

#header #menu a:link,#header #menu a:active, #header #menu a:visited {
	background-color: #3B1CC0;
	display: inline;
	list-style-type: none;
	color: #FFFFFF;
	text-decoration: none;
	float:left;
	padding:1px	
	margin: 0px;
	width:100%;
	text-align:center;	
}

#header #menu a:active {
	background-color:green;
}

#header #menu a:hover {
	color: #FFFF00;
	background-color: #3E78C3;
	
}

h1 {
	display:none;
}

#content {
	background-color: #111D47;
	background-image: url(../images/content-bg.png);
	background-repeat: repeat-x;
	min-height:500px;
	display: block;

}

#contentbody {
	width:890px;
	margin:0px auto;
	padding-top:10px;
	text-align:left;
}

#sidemenu {
	background-image: url(../images/side-menu-bg.gif);
	float:left;
	height: 297px;
	width: 260px;
	margin-right:10px;
    font-size:0.8em;

}
#sidemenu a:link, #sidemenu a:visited, #sidemenu a:active {
	width:100px;
	text-decoration: none;
	color: #FFFFFF;
}
#sidemenu a:active {
	background-color:green;
}

#sidemenu a:hover {
	background-color: #000066;
	text-decoration: none;

}
#sidemenu ul {
	text-align:left;
}

#sidemenu ul li {
	font-weight: bold;
	color: #FFFFFF;
	list-style-type: none;

}

#sidemenu ul li ul {

}

#sidemenu ul li ul li {
	font-weight: normal;
	color: #FFFFFF;
	list-style-type: none;

}

#contenttopright {
	margin:0px auto;
	padding:0px;
	text-align:right;
}

#contenttopright img {
	margin:0px auto;
	padding:0px;
	text-align:right;
	height:296px;
}

#specialstop img {
	margin:0px;
	border:10px #333333;
	display: inline;
	padding: 0px;
}

#ctop {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-image: url(../images/contentbody-btop.gif);
}

#cbottom {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-image: url(../images/contentbody-bbottom.gif);
	background-position: bottom;

	
}

#cmiddle {
	margin: 0px;
	padding: 0px;
	border: 0px;
	width:890px;

	text-align:left;
	background-image: url(../images/contentbody-bmiddle.gif);
}

#aboutus  {
	color:black;
	margin:5px;
	width:600px;
	margin-left:200px;
	text-align:justify;
}

#footer {
	font-size: 11px;
}

#productlist img {
	height:200px;
	margin:5px;
}

#childlist {
	height:100%;
	float:left;
	width:85%;
	text-align:center;
}

#childlist li {
	list-style-type: none;	
	text-align:center;
	margin:1px;
	display:inline;
}

.catimg {
	float:left;
}

.catimg img {
        border: none;
        width: 140px;
        background-color: #FFFFFF;
}

#nav1  {
        font-size: 70%;
        display:inline;
}

#nav1 a:link, #nav1 a:visited, #nav1 a:active {
        text-decoration: none;
        color: white;
        border: none;
}

#nav1 a:hover {
        color: #0099FF;
        background-color:white;
        text-decoration: none;
}

.itemlbl {
	display:inline;
	clear:both;
	float:left;
	width:250px;
	text-align:left;
	margin-left:10px;
}

.itemhlpimg {
	border:none;
	width:16px;
}

#downloads a:active, #downloads a:link, #downloads a:visited {
	color:blue;
}
#downloads a:hover {
	color:red;
}
.cost {
        font-weight: bold;
        color: #FF4444;
        padding: 5px;
        border: medium inset #CC6600;
        margin-left:10px;
        float:left;
        font-size: 150%;
        margin-right: 20px;
		width:300px;

}

.save {
        font-weight: bold;
        color: #FFFFFF;
        background-color: #CC0000;
        padding: 5px;
        border: medium inset #FF3333;
		width:300px;
}

.cartrem a: active, .cartrem a: link, .cartrem a: visited{
	color: red;
	background-color: white;
}

.standout {
	color:blue;
	background-color:blue;
	float:left;
	width:180px;
}