/*-------------------------------------------

           Title:  QualityXHTML
           Usage:  Global Layout
           Author:  QualityXHTML Team

---------------------------------------------*/


/*====================TOC====================

                1. Contact Us
                2. Contact Form
                3. Order

=============================================*/



/* 1. Contact Us
---------------------------------------------*/
#contactus {
	padding: 17px 0 7px 27px;
	width: 512px;
	}

#contactus h2 {
	color: white;
	font-weight: normal;
	font-size: 1.5em;
	}

#contactus p {
	margin-top: 10px;
	margin-bottom: 20px;
	color: #EEE;
	line-height: 1.5em;
	}

#contactus p a {
	color: #CAA166;
	border-bottom: 1px solid;
	}

#contactus p a:hover {
	border: none;
	text-decoration: none;
	}
	
#contactus ul {
	margin-top: 19px;
	padding-left: 7px;
	}

#contactus ul li {
	margin-bottom: 20px;
	padding-left: 12px;
	color: #EEE;
	background: url(../images/bullets_bg.gif) no-repeat 0 6px;
	}

#contactus ul li abbr {
	border-bottom: 1px solid;
	color: #9BC5B7;
	}

#contactus ul li em {
	border-bottom: 1px solid;
	color: #9BC5B7;
	font-style: normal;
	}

#contactus ul li em abbr {
	border: 0;
	}

	
/* 1. Contact Form
---------------------------------------------*/
.contactform {
	padding: 15px 0 20px 29px;
	background: url(../images/main_2rd_bg.png) no-repeat top left;
	width: 512px;
	}

html:not(:first-of-type) .contactform {
	width: 519px;
	}

.contactform p {
	margin-bottom: 15px;
	color: #EEE;
	line-height: 1.5em;
	}

.contactform p em {
	font-weight: bold;
	}

.contactform p a {
	color: #CAA166;
	border-bottom: 1px solid;
	}

.contactform p a:hover {
	border: none;
	text-decoration: none;
	}
	
.contactform label {
	margin-bottom: 5px;
	font-size: 12px;
	color: #CAA166;
	line-height: 1.5em;
	float: left;
	clear: left;
	}
	
.contactform input {
	width: 300px;
	margin-bottom: 10px;
	border: 0;
	background: #212121;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: white;
	line-height: 1.5em;
	padding: 8px;
	float: left;
	clear: both;
	}
	
.contactform textarea {
	width: 480px;
	margin-bottom: 10px;
	border: 0;
	background: #212121;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: white;
	line-height: 1.5em;
	padding: 10px;
	float: left;
	clear: both;
	}
	
.contactform button {
	border: 0;
	background: #212121;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: white;
	line-height: 1.5em;
	padding: 8px;
	float: left;
	clear: both;
	}

.contactform .sorry {
	color: #e05151;
	line-height: 1.5em;
	font-weight: bold;
	text-decoration: underline;
	font-size: 14px;
	}
	
.contactform .thankyou {
	color: #a2b816;
	line-height: 1.5em;
	font-weight: bold;
	font-size: 14px;
	}


/* 3. Order
---------------------------------------------*/
#order {
	position: absolute;
	top: 46px;
	right: 0 !important;
	right: -1px;
	padding: 18px 20px 0;
	width: 257px;
	height: 100% !important;
	height: 1500px;
	background: url(../images/extra_bg.gif) repeat-y;
	text-shadow: #252525 0 1px 1px;
	}

#order * {
	position: relative;
	z-index: 5;
	}

#order h3 {
	margin-bottom: 22px;
	color: white;
	font-weight: normal;
	font-size: 1.5em;
	}

#order p {
	margin-bottom: 15px;
	width: 225px;
	color: white;
	font-size: 0.75em;
	line-height: 1.5em;
	}

#order p em {
	color: #CBA267;
	font-style: normal;
	font-weight: bold;
	}
	
#order p em a {
	color: #e7c79a;
	}
	
#order ul {
	padding-top: 6px;
	width: 245px;
	height: 124px;
	background: url(../images/order_ul_bg.png) no-repeat 0 6px;
	}

#order ul li {
	float: left;
	width: 100%;
	padding-bottom: 8px;
	}

#order ul li a {
	float: left;
	display: inline;
	width: 100%;
	height: 28px;
	overflow: hidden;
	text-indent: -500em;
	}

#order div.extra-1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 297px;
	height: 399px;
	background: url(../images/extra_base_bg.jpg) no-repeat top left;
	}