@charset "utf-8";
/* CSS Document */

body {
	background: #000021 url(images/bkg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	margin: auto;
	width: 700px;
	background: #fff;
}

#header {
	padding: 10px 10px 10px 10px;
	width: 700px;
	height: 100px;
	background: url(images/header.jpg) no-repeat;
	
}

#menu {
	height: 25px;
	margin: 0px 50px 0px 50px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-size: 18px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}

#content {
	margin: 0px 10px 0px 10px;
}

.website {
	margin: 20px 0px 25px 0px;
	padding: 5px 0px 0px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	
}

.product {
	width: 150px;
	
}

.review {
/*	margin: 0px 0px 0px 220px;  
	padding: 0px 0px 0px 10px; 
	background: #e5e5e5; 
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e5e5e5;	 */
}

#footer {
	width: 700px;
	height: 50px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	background: url(images/footer.jpg) no-repeat;
	margin: 25px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
}

.logo {
	color: #fff;
	font-size: 40px;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}

.img {
	margin: 10px 0px 0px 15px;
}

img {
	border: none;
}

p {
	margin: 10px 10px 10px 10px;
}

h1 {
	text-align: center;
	font-size: 22px;
	margin: 25px 0 0 5px;
	color: #f00;
}

h2 {
	text-align: center;
	color: #0045b6;
}

a:link, a:visited {
	text-decoration: none;
	color: #9b0000;
}

a:hover {
	text-decoration: none;
	color: #f00;
}

h1 a:link {
	text-decoration: none;
	color: #0045b6;
}

h1 a:visited {
	text-decoration: underline;
	color: #9b0000;	
}

h1 a:hover {
	text-decoration: underline;
	color: #f00;
}

h2 a:link {
	text-decoration: underline;
	color: #0045b6;
}

h2 a:visited {
	text-decoration: underline;
	color: #9b0000;	
}

h2 a:hover {
	text-decoration: underline;
	color: #f00;
}

p a:link {
	text-decoration: underline;
	color: #9b0000;
}

p a:visted {
	text-decoration: underline;
	color: #9b0000;
}

p a:hover {
	text-decoration: underline;
	color: #f00;
}

strong a:link {
	text-decoration: underline;
	color: #9b0000;	
}

strong a:visited {
	text-decoration: underline;
	color: #9b0000;	
}

strong a:hover {
	text-decoration: underline;
	color: #f00;	
}

.specs {
	font-size: 10px;
	font-weight: bold;
}

.highlight {
	background-color: #ff0;
	font-weight: bold;
	font-size: 23px;
}

li {
	margin: 10px 0 0 0;
}
