

/*      ---------------------------------
       |       Global Declarations       |
	---------------------------------*/

@import url('defaulthack.css');

body {
	font: 12px verdana, arial, sans-serif;
	color: #000;
	background-color: #fff;
	margin: 0px;
	}

p, li, td {
	font: 12px verdana, arial, sans-serif;
	color: #000;
	}

h1 {	
	font-size: 26px;
	font-weight: normal;
	line-height: 2ex;
	color: #911321;
	border-bottom: solid 1px #E3C4C7;
	}
h2 {	
	font-size: 22px;
	font-weight: normal;
	line-height: 2ex;
	}
h3 {	font-size: 18px;
	line-height: 2ex;
	}
h4 {	font-size: 16px;}
h5 {	font-size: 14px;}
h6 {	font-size: 12px;}

a:link, a:active {
	font-weight: bold;
	text-decoration: none;
	color: #F18255;
	}	

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #D85532;
	}

a:hover {
	text-decoration: underline;
	color: #F26B1D;
	}	

#footer {
	font-size: 11px;
	text-align: right;
	color: #fff;

	background-image: url('images/bg4.gif');
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #F18255;
	padding: 5px;
	border-bottom: solid 1px #CD6F48;
	}
	
#footer a, #footer a:link, #footer a:hover, #footer a:visited, #footer a:link {
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	}

#mainContent {
	margin: 10px;
	margin-top: 20px;
	text-align: left;
	}

#mainContent p {
	text-align: justify;
	line-height: 3ex;
	}

#lhsNav {
	border-right: solid 1px #F18255;
	margin: 10px;
	}
#lhsNav a, #lhsNav a:link {
	font: normal 12px verdana;
	text-decoration: none;
	color: #F18255;

	padding: 10px;
	border-bottom: solid 2px #fff;
	display: block;
	}
#lhsNav a:hover, #lhsNav a:active {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background-color: #F18255;
	border-bottom: solid 2px #F8C5B0;
	}

#cart {
	color: #fff;
	text-align: right;
	padding: 2px;
	}
#cart a:link, #cart a:visited {
	font-size: 11px;
	color: #EB7923;
	padding: 3px;
	}
#cart a:hover {
	text-decoration: none;
	background-color: #ffc;
	}


#currency {
	background-color: #EB7923;
	padding: 2px;
	margin-top: 0px;
	margin-bottom: 20px;
	}
#currency p {
	font-size: 11px;
	color: #fff;
	margin: 0px;
	}
#currency a:link, #currency a:visited {
	color: #fff;
	}





.heading {
	color: #000;
	background-color: #FDFAD1;
	}


.submit {
	text-align: right;
	}