body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#43001F;
}

p#footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	color:#85013D;
}

a {
	color:#87033F;
}

a:hover {
	color:#CA95B1;
}

p#footer a {
	padding-left:10px;
	color:#85013D;
}

p#footer a:hover {
	padding-left:10px;
	color:#CC92B2;
}

h1 {
	font: normal 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

/*----------------------------------------------- home */

table#homeBox {
	margin:0 auto;
	margin-top:10px;
	background:#5C012A;
}

table#homeBox td#top_left {
	width:18px;
	height:18px;
	background:url(img/top_left_violet.jpg) no-repeat;
}

table#homeBox td#top_right {
	width:18px;
	height:18px;
	background:url(img/top_right_violet.jpg) no-repeat;
} 

table#homeBox td#bottom_left {
	width:18px;
	height:18px;
	background:url(img/bottom_left_violet.jpg) no-repeat bottom;
}

table#homeBox td#bottom_right {
	width:18px;
	height:18px;
	background:url(img/bottom_right_violet.jpg) no-repeat bottom;
}

table#homeBox tr td#main {
	width:812px;
	height:532px;
}

/*----------------------------------------------- skel */

table#mainBox {
	margin:0 auto;
	margin-top:10px;
	background:#5C012A;
}

table#mainBox td#top_left {
	width:18px;
	height:18px;
	background:url(img/top_left_violet.jpg) no-repeat;
}

table#mainBox td#top_right {
	width:18px;
	height:18px;
	background:#FFF url(img/top_right_white.jpg) no-repeat;
} 

table#mainBox td#bottom_left {
	width:18px;
	height:18px;
	background:url(img/bottom_left_violet.jpg) no-repeat bottom;
}

table#mainBox td#bottom_right {
	width:18px;
	height:18px;
	background:#FFF url(img/bottom_right_white.jpg) no-repeat bottom;
}

table#mainBox tr td#middle_right {
	background:white;
}

table#mainBox tr td#main {
	width:812px;
	height:532px;
}

div#mainMenu {
 	float:right;
 	width:300px;
	height:302px;
	padding-top:30px;
	background: url("img/logo.jpg") no-repeat top left;
}

a#logo {
	display:block;
	width:250px;
	height:150px;
	margin-left:20px;
	margin-bottom:50px;
}

div#contentBox {
    float:right;
 	width:510px;
	height:532px;
	background:#FFF;
	color:#86023E;
}

div#contentBox p, div#contentBox h1 {
}

a#southsea {
	background:url(img/b_southsea.gif) center -15px no-repeat;
}

a#tahitian {
	background:url(img/b_tahitian.gif) center -15px no-repeat;
}

a#golden {
	background:url(img/b_golden.gif) center -15px no-repeat;
}

a#akoya {
	background:url(img/b_akoya.gif) center -15px no-repeat;
}

a#about {
	background:url(img/b_about.gif) center -15px no-repeat;
}

a#southsea, a#tahitian, a#golden, a#akoya, a#about {
	display:block;
	width:200px;
	height:15px;
	margin-left:30px;
	margin-bottom:4px;
}

a#about {
	margin-top:20px;
}

a#southsea:hover, a#tahitian:hover, a#golden:hover, a#akoya:hover, a#about:hover {
	background-position:center 0px;
}

div#mainBottomMenu {
	margin-top:160px;
	margin-right:30px;
	margin-left:10px;
	border-top:1px solid #8C3A60;
}

a#retailers, a#register, a#contact {
	display:block;
	float:left;
	height:12px;
	margin-top:5px;
}

a#retailers {
	width:80px;
	background:url(img/b_retailers.gif) center -12px no-repeat;
}

a#register {
	width:80px;
	background:url(img/b_register.gif) center -12px no-repeat;
}

a#contact {
	width:80px;
	background:url(img/b_contact.gif) center -12px no-repeat;
}

a#retailers:hover, a#register:hover, a#contact:hover {
	background-position:center 0px;
}

/* ------------------------------------- page */

div#page {
	height:482px;
	padding:25px;
	overflow:auto;
	text-align:justify;
}

/* ------------------------------------ product */

div#product {
	height:497px;
	padding: 10px 0 25px 15px;
}

div#productDescr {
	height:136px;
	padding-top:350px;
}

div#productMenu {
	border-top:1px solid #CD95B3;
}

