/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
  text-align: center; 
  min-width: 760px;
  font: 62.5%/1.6 Tahoma, Verdana, sans-serif;
  background:#D4D4D4 url(../images/page-background.gif) repeat top left;
}

#wrapper {
  width: 935px; 
  margin: 0 auto; 
  text-align: left; 
  border: 2px solid #fff;
  background: #F7E9BB url(../images/wrapper-bg.gif) repeat-y bottom right;
}

#branding {
	background: #730A0A url(../images/header.gif) no-repeat top left;
	height: 98px;
	border-bottom: 2px solid #fff;
}

#basket-preview { 
	width: 237px;
	height: 78px;
	float: right;
	margin-top: 10px;
	margin-right: 50px;
	background: url(../images/basket-preview-background.gif) no-repeat top left;
}

#basket-preview p {	
	color: #fff;
	margin-left: 60px;
	font-size: 1.1em;
}
	
#topnav {
	background: #fff url(../images/topnav-bg.gif) no-repeat top left;
	height: 35px;
	padding-left: 10px;
	padding-top: 10px;
}

#topnav ul {
	list-style: none;
}

#topnav li {
	display: inline;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 1.4em;
}

#topnav li a {
	color: #fff;
	text-transform: capitalize;
	text-decoration: none;
}

#topnav li a:hover {
	color: #efefef;
	text-decoration: underline;
}

#content { 
  width: 545px;
  float: right; 
  background: transparent;
}

#welcome-message {	
	background: #F7E9BB url( ../images/welcome-background.gif) no-repeat top left;
	padding: 5px;
}

#welcome-message h1 {
	font-size: 1.7em;
}

#welcome-message p {
	font-size: 1.1em;
}

#mainNav { 
  width: 200px; 
  min-height: 560px;
  float: left; 
  background: #E3B521 url(../images/main-nav-bg.gif) no-repeat top left;
  border-left: 2px solid #fff;
} 

#mainNav ul {
	list-style: none;
}

.information-menu {
	margin-bottom: 10px;
}

.information-menu ul {
	list-style: none;
}

.information-menu li a {
	display:block; float:left; text-decoration:none; color:#fff; border-bottom: 1px solid #fff; width:190px; height:30px; line-height:29px; font-size:13px; background:transparent; padding-left:10px;
}
.information-menu li a:hover {
	background:#C39C1D; color:#fff; width: 190px;
}

#navigation-underlay {
	width: 180px;
	float: left;
	border-left: 2px solid #fff;
	background: #ECCC66 url(../images/underlay-background.gif) repeat-y top left;
	min-height: 560px;
}

#footer { 
  clear: both; 
  background-color: #FAF2D8;
  border-top: 3px solid #666666;
  margin-bottom: -14px;
} 
#footer p {
	margin-left: 20px;
}

#footer p.footer-right {
	float: right;
	font-size: 1.1em;
	color: #5A5A5A;
	margin-right: 20px;
}

h1 {
  font-size: 2.4em;
  font-weight: normal;
}

h2 {
  font-size: 2.0em;
  font-weight: normal;
}

p, li {
  font-size: 1.2em;
}

h1, h2, p {
  margin: 1em 0;
}

/* Checkout Styles */

.protxsecure{
	float: right;
	margin-right: 25px;
	margin-top: 20px;
}
.protxsecureleft {
	margin-top: 10px;
	float: left;
}
.protxclear {
	clear: both;
	height: 1px;
	font-size:1px;
	line-height: 1px;
}

#customerform legend {
	font-size: 1.5em;
	font-weight: bold;
}

#customerform fieldset {
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #ccc;
	width: 500px;
}

#customerform label {
	float: left;
	width: 150px;
}

.clear {
	clear: both;
}

.error {
	 background-color: #E3B521;
}

.error_message {
	  color: #ff0000;
	  font-weight: bold;
}

#customerform label.error {
	 color: #fff;
	 font-weight: bold;
	 padding: 2px;
	 width: 318px;
	 background-color: #E3B521;
	 margin-top: 2px;
	 margin-bottom: 5px;
	 margin-left:150px;
	 text-align: left;
	 font-size: 0.9em;
}
#checkoutbtn {
	border: 0px;
}

#checkrate {
	width: 150px;
	margin: 0 auto;
	text-align: right;
	padding-top: 10px;
	float: left;
	height: 60px;
}
#checkrate_left {
	float: left;
	width: 325px;
	height: 60px;
}
#beckhamlink  a{
	border-bottom: none;
	height: auto;
	margin-top: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;	
	background-color: #E3B521;
}