
/*-----------------------------------------------------
  Basic Layout
-----------------------------------------------------*/

* {
	margin:0;
	padding:0;
}

body {
	font:normal 0.7em/1.4em	Arial, Helvetica, sans-serif;
	background:#EFEFEF url(img/body_background.gif) top repeat-x;
	text-align:center;
	color:#666;
}

p {
	margin-bottom:15px;
}

a {
	font-weight:bold;
	text-decoration:none;
	color:#666;
}

a img{
 	border: 0;
}

#wrapper {
	margin:0 auto;
	width:700px;
}

#header {
	width:700px;
	background:url(img/header.gif) no-repeat;
}

#header h1 {
	float:left;
	width:170px;
	height:65px;
}

#header h1 a {
	width:170px;
	height:60px;
	display:block;
}

#header h1 span {
	display:none;
}

ul#nav {
	margin:0;
	padding:0;
	list-style:none;
}

ul#nav li {
	float:right;
	padding:0 10px;
	margin:0;
	background:url(img/menu_line.gif) right no-repeat;
	text-transform:uppercase;
}

ul#nav li a {
	color:#666;
	text-decoration:none;
}

ul#nav li a:hover,
ul#nav li a:active {
	color:#157ABB;
}

ul#nav li.last {
	background:none;
}

#content {
	float:left;
	padding:20px 0;
	text-align:left;
	width:500px;
}

#content h2 {
	font-size:1.6em;
	font-weight:normal;
	margin-bottom:10px;
	color:#555;
}

#content h2 span {
	color:#1994FF;
}

#content h3 {
	font-size:1.1em;
	margin-bottom:5px;
}

#content span {
	font-weight:bold;
}

#content img {
	float:left;
	display:block;
	width:200px;
	margin:0 10px 20px 0;
}

.product {
	float:right;
	text-align:left;
	width:500px;
	display:inline;
	margin:0;
}

#side {
	float:right;
	padding:20px 0;
}

.box {
	background:#CCC;
}

#footer {
	margin-bottom:20px;
	clear:both;
	text-align:left;
}
