/* Main page layout */



/*//////////////////////////////
colours
yellow = #FFCC00
navigation 
text/a = #3366CC
a hover bgd = #3366CC

orange = #FF9900

//////////////////////////////*/

*
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
img
{
	border:none;
}
form
{
	background: #fff url(../images/menu-bgd.gif) repeat-y 18% 0;
	margin: 1% auto 0 auto;
	padding: 0;
	font-size:small;
}

body
{
	padding: 0;
	background: #ccc;
	color: #3366CC;
	padding: 0;
}

h1
{
	color: #FF9900;
	font-size: 20px;
	font-weight: normal;
	margin-top: 0;
}

h1 small
{
	font-size:small;
}

h2
{
}

h3
{
	color: #FF9900;
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom:0;
}

p, li
{
	
	font-weight: normal;
}

a
{
	text-decoration:none;
	color:#FF9900;
	border-bottom:1px dotted;
	padding-bottom:2px;
}

#Container
{
	background: #FFCC01 url(../images/white-bg.gif) repeat-y 18% 0%;

}

#PrimaryContent
{
	width: 81%;
	float: right;
}

#SecondaryContent
{
	width: 18%;
	float: left;
}

#TertiaryContent
{
}

#Header
{
	background:white url(../images/header-bgd.gif) repeat-x right;
	height: 90px;
	clear: both;
}
#Header #Logo a
{
	border-bottom:none;
}
#Logo img
{
	position:absolute;
	height:90px;
}

#HeaderText
{
	color:White;
	margin-left: 324px;
}
#HeaderText .Phone
{	
	padding-top: 5px;
	padding-bottom: 5px;
	width:40%;
	float:left;
	text-align:center;
	font-size: 16px;
	font-weight:bold;

}
#HeaderText .Phone .Number
{
	white-space:nowrap;
}

#HeaderText .Hours
{
	padding-top: 5px;
	padding-bottom: 10px;
	/* Using 49% becuase 50% makes it drop down to next line in IE */
	width:59%;
	float:right;
	text-align:center;
	font-size: 10px;
	font-weight: bold;
}
#HeaderText .Strapline
{
	
	clear:both;
	text-align: center;
	font-size: 16px;
	font-weight:bold;

}

#TopNavigation
{
	font-size: 0.8em;
	color: #3366CC;
	text-decoration: none;
	margin: 0;
	background: #FFCC00;
	height: 15px;
	padding: 5px 0 5px 0;
	font-weight: bold;
	border-bottom: 1px solid #3366CC;
	font-size:x-small;
}

#TopNavigation a
{
	color: #3366CC;
	text-decoration: none;
	border-bottom:none;
}

#TopNavigation a:hover
{
	text-decoration: none;
	color: white;
	background: #3366CC;
}

#TopNavigationLinks
{
	float: right;
	clear: both;
	margin-right: 10px;
}

#LoginLinks
{
	font-size:x-small;
	margin: 5px 20px 0 0;
	text-align: right;
	float: right;
}

#Navigation
{	
	
}
dl#Navigation
{
	margin: 16px 0 0px 0px;
	padding: 0 0 10px 0;
	background: #ffcc00;
	font-size:x-small;
}
dl#Navigation dt
{
	margin: 0;
	padding: 2px 10px 0px 6px;
	font-weight: bold;
	color: #3366cc;
	text-align:left;
	border-bottom:1px solid #FF9900;
	background: #ffcc00;
}
dl#Navigation dd
{
	margin: 0;
	padding: 0;
	color: #3366CC;
	font-size:x-small;
	background: #ffcc00;
	font-weight: bold;
}
dl#Navigation a, dl#Navigation a:visited
{
	color: #3366CC;
	text-decoration: none;
	display: block;
	padding: 5px 5px 5px 6px;
	background: #ffcc00;
	/*width: 150px;*/
	border-bottom: 1px solid #FF9900;
	font-size:x-small;
}

dl#Navigation a:hover
{
	background: #000099;
	color: #fff;
}

dl#Navigation input
{
	background:#fff;
	color: #000099;
	border:2px solid #3366CC;
	width:104px;
	font-size:x-small;
	padding:2px;
	margin:2px 0px 4px 0px
}

dl#Navigation input.Button
{
	border:2px solid #3366CC;
	background:#fff;
	color:#000;
}

dl#Navigation input.Smallest
{
	width:30px;
	cursor:pointer;
}
#Footer
{
	height: 88px;
	background: url(../images/footer-bgd.gif) repeat-x bottom;
	border-top:1px solid #3366CC;
	text-align:left;
	color:white;
	font-weight:normal;
	font-size:x-small;
	clear:both;
}

#FooterText
{
	margin-top:18px;
	margin-left:6px;
}

#Footer .RegNo
{

	float:left;
	width:33%;

}

#Footer .RegAddr
{
	float:left;
	width:33%;
	position:relative;
	left:50px;
}
#Footer .Tel
{
	float:right;
	width:33%;
}
#Footer #VAT
{
	text-align:center;
	color:#3366CC;
	font-weight:bold;
	padding:4px 0 0 0;
	font-size:medium;
	margin-bottom:-6px;
}

.Copyright
{
	border-top: 4px solid #ccc;
	text-align: center;
	font-size: x-small;
	color: #666;
	background: white url(../images/clear-image.gif) repeat-x bottom left;
	padding: 5px 0 15px 0;
}
.Copyright div, .Copyright div a
{
	text-decoration:none;
	color:#333;
	font-size:x-small;
	padding:5px 0 0 0;
	border-bottom:none;
}
.Clear
{
}

ul
{
	margin-left:-24px;
}

li
{
	list-style:square;
	margin-bottom:8px;
	padding-bottom:6px;
	border-bottom:1px dotted #FF9900;
}

li a
{
	border-bottom:none;
}

/*wish list*/

#PrimaryContent table.WishListTable th
{
	color:#3366CC;
	padding:6px;
	background:#ededed;
}

#PrimaryContent table.WishListTable td
{
	vertical-align:top;
	padding:6px;
	border-bottom:1px solid #ff9900;
}

#PrimaryContent table.WishListTable td img
{
	border:1px solid #ff9900 !important; /*important used to override asp control border="0"*/
}

#PrimaryContent .TellFriend h1
{
	color: #FF9900;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 4px;
}

#PrimaryContent .TellFriend h2
{
	color: #3366CC;
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom: 2px;
	margin-top: 0px;
}

#PrimaryContent .TellFriend input,
#PrimaryContent .TellFriend textarea
{
	border:1px solid #ff9900;
	width:150px;
	padding:2px;
}
#PrimaryContent .TellFriend textarea
{
	font-size:0.8em;
}

#PrimaryContent .TellFriend p input
{
	border:2px solid #FF9900;
	background:#E0DFE3;
	color:#7698DD;
	width:80px;
}



/*//////////////////////////*/

.OffersLatest
{
	width:120px;
	float:left;
	margin-right:12px;
}

.OffersLatest .ProductName
{
	background:#FFCC01;
	padding:2px 1px 6px 1px;
	font-weight:normal;
	color:#2850A1;
	text-align:center;
	margin-top:0px;
	margin-bottom:6px;
	font-size:11px;
	width:120px;
}

 .OffersLatest a
{
	border-bottom:none;
	color:#3366CC;
}

.OffersLatest img
{
	border:1px solid !important;
}


.estyle1
{
	color:#FF9900;
	background:#fff;
	border:3px #3366CC solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:5px;
}

.Note
{
	font-size: 9px;
	display: block;
	clear: both;
	margin-top: 3px;
}

.BackOrder
{
	color: Red;
}