/* @group 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 {
	font-family: "Myriad Pro", "Myriad", "Lucida Grande", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

del {
	text-decoration: line-through;
}

ins {
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	line-height: 1;
}

/* @end */

/* @group Global */

div.spacer {
	clear: both;
	height: 1px;
}

/* @end */

/* @group Body */

body {
	background-image: url("/storage/images/bg_main.gif");
	background-repeat: repeat-x;
}

body.home {
	background-image: url("/storage/images/bg_home.gif");
	background-repeat: repeat-x;
}

/* @end */

/* @group Wrapper */

#wrapper {
	margin: auto;
	width: 920px;
	padding: 0px 40px 0px 40px;
}

/* @end */

/* @group Header */

#header ul a:hover {
	color: #FF8000;
}

#header ul a {
	color: #0066B3;
	text-decoration: none;
	padding: 5px 5px 0px 5px;
	margin-left: 10px;
}

#header li {
	float: right;
	display: inline;
	margin-left: 10px;
}

#header ul {
	margin: 40px 20px 0px 0px;
	float: right;
}

#header {
	height: 95px;
}

#header img {
	float: left;
}

#header ul a.active {
	border-top: 2px solid #ff8000;
	font-weight: bold;
}

/* @end */

/* @group Left Banner */

#left_banner {
	color: #fff;
	width: 400px;
	height: 159px;
	overflow: hidden;
	float: left;
	padding: 40px 40px 40px 0px;
}

#left_banner h1 {
	font-size: 150%;
}

#left_banner p {
	margin: 10px 0px;
}

/* @end */

/* @group Right Banner */

#right_banner img {
	margin: 34px 0px 0px 40px;
}

#right_banner {
	width: 480px;
	height: 239px;
	overflow: hidden;
	float: right;
}

/* @end */

/* @group Submenu */

div#submenu {
	float: left;
	width: 100%;
	height: 47px;
}

/* @end */

/* @group Content */

div#content {
	float: left;
	width: 100%;
}

#content div.login_vendor div.vendor_details {
	padding-left: 250px;
}

#content div.login_vendor img {
	float: left;
}

div#submenu {
	color: #fff;
	font: 20px/47px "Lucida Grande", Lucida, Verdana, sans-serif;
	overflow: hidden;
	text-align: center;
}

#content div.login_vendor {
	padding-top: 30px;
	padding-bottom: 30px;
}

#content div.login_vendor div.vendor_details h1 {
	font: small-caps bold 20px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: -6px;
}

#content div.login_vendor div.vendor_details h2 a {
	color: #ff7c00;
	font-size: 10px;
}

#content div.login_vendor div.vendor_details p {
	padding-top: 10px;
	padding-bottom: 10px;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#content div.login_vendor div.vendor_details ul li {
	list-style-type: disc;
	margin: 0 0 5px 30px;
	font-size: 11px;
}

#content div.login_vendor div.vendor_details ul {
	margin: 0 0 15px 0;
}

/* @end */