a#prev, a#next, a.dot, span#prev, span#next, span#dot, a.back, span#back {
	display:block;
	float:left;
	margin-top:6px;
}

a#enquiry, a#info {
	display:block;
	float:right;
	margin-top:6px;
}

a#prev {
	width:80px;
	height:12px;
	margin-right:4px;
	background:url(img/b_previous.gif) no-repeat;
}

a#next {
	width:50px;
	height:12px;
	margin-left:4px;
	background:url(img/b_next.gif) no-repeat;
}

a.back{
	width:138px;
	height:12px;
	margin:20px 0 0 20px;
	background:url(img/b_back.gif) no-repeat;
}

a.dot {
	width:9px;
	height:12px;
	background:url(img/b_dot.gif) no-repeat;
}

a#enquiry {
	width:52px;
	height:12px;
	background:url(img/b_enquire.gif) no-repeat;
}

a#info {
	width:80px;
	height:12px;
	background:url(img/b_moreinfo.gif) no-repeat;
}

span#prev {
	width:80px;
	height:12px;
    margin-right:4px;
	background:url(img/b_previous.gif) no-repeat;
}

span#next {
	width:50px;
	height:12px;
	margin-left:4px;
	background:url(img/b_next.gif)no-repeat;
}

span#back {
	width:138px;
	height:12px;
	margin-left:4px;
	background:url(img/b_back.gif)no-repeat;
}

span#dot {
	width:9px;
	height:12px;
	background:url(img/b_dot.gif) 0 -12px no-repeat;
}

a#prev:hover, a#next:hover, a.dot:hover, a#enquiry:hover, a#info:hover, a.back:hover {
	background-position:0 -12px;
}

div#productInfo {
	height:482px;
	padding: 25px 0 25px 30px;
	background:url(tpl/img/p_default.jpg) no-repeat;
}

img#thumb {
	display:block;
	float:right;
	border:1px solid #540927;
}

/*----------------------------------------------- forms */

input {
	background-color: #FFFFFF;
	font: 11px/14px Arial, Helvetica, sans-serif;
	color: #86023E;
	margin: 4px 0 5px 0px;
	padding: 1px;
	border: 1px solid #86023E;
}

input.submit {
	background-color: #B06E90;
	color: #FFFFFF;
	text-transform: uppercase;
}

input.submit:hover {
	background-color: #5D012A;
	color: #FFFFFF;
}

form {	color: #540927;
}

form.newsletter {
	border: 1px solid #86023E;
	padding: 10px 20px;
	float: left;
	margin: 0 20px 20px 0;
	width: 400px;
	background-color: #FCF8F9;
}

form.newsletter label {
	width: 100px;
	display: block;
	float:left;
	padding-top: 5px;
}

div.contactform {
	border: solid 1px #86023E;
	width: 240px;
	float: right;
	padding: 10px;
	text-align: left;
	margin-top: 50px;
	background-color: #FCF8F9;
}

div.enquiryform {
	width: 450px;
	padding: 10px;
	margin: 10px 0 0 20px;
	text-align: left;
}

/* ------------------------------------ misc */

div#category {
	height:497px;
	padding: 10px 0 25px 15px;
	overflow:auto;
	text-align:justify;
}

div#contact {
	padding: 10px 0 25px 15px;
	background:url(tpl/img/p_default.jpg) no-repeat;
}

div#newsletter {
	padding: 10px 0 25px 20px;
}

.titleimg {
	margin: 50px 0 10px 0;
}

.homeimg {
	margin: 100px 0 170px 120px;
}

a.viewcoll {	
	background:url(img/b_viewcoll.gif) center -53px no-repeat;
	display:block;
	width:124px;
	height:53px;
	margin:20px 0 0 0;
}

a.viewcoll:hover {
	background-position:center 0px;
}

div.enquiryside {
	width: 170px;
	padding: 10px;
	text-align: left;
	color: #B06E90;
	float:right;
}

div.enquiryside p {
	margin-top: 30px;
	text-align: center;
}

div.enquiryside img {
	border: solid 1px #86023E;
}
#login_container{
	width: 800px; height: 600px; margin: 0 auto; background: url('/tpl/img/login_bg.jpg') left top no-repeat;
	color: white;
}
#login_content{
	width: 400px;
	float: right;
	padding-top: 50px;
}
#login_content table{
	color: white;
}
p.error{
	color: red;
}