/*                        CSS RESET
**************************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	font-size: 100.01%;
	font-weight: normal;
	background: transparent;
}
strong	{
	font-weight: bold;
}
cite, em	{
	font-style: italic;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
textarea {
	overflow: auto;
}
input {
	margin: 0;
	padding: 0;
	border: 0px solid white;
}
button, select, textarea, button, input	{
	font-size: 100.01%;
	font-family: inherit;
}

/*                        BASE STYLES
**************************************************************/

body	{
	min-width: 990px;
	font: 62.5% Arial, Helvetica, sans-serif;
	background: url(../images/bg_body.jpg) no-repeat center top;
}

/*                        PAGE LAYOUT
**************************************************************/

#wrap	{
	width: 944px;
	padding: 0 5px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#header	{
	height: 242px;
}
#intro	{
	height: 540px;
	padding-left: 342px;
}
#content	{
	padding-bottom: 50px;
}
#main	{
	float: left;
	width: 620px;
	padding: 75px 20px 0 17px;
}
#sidebar	{
	float: right;
	width: 287px;
}

/*                         TYPOGRAPHY
**************************************************************/

h2	{
	color: #c00;
	font-size: 1.4em;
	line-height: 17px;
	font-weight: bold;
}

a:focus,
a:hover     { color: #000; text-decoration: none; }
a           { color: #000; text-decoration: none; }

/*                        GLOBAL STYLES
**************************************************************/

a, a:visited, a *, a:visited *, button, label	{
	cursor: pointer;
}
.inv	{
	height: 0;
	display: block;
	overflow: hidden;
}
.clear	{
	clear: both;
}
.bg	{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

/*                        HEADER STYLES
**************************************************************/

#header h1, #header p	{
	height: 140px;
	overflow: hidden;
	text-indent: -9000px;
}
#header p	{
	height: 102px;
}

/*                        INTRO STYLES
**************************************************************/

#intro p.img	{
	float: right;
	width: 197px;
	height: 250px;
	position: relative;
	margin: 0 -5px 0 -50px;
}
#intro p.img span	{
	top: 0;
	left: 0;
	width: 197px;
	height: 250px;
	display: block;
	position: absolute;
	background: url(../images/bg_img_frame.png) no-repeat 0px 0px;
}
#intro p.img img	{
	display: block;
}
#intro p.headline	{
	color: #caab71;
	font-size: 5.5em;
	line-height: 55px;
	margin-bottom: 22px;
}
#intro li	{
	color: #d71921;
	font-size: 2.5em;
	line-height: 25px;
	padding-left: 17px;
	background: url(../images/bg_intro_li.png) no-repeat 3px 9px;
}
#intro p.sig	{
	float: right;
	clear: right;
	color: #caab71;
	margin-top: 7px;
	font-size: 3.25em;
	line-height: 30px;
	text-align: right;
}
#intro p.sig span	{
	color: #fff;
	font-size: 1.35em;
}
#intro p.res	{
	color: #d71921;
	font-size: 2.5em;
	line-height: 20px;
	margin-bottom: 100px;
	padding: 40px 0 0 17px;
}
#intro p.res br	{
	display: none;
}
#intro p.res span	{
	color: #fff;
	display: block;
	margin-top: -2px;
	font-size: 0.8em;
}
#intro p.detail	{
	color: #000;
	font-size: 1.5em;
	line-height: 20px;
	font-weight: bold;
}

/*                        CONTENT STYLES
**************************************************************/

div.ordernow	{
	width: 262px;
	height: 245px;
	margin: 0 auto;
	background: url(../images/bg_order_now.png) no-repeat 0px 0px;
}
div.ordernow p	{
	height: 152px;
	overflow: hidden;
	text-indent: -9000px;
}
div.ordernow form	{
	display: block;
}
div.ordernow input.hid	{
	display: none;
}
div.ordernow button, div.ordernow button:active	{
	margin: 0;
	padding: 0;
	border: none;
	height: 54px;
	width: 240px;
	outline: none;
	display: block;
	overflow: hidden;
	background: none;
	margin: 0 0 0 4px;
	text-indent: -9000px;
}
div.ordernow button span	{
	display: block;
	overflow: hidden;
	text-indent: -9000px;
}
#content p	{
	color: #333;
	font-size: 1.4em;
	line-height: 17px;
}

/*                        MAIN STYLES
**************************************************************/

#main h2	{
	margin-bottom: 17px;
}
#main p	{
	text-align: justify;
	margin-bottom: 17px;
}
#main p.last	{
	margin-bottom: 5px;
}
#main p big	{
	color: #c00;
	font-weight: bold;
}
#main div.ordernow p	{
	margin-bottom: 0;
}

/*                       SIDEBAR STYLES
**************************************************************/

#sidebar div.ordernow	{
	float: left;
	margin: -127px 0 0 21px;
}
#reviews	{
	clear: both;
	height: 575px;
	padding: 15px 14px 0 18px;
	background: url(../images/bg_sidebar.png) no-repeat 0px 0px;
}
#reviews h3	{
	color: #900;
	font-size: 1.8em;
	line-height: 22px;
	text-align: center;
	margin-bottom: 15px;
}
#reviews p	{
	font-size: 1.2em;
	line-height: 16px;
	text-align: justify;
}
#reviews p.end	{
	margin-bottom: 16px;
}
#reviews span.stars	{
	width: 56px;
	height: 12px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/bg_stars.png) no-repeat left top;
}


