/* CSS Document */

* {
	padding: 0px;	/* clear all margins and padding */
	margin: 0px;
}

/* Main Body */ 

body {
	min-width: 778px;
	text-align: center;
	background: url(images/background.jpg) no-repeat top center;
}

#wrapper {
	width: 600px;
	height: 540px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 45px;
	border: solid 1px black;
	background: white;
	padding: 20px 20px 0px 20px;
	font-size: 12px;
	font-family: georgia, garamond, serif;
	color: #666666;
	text-align: left;
}

* html #wrapper {  /* Box Model Hack for IE5 */
	width: 640px; 
	w\idth: 600px;
}

/* Logo */

#logo {
	float: left;
}

/* NAVIGATION SECTION */

#nav {
	width: 467px;
	height: 56px;
	background: url(images/nav.jpg) no-repeat;
	float: right;
	padding-right: 15px;
}

#nav-buttons {
	float: right;
	font-family: arial, verdana, sans-serif; font-size: 14px; font-weight: bold;
	margin-top: 20px;
}

#nav-buttons ul {
	margin: 0px;
 	padding: 0px;
 	color: #FFF;
 	line-height: 1em;
 	white-space: nowrap;
}

#nav-buttons li{
	list-style-type: none;
	display: inline;
	border-right: solid 2px white;
}

#nav-buttons li a{
	text-decoration: none;
 	padding: 7px 10px;
 	color: #FFF;
}

#nav-buttons li a:link {
 	color: white;
}

#nav-buttons li a:visited {
 	color: white;
}

#nav-buttons li a:hover {
 	color: #FFC000;
	text-decoration: underline;
}

#nav-buttons li a:active {
 	color: #FFC000;
}

#nav-buttons li a:focus {
 	color: #FFC000;
}

/* END OF NAVIGATION */


/* Main Text Section */

#home-title {
	clear: both;
	width: 37px;
	height: 12px;
	padding-top: 37px;
	padding-bottom: 10px;
}

#home {
	width: 291px;
	height: 240px;
	float: left;
	border-top: solid 1px #027ADF;	/*border used insted of <hr> to avoid unwanted margins in IE*/
	padding-top: 5px;
	padding-bottom: 16px;
}


/* Main Image Section */

#main-image {
	width: 296px;
	height: 196px;
	float: right;
}

#product-price {
	float: right;
	width: 296px;
	height: 42px;
	background: url(images/product-background.jpg) no-repeat;
	font-size: 11px;
	font-family: arial, verdana, sans-serif;
	color: #333333;
	text-align: left;
}

#product-text {
	width: 200px;
	height: 27px;
	text-align: center;
	padding-top:15px;
	float: left;
}

#add-basket {
 	float: right;
	width: 90px;
	height: 32px;
	padding-top:10px;
}


/* Bottom Section */

#bottom-section {
	clear: both;
	height: 130px;
	border-top: solid 1px #027ADF;
	border-bottom: solid 1px #027ADF;
}

#subscribe-title {
	width: 178px;
	height: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#subscribe-text {
	width: 291px;
	height: 90px;
	float: left;
}


/* Form */

#subscribe-form {
	width: 295px;
	height: 90px;
	float: right;
}

.row {
  clear: both;
  margin-top: 3px;
}

.row span.label {
  float: left;
  width: 75px;
  text-align: left;
}

.row span.formw {
  float: left;
  width: 215px;
  height: 23px;
  text-align: left;
  overflow: hidden;
}



div.row span.formw2 {
  float: left;
  width: 132px;
  height: 23px;
  text-align: left;
}

.submit {
	height: 23px;
	width: 79px;
}


/* Footer */

#footer {
	width:600px;
	height:23px;
	font-size: 12px;
	font-family: georgia, garamond, serif;
	text-align: center;
	padding-top:7px;
	color: #CCCCCC;
}

a.footer:link {
	font-family: georgia;
	font-size: 12px; 
	color: #CCCCCC; 
	text-decoration: none; 
	padding-right: 10px; 
	padding-left: 10px; 
}

a.footer:visited {
	color: #CCCCCC;   
	padding-right: 10px; 
	padding-left: 10px;
	text-decoration: none;
}


a.footer:hover {
	color: #FFC000; 
	text-decoration: underline; 
	padding-right: 10px; 
	padding-left: 10px;
}


a.footer:active {
	color: #CCCCCC; 
	text-decoration: none;
	padding-right: 10px; 
	padding-left: 10px;
}

.basket-add {
	border: 0px;
}