/*
	LAYOUT STYLES
*/
html,
body {
	margin: 0;
	padding: 0;
	text-align:center;
}
body {
	background-image: url(/img/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 16px;
	
}
#container { 
	width: 740px;
	text-align: left; 
	margin-left: auto;
	margin-right: auto; 
	background-image: url(/img/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
} 
#header {
	position: relative;
	height: 100px;
	background-color: #FFFFFF;
	width: 700px;
	background-image: url(/img/header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin-left: 20px;
} 
#navpanel {
	margin-top: 20px;
	width: 150px;
	float: left;
	position: relative;
}
#maincol {
	margin-top: 20px;
	background-color: #FFFFFF; 
	float: right;
	display: inline;
	position: relative;
	width: 535px;
	background-color: transparent;
	margin-right: 25px;
}
#footer {
	height: 50px;
	background-color: #FFFFFF;
	clear: both;
	background-image: url(/img/bg-footer.jpg);
	
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* IE Mac fix \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End */
#id2 {
	float: right;
	width: 210px;
	height: 420px;
	margin-left: 20px;
}
/*
	DISPLAY STYLES
*/
form {
	margin: 0;
	display: inline;
}
h1 {
	margin: 0;
	display: none;
}
h2 {
	width: 300px;
	margin-top: 0;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h3 {
	border-bottom: 1px solid #999;
	width: 300px;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 20px 0 10px 0;
	letter-spacing: 1px;
}
p,
dl,
td {
	color: #000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
}
dt {
	text-decoration: underline;
}
dd {
	margin-left: 20px;
}
p.intro {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 12px;
	margin-left: 100px;
}
#id2 p {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 12px;
	line-height: 16px;
	font-style: italic;
}
#id2.cart p {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-style: normal;
}
.GST {
	font-size: 9px;
}
blockquote {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 13px;
	line-height: 17px;
	text-align: justify;
	margin: 0;
}
.caption {
	display: block;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 11px;
	line-height: 12px;
	padding: 5px;
	color: #333;
}
img {
	border: 0;
}
img.logo {
	margin: 50px 0 0 42px;
}
ul {
	margin: 0;
	padding: 0;
	width: 128px;
	margin-left: 34px;
}
ul li {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 10px;
	text-transform: uppercase;
	padding: 6px 0 6px 0;
	list-style: none;
	border-bottom: 1px solid #cbcbcb;
	text-align: center;
}
ul li a {
	text-decoration: none;
	color: #333;
}
ul li a:hover {
	color: #000;
}
.navsel,
a:hover.navsel {
	color: #720000;
	cursor: default;
}
#maincol a:link,
#maincol a:visited,
#maincol a:hover {
	color: #333;
}
#maincol a:hover {
	color: #000;
}