/* @group reset */

/* v1.0 | 20080212 */

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: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group Structure */

body {
	background: #883598 url(/images/bg.jpg) repeat-x left top;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Helvetica, Arial, Geneva, sans-serif;
}

#frame {
	width: 45em;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	border: 1px solid #303;
}

#main {
	clear: both;
}

.content {
	margin: 20px;
	height: auto;
}

/* @end */

/* @group Header */

#header {
	width: 45em;
	margin: 0 auto;
	text-align: left;
	background: url(/images/virtual_village_logo.gif) no-repeat left top;
	height: 129px;
	padding: 0;
}

#header h1 {
	margin: 0;
	padding: 58px 0 0 98px;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	width: 12em;
	float: left;
}

#header h1 span {
	float: left;
	width: 260px;
	padding-left: 5px;
	font-size: 12px;
	color: #dea5d4;
}

#lang_select {
	font-size: 11px;
	margin-top: 10px;
	margin-right: 10px;
	float: right;
	display: block;
}

#lang_select label {
	color: #fff;
}

#lang_select select {
	font-size: 11px;
	border-width: 1px;
}

/* @end */

/* @group Main Menu */

#mm {
	
}

#mm ul {
	background: #883598 url(/images/mm.jpg) repeat-x left center;
	width: 100%;
	border-bottom: 1px solid #303;
	display: block;
	overflow: hidden;
}

#mm ul li {
	float: left;
	border-top: 1px solid #fff;
	border-right: 1px solid #303;
	border-left: 1px solid #fff;
}

#mm ul li.sku {
	float: none;
	text-align: right;
	color: #fff;
	font-size: .9em;
	padding: 14px 13px 14px 0px;
	border-right: none;
	border-left: 1px solid #fff;
	display: block;
	
}

#mm ul li a {
	padding: 13px 11px 12px 11px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	font-size: 1.1em;
}

#mm ul li a:hover {
	background: #ddd url(/images/mm_up.gif) repeat-x left center;
	color: #333;
}

#mm ul li a.selected {
	background: #ddd url(/images/mm_up.gif) repeat-x left center;
	color: #333;
}

/* @end */

/* @group Content */

.content h1 {
	color: #883598;
	font-size: 24px;
}

.content h2 {
	color: #606;
	border-bottom: 1px solid #999;
	padding-bottom: 5px;
	font-size: 1.1em;
	font-weight: normal;
	margin-top: 25px;
}

.content p, div.vcard {
	color: #333;
	margin-top: 10px;
	line-height: 1.6em;
	font-size: .8em;
}

.content ul li {
	color: #444;
	font-size: 13px;
	line-height: 20px;
	margin-left: 30px;
	list-style-type: disc;
	list-style-position: outside;
}

hr.vv_line {
	border-bottom: 1px solid #FFFFFF;
	border-style: solid none;
	border-top: 1px solid #660066;
	clear: both;
	margin-bottom: 25px;
	margin-top: 25px;
}

.vv_box {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 33%;
	display: inline-block;
}

.right_box {float: right;}

.vv_box h3 {
	color: #660066;
	font-size: 14px;
	font-weight: normal;
	margin: 5px 0px 0px 10px;
	padding: 0pt;
	text-transform: uppercase;
}

.vv_box ul {
	margin: 10px 0px 10px 20px;
	padding-left: 10px;
}
.vv_box ul li {
	color: #333333;
	margin-left: 0px;
}
.vv_quote {
	color: #FF9933;
	display: block;
	font-size: 24px;
	line-height: 35px;
	margin-left: 0px;
}
.vv_quote span strong {
	color: #FF6600;
}

/* @end */

/* @group Workflow */

ul.workflow_mini {
	background: url(/images/workflow_mini.jpg) no-repeat left top;
	height: 60px;
	margin: 0;
	padding: 0;
}

ul.workflow_mini li {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 155px;
	float: left;
	display: inline;
}

.workflow_mini a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 24px;
	width: 135px;
	margin-right: 17px;
	text-align: center;
	padding-top: 20px;
}

.workflow_mini a:hover {
	text-decoration: underline;
}

.content dl dt {
	color: #606;
	font-weight: bold;
	margin-top: 20px;
}

.content dl dd {
	color: #333;
	font-size: .9em;
}

/* @end */

/* @group Footer */

#footer {
	border-top: 1px solid #999;
	margin-right: 1em;
	margin-left: 1em;
	clear: both;
	margin-top: 1em;
}

#footer p {
	color: #999;
	margin-bottom: 1em;
	margin-top: .5em;
	font-size: .8em;
}

#footer a {
	color: #000;
	text-decoration: underline;
}

#footer a:hover {
	color: #000;
	text-decoration: underline;
}

/* @end */