/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #454545;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	line-height: 17px;
}

#header {
	width: 700px;
	margin: 0 auto;
	height: 100px;
}

#logo {
	width: 350px;
	float: left;
	height: 100px;
}

#policy {
	width: 200px;
	float: right;
	padding-top: 25px;
	text-align: right;
}

#ad {
	width: 700px;
	margin: 0 auto;
	height: 225px;
	background-color: #89B2C8;
}

#nav {
	width: 700px;
	margin: 0 auto;
	height: 40px;
	margin-top: 5px;
}

#wrapper {
	width: 700px;
	margin: 0 auto 30px auto;
	height: auto;
}

#content {
	width: 450px;
	float: left;
	text-align: justify;
	padding-top: 50px;
}

#sidebar {
	width: 200px;
	float: left;
	margin: 50px 0 0 50px;
}

#row {
	width: 700px;
	float: left;
	clear: left;
	margin-top: 40px;
}

#column1 {
	width: 170px;
	float: left;
	clear: left;
}

#column2 {
	width: 170px;
	float: left;
	margin: 0 0 0 95px;
}



#footer {
	width: 100%;
	background-color:#D9E2EA;
	clear: both;
	text-align: center;
	padding-top: 10px;
	border-top: 1px solid #ccc;
	padding-bottom: 2px;
}



h1 /* title */ {
	display: none;
}

h2 /* content headers */ {
	font-size: 18px;
	margin-bottom: 5px;
	color: #454545;
	font-weight: normal;
}

p {
	margin-bottom: 15px;
}










/* shopping section */
#store_menu {
	width: 700px;
	margin-top: 30px;
	border: 1px solid #B7D1E2;
	padding: 10px 0 10px 0;
	margin-bottom: 30px;
	float: left;
}

#store_menu ul {
	margin-left: 40px;
}

#store_menu li {
	padding-bottom: 3px;
	text-align: left;
	list-style-image: url(images/bullet.png);
}



#product1 {
	width: 210px;
	float: left;
	clear: left;
	/*border: 1px solid #F2F2F2;*/
	text-align: center;
	border: 1px solid #E5E5E5;
	padding-bottom: 10px;
}

#product2 {
	width: 210px;
	float: left;
	margin: 0 0 0 32px;
	/*border: 1px solid #F2F2F2;*/
	text-align: center;
	border: 1px solid #E5E5E5;
	padding-bottom: 10px;
}

#pro_text {
	background-color: #fff;
	text-align: left;
	margin-top: 10px;
	width: 205px;
}

#row ul {
	margin-left: 25px;
}


#row li {
	padding-bottom: 3px;
	text-align: left;
	list-style-image: url(images/bullet.png);
}

h3 /* product name */ {
	font-size: 14px;
	margin-bottom: 5px;
	text-align: center;
	background-color: #F2F2F2;
	height: 20px;
	color: #454545;
	padding-top: 3px;
}

h4 /* product price */ {
	font-size: 14px;
	margin-bottom: 5px;
	color: #339933;
	text-align: center;
}

h5 /* product price */ {
	font-size: 15px;
	margin-bottom: 5px;
	color: #B70000;
	text-align: center;
}

.product_image {
	padding: 5px;
}

#row p {
	text-align: center;
}




/* nav */
#nav ul {
}

#nav li {
	display: inline;
	text-align: left;
}

#nav li a {
	padding: 9px 25px 0 0;
	text-decoration: none;
	float: left;
	color: #454545;
	font-weight: bold;
	font-size: 14px;
}

#nav li a:active {
	color: #CFCFCF;
}

#nav li a:hover {
	color: #89B2C8;
}



a.link:link { 		font-size: 12px; text-decoration: none; padding-left: 20px; color: #454545;}
a.link:visited { 	font-size: 12px; text-decoration: none; padding-left: 20px; color: #454545;}
a.link:hover { 		font-size: 12px; text-decoration: none; padding-left: 20px; color: #89B2C8;}
a.link:active { 	font-size: 12px; text-decoration: none; padding-left: 20px; color: #454545;}

a.bottom:link { 	font-size: 11px; text-decoration: none; padding-left: 5px; padding-right: 5px; color: #454545;}
a.bottom:visited { 	font-size: 11px; text-decoration: none; padding-left: 5px; padding-right: 5px; color: #454545;}
a.bottom:hover { 	font-size: 11px; text-decoration: none; padding-left: 5px; padding-right: 5px; color: #818181;}
a.bottom:active { 	font-size: 11px; text-decoration: none; padding-left: 5px; padding-right: 5px; color: #454545;}

a.more:link {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #454545;
	margin-bottom: 10px;
}
a.more:visited {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #454545;
	margin-bottom: 10px;
}
a.more:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #89B2C8;
	margin-bottom: 10px;
}
a.more:active {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #454545;
	margin-bottom: 10px;
}




/* forms */
.input {
	width: 300px;
}

.textarea {
	width: 450px;
}

