* 
{
	margin:0;
	padding:0;
}

html
{
	height: 90%;
}

/* General Style Info */
body 
{
	background: #FFFFFF;
	color: #000;
	/*font-family:verdana,helvetica,arial,sans-serif;*/
	font-family:arial,sans-serif;
	/*font-size:90%;*/
	font-size: 12px; /* looks better in all browsers, especially ie */
	margin: 0;
	behavior:url("/css/csshover3.htc");
	
	height: 100%;
}

h1, h2, h3, h4 
{
	font-weight: normal;
}

h1 
{
	background:#fff;
	color: #000000;
	font-size: 100%;
	margin: 0.1em 0;
}

h2 
{
	background:#fff;
	color: #000000;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 190%;
	margin: 0.3em 0;
	padding-top: 0.8em;
}

h3 
{
	color: #000000;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 165%;
	padding-top: 1.5em;
}

h4 
{
	color: #000000;
	font-weight: normal;
	padding-top: 0.5em;
}

/* Layout */
#container
{
	width: 1000px;
	margin: 0 auto;
	padding-top: 10px;
	
	min-height: 100%;
	margin-bottom: -52px;
	position: relative;
}

#header
{
	width: 100%;
	height: 92px;
}

#header h1 
{
	background: #FFFFFF no-repeat left;
	color: #000;
	padding: 0px 30px;
}

#header h1 a 
{
	color: #00000;
	background: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

#header h1 a:hover 
{
	color: 000000;
	background: #FFFFFF;
	text-decoration: underline;
}

a img
{
	border: 0;
}

#logo
{
	width: 300px;
	height: 92px;
	/*background-image: url(/img/logo4.gif);*/
	/*background-repeat: no-repeat;*/
	/*background-position:top left;*/
	float: left;
}

#livechat
{
	float: right;
	width: 140px;
	height: 92px;
	text-align: right;
	color: #758489;
	font-size: 12px;
}

#livechat a
{
	color: #758489;
	font-size: 12px;
	text-decoration: none;
}

#addresses
{
	float: right;
	/*width: 650px;*/
	width: 385px;
	height: 92px;
	text-align: right;
}

#addresses #address1
{
	float: right;
	/*width: 220px;*/
	width: 180px;
	height: 92px;
	text-align: right;
}

#addresses #address2
{
	float: right;
	/*width: 220px;*/
	width: 180px;
	height: 92px;
	text-align: right;
	/*border-right: 2px #AFAFAF solid;*/
	/*padding-right: 10px;*/
}

#addresses #address1 #flag
{
	background-image: url(/img/indiaflag.gif);
	background-repeat: no-repeat;
	width: 28px;
	height: 16px;
	margin-bottom: 10px;
	float: right;
}

#addresses #address2 #flag
{
	background-image: url(/img/ukflag.gif);
	background-repeat: no-repeat;
	width: 28px;
	height: 16px;
	margin-bottom: 10px;
	float: right;
}

#addresses #address1 #address, #addresses #address2 #address
{
	clear: both;
	color: #758489;
	font-size: 12px;
}

#cart
{
	float: right;
	/*width: 145px;*/
	width: 90px;
	height: 92px;
	text-align: right;
	color: #758489;
	font-size: 12px;
}

#cart a
{
	color: #758489;
	font-size: 12px;
	text-decoration: none;
}

#menu
{
	clear: both;
	/*margin-top: 5px;*/
	height: 34px;
	width: 1000px; 
}

#cart a img
{
	border: 0px;
}

#menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	height: 34px;
	float: right;
}

#menu ul li
{
	background-image: url(/img/menu_button2.gif);
	background-repeat: no-repeat;
	height: 34px;
	width: 92px;
	float: left;
	margin-left: 15px;
}

#menu ul li p
{
	height: 34px;
	width: 100%;
	text-align: center;
	/*vertical-align: middle;*/
	/*line-height: 220%;*/
	line-height: 33px;
}

#menu ul li p a
{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#content{
	background: #FFFFFF;
	clear: both;
	color: #333;
	padding: 0px 0px 0px 0px;
	/*overflow: auto;*/
	overflow: hidden;
	width: 1000px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	margin: 5px 0px;
	/*width: 100%;*/
	/*background-color: #3A759F;*/
	background-color: #2CC1EF;
	text-align: center;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.error-message {
	clear: both;
	color: #fff;
	font-weight: bold;
	font-size: 100%;
	margin: 5px 0px;
	/*width: 100%;*/
	background-color: #FF9999;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
}

p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}

p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}

.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}

/*
.success {
	background: green;
	color: #fff;
}
*/

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}

div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}

div.actions ul li a {
	background:#fff;
	color: #003d4c;
	text-decoration: none;
}

div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}

/* spacers */
#vspacer-10
{
	clear: both;
	height: 10px;
	width: 100%;
}

#clearfooter 
{
	height: 52px;
	clear: both;
}

/* footer */
#footer
{
	height: 52px;
	width: 1000px;
	background-color: #2FC7F9;
	
	margin: 0 auto;
	position: relative;
}

#footer #copyright
{
	float: left;
	color: white;
	font-size: 14px;
	height: 52px;
	width: 400px;
	line-height: 340%;
	margin-left: 20px;
}

#footer #paymentmethods
{
	float: right;
	height: 52px;
	width: 400px;
}

#footer #paymentmethods #paypal
{
	float: right;
	width: 215px;
	height: 46px;
	background: url(/img/paymentlogoshorizontal.png);
	background-repeat: no-repeat top-center;
	border:3px solid #2FC7F9;

}

#footer #paymentmethods #mastercard
{
	float: right;
	width: 120px;
	height: 48px;
	background: url(/img/mastercard.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#footer #paymentmethods #visa
{
	float: right;
	width: 120px;
	height: 48px;
	background: url(/img/visa.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

