body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 0px solid #2A4F6F;
}



#wrapper{
position:relative;
text-align:left;
width: 700px;
height: 600px;
margin-left:auto;
margin-right:auto;
border: 0px solid #000000;
margin-top:2em;
margin-bottom:2em;
}

#footer{
width: 700px;
margin-top:2em;
margin-bottom:2em;
text-align: left;
clear: both;
text-align: center;
}

#footer ul{
list-style: none;
margin-left: auto;
margin-right: auto;
display: block;
width: 390px;
padding: 0;
}

#footer li{
  display: inline;
  float: left;
  margin: 0 20px 20px 0;
  padding: 0;
  color: #696969;
}

#footer li a{
display: block;
text-decoration: none;
color: #696969;
}

#footer li a:hover{
display: block;
text-decoration: underline;
}

/******************************Header*********************************************/
#header {
	border-top: 0px solid #778899;
	border-bottom: 0px dotted #000000;
	height: 164px; /*was 80px*/
	padding-bottom:0;
	margin-bottom:0;
}
#header .strapline {
	font-size: 12px;
	color: #fff;
	background-color: transparent;
	float: left;
	margin-right: 2em;
	margin-top: 0.5em;
}

#header .strapline .left{
position:absolute;
top:20px;
left: 0em;
background-color: #a6a8ab;
padding: 10px 20px 5px 5px;
}

#header .strapline .right{
position:absolute;
top:20px;
left: 10em;
background-color: #a6a8ab;
padding: 10px 20px 5px 5px;
}

#header .strapline a{
  text-decoration: none;
  color: #FFFFFF;
}

#header .logo {
position:absolute;
top:20px;
right:0;
}


.familysites ul{
position:absolute;
top:90px;
left:0px;
padding:0;
margin:0;
list-style: none;

}

.familysites a:link, .familysites a:visited{
text-decoration:none;
color: #A6A8AB; /*#778899;*/
}

.grey{
color:#666666;
}

.familysites li{
 float:left;
display:inline;
padding-right:1.5em;
font-weight: bold;
text-transform:  uppercase;
font-size: 13px;
letter-spacing: 0.1em;

}

/******************************Navigation*********************************************/

#nav {
	position: absolute;
	top: 154px; /*5em was 110*/
	left: 0em;
	width: 184px;/*14em was 330 was 284px*/
	/*background-color:#ec2e38;*/
	color: #666666;
	height:446px;/*was 490px was476*/
}

.product #nav {
  top: 210px;
}

#nav p{
padding-left:44px;/*was 2.5em*/
padding-right:1em;
}

#nav ul {
	list-style: none;
	margin-left: 0px;/*was 2.5em*/
	padding-left: 0;
	margin-top:11px;
}
#nav li {
	font-size: 14px; /*80%*/
  font-weight: bold;
	border-bottom: 0px dotted #B2BCC6;
	margin-bottom: 0.75em;
	text-transform:lowercase;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #666; /*#2A4F6F*/
	background-color: transparent;
}
#nav a:hover {
	color: #778899;
}
#nav h2 {
	font: 110% Arial, Helvetica, sans-serif;
	color: #2A4F6F;
	background-color: transparent;
	border-bottom: 1px dotted #cccccc;
}

#product_left img{
  position: absolute;
  right: 140px;
}


/******************************Content*********************************************/
#content {
	margin-left: 223px;/*14em was 350px was  363px*/
	margin-right: 0;
	margin-top:0;
	padding-top:0;
}

.noside #content {
  margin-left: 0;
}

.product #content {
  margin-right: 120px;
}

h1 {
	font: 150% Arial, Helvetica, sans-serif;
	margin-top:0;
	padding-top:0;
	text-transform:lowercase;
}

h2 {
	font: 130% Arial, Helvetica, sans-serif;
	margin-top:0;
	padding-top:0;
	text-transform:lowercase;
}

h3 {
	font: 120% Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-top:0;
	padding-top:0;
	text-transform:lowercase;
}


#content p {
	font-size: 12px;
	line-height: 1.6em; 
	padding-left: 0;
}


#contentscroll{
/*display:block; *//* set up as a block */
/*height:476px;*/ /* set height to full page */
/*max-height:476px;
overflow:auto;
margin-right:1em;*/
}


/******************************Footer*********************************************/
/*#footer{
padding:0 0 10px 255px;
font-size:70%;
background-color:transparent;
}*/

/******************************Images*********************************************/
img{
border:none;
}

.mediumimage{
padding-left:20px;/*create spacing between images*/
padding-bottom:20px;

}

#images{
margin-left:-20px; /*adjust for left margin above for image block.. move back to normal position*/
}

#thumbs{
position:absolute;
top:140px;
right: 120px;
margin-left: 0em;
}

#thumbs img{
padding-right: 1em;
}

.thumb{
position:absolute;
bottom:20px;
}

.thumb img{
padding-right: 1em;
}


.product_movie{
/*position:absolute;
top: 124px;
left: 363px;*/
}

.product_image{
}

#photoContainer{
  margin-top: 60px;
}


/****************************Spliter classes****************************************************/
.left50{
float:left;
width:49%;
}

.right50{
float:right;
width: 49%;
}

.left40{
float:left;
width:39%;
text-transform:lowercase;
}

.left30{
float:left;
width:29%;
text-transform:lowercase;
}
.left20{
float:left;
width:19%;
text-transform:lowercase;

}

/****************************Elements ***********************************************************/

.movie{
padding-left:0;
margin-left:0px;
margin-top:0px;
border: 0px solid #000000;
}



/*****************************Warning messages**************************************************/
#txtmsg{
color:#FF0000;
border: 1px solid #000000;
}



/*****************************checkout page******************************************************/

.checkout select, input.checkouttxt {
width:241px;
background-color:#ffffff;
}



.checkoutname{
width:80px;
}

.checkout{
width: 96%;
}

#terms{
  display:block;
  width: 370px;
  height: 150px;
  max-height:200px;
  overflow:auto;
  padding: 10px;
  border: 1px dotted #000000;
  margin-bottom: 5px;
}

#terms-full{
  padding: 10px;
  margin-bottom: 5px;
}
/********************************Tables etc**************************************************************/
table{
border-collapse:collapse;
width:100%;
}

th{
background-color:#EA882C;
text-align:center;
color:#FFFFFF;
font-weight:normal;
text-transform:lowercase;
}

td{
text-align:center;
}

.tdleft td{
text-align:left;
}

.rowspace{
height: 10px;
}

table.protx td{
  text-align: center;
}

/******************************shop page**********************************************************/

.shop_item{
width: 215px;
float:left;
margin-right:18px;
margin-bottom: 10px;
border: 0px solid #000000;
min-height: 290px;
height:auto !important;
height:290px;

}

.shop_item img{
border: 1px solid #000000;

}

.shop_item_image {
 min-height: 161px;
 height:auto !important;
 height:161px;
}

img.button{
border:none;
}

/********************************Other**************************************************************/
.spacer{
clear:both;
}

.productbleft{
float:left;
width: 80px;
}

.outlets{             /*add spacing between outlets */
  margin-bottom: 30px;
}
