﻿/*-------------------------------------------

           Title:  QualityXHTML
           Usage:  Global Layout
           Author:  QualityXHTML Team

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


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

                1. Provide
                2. More
                3. Order

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



/* 1. Provide
---------------------------------------------*/
#provide {
	padding: 17px 0 7px 27px;
	width: 512px;
	}

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

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

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

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

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

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

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

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


/* 2. More
---------------------------------------------*/
#more {
	padding: 25px 0 13px 29px;
	background: url(../images/main_2rd_bg.png) no-repeat top left;
	width: 512px;
	}

#more h3 {
	margin: 0 0 13px -2px;
	color: white;
	font-weight: normal;
	font-size: 1.5em;
	}

#more p {
	margin-bottom: 24px;
	color: #EEE;
	line-height: 1.5em;
	}

#more p em {
	font-style: normal;
	}

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

#more p a:hover {
	border: none;
	text-decoration: none;
	}


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

#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;
	}