/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr,acronym{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
html, body, form {width:100%; height:100%;}


body {
	font:normal .75em/1.2em Arial, Helvetica, sans-serif;
	background:#fff;
	color:#333;
	overflow-y:scroll;
}

* html body {overflow:visible;}
*+html body {overflow:visible;}

a {
	text-decoration:underline;
	font-weight:bold;
	color:#333;
}
a:hover {text-decoration:none;}

p, h2 {margin-bottom:10px;}

p.right {text-align:right;}

h1 {
	color:#000;
	font-size:1.8em;
	line-height:1.2em;
	margin-bottom:20px;
}

h2 {
	font-weight:bold;
	font-size:1.3em;
	line-height:1.2em;
}

.promo h2 {font-size:1.25em;}

h3 {
	font-size:1.1em;
	font-weight:bold;
	margin:0 0 10px 0;
}
	

fieldset, fieldset p, label, input, textarea {
	float:left;
}

input, textarea  {
	width:305px;
}

label {
	width:120px;
	margin-right:10px;
	font-weight:bold;
}

fieldset {
	padding:20px 20px 10px;
	background:#e0e0e0;
	margin-bottom:20px;
}

fieldset,
fieldset p {
	width:673px;
}

p.error {color:#f00;}

div#leftCol fieldset div {
	width:315px;
	margin:0 20px 0 0;
}

fieldset div p {
	float:none;
	width:auto;
}

table {
	margin-top:20px;
	width:100%;
}

table input {
	width:auto;
}

th, td 	{padding:10px;}

td {
	border:#e0e0e0 1px solid;
}

th {
	border:#ccc 1px solid;
	background-color:#e0e0e0;
	font-weight:bold;
}

/***/
#container {
	width:965px;
	min-height:100%;
	margin:0 auto;
	padding-right:16px;
}

#container div {
	float:left;
	display:inline;
}

.fullWidth {
	width:965px;	
}

#header {
	margin-bottom:20px;
}

div#logo {
	float:left;
	margin:18px 0 16px 10px;
}

#header p {
	float:left;
	margin:46px 0 0 9px;
	color:#7f7f7f;
	font-weight:bold;
	font-size:1.3em;
	line-height:1em;
}

#header ul {
	width:965px;
	float:left;
	background:#000 url(../image/menu_bg.gif) 0 0 repeat-x;
}

#header ul li, #header ul li a {
	float:left;
}

#header ul li a {
	font-weight:bold;
	color:#fff;
	padding:10px 16px;
	border-right:#fff 2px solid;
	text-decoration:none;
}

#header ul li a:hover, #header ul li a.active {
	background:#bdb1a5 url(../image/menu_bghover.gif) 0 0 repeat-x;
	color:#000;
}

div.border {
	border:#e0e0e0 1px solid;
}

div#leftCol,
div#leftCol div {
	float:left;
	width:713px;
}

div#leftCol {
	margin-right:25px;
}

div#leftCol div {
	margin-bottom:20px;
}

div.promo {
	background:#e0e0e0;
	width:194px;
	padding:16px 16px 6px;
	text-align:center;
	line-height:1.4em;
}

div.promo strong {
	font-size:1.4em;
}

div#leftCol div.review {
	width:681px;
	padding:15px;
	border:#e0e0e0 1px solid;
}

.button {
	background:#000 url(../image/button.gif) 0 50% no-repeat;
	color:#fff;
	font-size:1.1em;
	display:block;	
	width:174px;
	padding:5px 10px;
	text-decoration:none;
	font-weight:normal;
	border:0;
	cursor:pointer;
}

input.button {
	width:194px;
}

div.promo .button {
	text-align:center;
}

p.back {
	width:681px;
	float:left;
	margin:0;
}

p.back a {float:left;}

p.back span {float:right;}

div#leftCol .half {
	width:350px;
}

div#leftCol .half div {
	width:318px;
	border:#e0e0e0 1px solid;
	padding:15px 15px 5px;
}

div#leftCol .half .button  {
	background-image:url(../image/button_large.gif);
	width:298px;
}

#container div.right {
	float:right;
}

#footer {
	margin-top:40px;
	font-size:.85em;
	font-weight:bold;
}