* {
	padding: 0;
	margin: 0;
	}
body {
	padding: 0;
	margin: 0;
	font-family: Trebuchet, Arial, san-serif;
	font-size: 100%;
	background-color: #333;
	color: #fff;
	text-align: center;
}

a {
  color: #6699cc;
  text-decoration: none;
}
a:hover {
  color: #336699;
  text-decoration: underline;
}
img {
  border: 0;
  }  
#page {
	margin: 0 auto;
	padding: 15px 0;
	border:0;
	width: 750px;
	background: #333;
	text-align: left;
}
#header {
	background: #6699cc;
	width: 100%;
	padding: 10px 0;
	float: left;
}
#header img{
	margin: 0 20px;
	float: left;
	}
#header h1{
	margin-top: 5px;
	margin-right: 20px;
	float: right;
	color: #fff;
	font-size: 125%;
	font-weight: normal;
	}
#menu {
background: #333;
height: 20px;
margin-bottom: 5px;
margin-top: 5px;
color: #6699cc;
font-size: 85%;
float: left;
  width: 100%;
}
#menu a{
  color: #6699cc;
}

#menu ul{
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
}
#menu li{
  float: left;
  display: block;
  position: relative;
  width: 105px;
  text-align: center;
  list-style: none;
  line-height: 20px;
}
#menu li ul {
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
  z-index: 10;
  }
#menu li > ul {
	top: auto;
	left: auto;
	}
#menu li > ul {
	top: auto;
	left: auto;
	}
#menu li:hover ul, li.over ul{ 
	display: block; 
	background-color: #333;
	padding-bottom: 5px;
	}
#nav{
	z-index: 10;
}

#main{
  background: #6699cc;
  padding-top: 15px;
  float: left;
  padding-bottom: 20px;
  width: 100%;
}
#image{
	background: #6699cc;
  text-align: center;
  z-index: 1;
  margin-left: 20px;
  float: left;
  height: 530px;
}
#image img{
  border: 1px solid #fff;
}
#info{
  padding: 0 20px 10px 20px;;
  margin-top: 10px;
  font-size: 80%;
  clear: both;
  float: left;
}
#info h2{
  font-weight: normal;
  font-size: 125%;
  color: #333;
  text-align: right;
  display: block;
  margin-bottom: 15px;
  width: 100%;
  }
#info p{
	margin-bottom: 10px;
	}

#info form{
	width: 700px;
	border: 1px solid #fff;
	background-color: #748594;
	clear: both;
	text-align: center;
	padding: 25px 0;
}
#info input, #info textarea{
	width: 350px;
	margin-bottom: 25px;
	}
#catMain {
  background-color: #fff !important;
  border: 25px solid #dce4e4;
  width: 600px;
  margin: 0 50px;
  float: left;
  }
.catRow {
  clear: both;
}
.catItem {
  width: 200px;
  float: left;
  margin-bottom: 10px;
  text-align: center;
}
.catItem p{
  padding: 5px;
  font-size: 70%;
  color: #748594;
}
.catItem img{
  border: 1px solid #dce4e4;
  width: 198px;
}
.catItem a:hover{
  color: #748594 !important;
}

.catSection, .buySection{
	float: left;
	clear: both;
	width: 96%;
	padding: 1%;
	margin: 5px 1%;
	background-color: #dce4e4;
}
.catSection a{
	color: #6699cc !important;
	text-decoration: none !important;
}
.catSection a:hover{
	text-decoration: underline !important;
}
.catSection img{
	float: left;
	margin-right: 10px;
}
.paypal{
	float: right;
	margin-left: 10px;
}
.pagination{
	margin-left: 10px;
	font-size: 80%;
	font-weight: bold;
	word-spacing: 6px;
	float: left;
	clear: both;
	margin-bottom: 10px;
}

#prodMain {
  background-color: #fff !important;
  border: 20px solid #dce4e4;
  width: 650px;
  margin: 0 30px;
  float: left;
  }
#prodImg {
  border: 1px solid #748594;
  width: 400px;
  margin-right: 5px;
  float: left;
  }
#prodDesc {
  width: 225px;
  float: right;
  margin-right: 10px;
  }
#prodDesc p{
  font-size: 75%;
  color: #748594;
  margin-bottom: 10px;
}
#prodDesc h2{
  font-size: 90%;
  color: #748594;
  margin-bottom: 10px;
  margin-top: 5px;
}
.radio{
  width: 14px !important;
  diplay: inline;
  }
#prodButt{
	width: 138px;
	height: 30px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	background-image: url(images/button.gif);
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
	float: left;
	clear: both;
}
#prodButt a{
	color: #fff;
}

#footer{
	width: 100%;
	clear: both;
	text-align: center;
	font-size: 75%;
	padding-top: 10px;
	height: 25px;
}
#footer a{
	color: #fff;
}

#edit{
	margin-left: 20px;
	margin-bottom: 5px;
}
#edit a{
	color: #fff;
}