@charset "utf-8";
/* CSS Document */
* { padding: 0; margin: 0; }

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	background-color: #FFFFFF;
	margin-top: 10;
	margin-bottom: 10;

}
a {
	text-decoration: none;
	color: #880088;
}
a:hover {
	text-decoration: underline;
	color: #880088;
}
h2, h1, h3 {
	color: #880088;
	font-size: 1.2em;
	font-weight: bold;
}
h1 {
	font-size: 0.6em;
	padding: 0px;
	margin-top: -10px;
}
h3 {
	font-size: 1.5em;
}
#wrap{
	width: 900px;
	border: 1px solid #CCCCCC;
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 10;
	margin-left: auto;
}

#header{
	width: 900px;
	height: 210px;
}

#logo {
	float: left;
	width: 590px;
	padding: 10px;
}


/******************** Top content ********/
#mainimg{
	float: left;
	height: 382px;
	width: 300px;
	margin-left: 10px;
}
#toptxt{
	height: 362px;
	width: 545px;
	float: left;
	padding: 10px;
	border: 1px solid #FF9900;
	background-color: #dcd4a3;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#maincon{
	float: left;
	width: 390px;
	height: 390px;
	background-color: #ede9d0;
	padding: 10px;
	margin-left: 10px;
	border: 1px solid #FF9900;
/*	background-image: url(images/button2.jpg);
	background-position: 10px 340px;
	background-repeat: no-repeat;*/
}
#sidecon{
	float: left;
	width: 470px;
}
#sidecon img{
	width: 225px;
	height: 200px;
	float: left;
}

#sidetxt1{
	height: 180px;
	width: 203px;
	float: left;
	background-color: #ede9d0;
	padding: 10px;
	border: 1px solid #FF9900;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 10px;
	margin-left: 12px;
}

#sidetxt2{
	height: 180px;
	width: 200px;
	float: left;
	background-color: #dcd4a3;
	padding: 10px;
	border: 1px solid #FF9900;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#sidetxt2 img{
	width: 163px;
	height: 44px;
}
/******************** Footer ************/
#footer{
	clear: both;
	background-color:#FFFFFF;
	height: 100%;
	margin-top: 10px;
}
#footer h2{
	text-align: center;
	color: #880088;
}
#footer h3{
	text-align: center;
	color: #880088;
	font-size: 1em;
}
#footer h4{
	text-align: center;
	color: #880088;
	font-size: 0.8em;
}
#footer ul{
	margin: 0;
	padding: 0;
	text-align: center;
}

#footer ul li{
	display: inline;
	padding-right: 3px;
	padding-left: 3px;	
}

#footer ul li a{
	color: #880088;
	font-size: 9px;
}
#footer li a:hover{
	color: #880088;
	font-size: 9px;
}

#sidenav{
	width: 185px;
	background-color: #880088;
	height: 1000px;
	float: left;
	color: #FFFFFF;
	padding-top: 10px;
}
#sidenav ul li{
	width: 200px;
	padding: 10px;
	height: 20px;
	font-weight: bold;
}
#sidenav ul li a{
color: #FFFFFF;
}
.storeitem{
	border: thin solid #CCCCCC;
	width: 154px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.storeitem h5{
	font-family: "Times New Roman", Times, serif;
	width: 154px;
	font-size: 16px;
	font-style: italic;
	color: #880088;
	text-align: center;
}
.storeitem p{
	text-align: center;
}
.img2{
	height: 154px;
	width: 154px;
}
#storecontent{
	height: 100%;
	width: 100%;
}
.navtext{
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
	height: 15px;
	width: 690px;
	margin: 0px;
	margin-left: 210px;
}
.navtextbot{
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
	height: 15px;
	width: 600px;
	margin-left: 210px;
	clear: both;
}
#bottext ul{
	list-style-type: disc;
	margin-left: 20px;
}
#bottext ul li{
	margin-bottom: 10px;
}
#bottext {
	padding: 15px;
}