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

           Title:  QualityXHTML
           Usage:  Global Layout
           Author:  QualityXHTML Team

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


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

                1. Testimonials
                2. Intro
                3. Order

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



/* 1. Testimonials
---------------------------------------------*/
.testimonial {
	padding: 15px 0 5px 29px;
	background: url(../images/main_2rd_bg.png) no-repeat top left;
	width: 512px;
	}

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

.testimonial p {
	margin-bottom: 15px;
	color: #b0ae9c;
	font-size: 12px;
	line-height: 1.5em;
	}

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

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

.testimonial p a:hover {
	border: none;
	text-decoration: none;
	}


/* 2. Intro
---------------------------------------------*/
#intro {
	padding: 17px 0 7px 27px;
	width: 512px;
	}

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

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

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

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

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

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

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

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


/* 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;
	}