/* GENERAL STYLES */
html, body
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: Verdana, Tahoma;
	font-size: 8pt;
	font-weight: normal;
	background-color: #e6e6e6;
}

body
{
	line-height: 1.5em;
}

a:link, a:visited, a:active
{
	color: #464646;
	text-decoration: none; 
}

a:hover
{
	/*color: #660033;*/
	text-decoration: underline; 
	/*font-weight: bold;*/
}

img
{
	border-style: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

input
{
	border: solid 1px #b4b4b4;
	height: 14px;
	font-family: Verdana, Tahoma;
	font-size: 9pt;
	font-weight: normal;
	color: #464646;
}

b, strong
{
	color: #660033;;
}

p
{
	margin: 0;
}

ul
{
	list-style: square;
}

#bg
{
	width: 100%;
	height: 100%;
	background: #e6e6e6 url(/umbraco/../media/20/bg.gif) repeat-x 0px -95px;
}

#maincontainer
{
	width: 770px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

#topsection
{
	margin: 0;
	padding:0;
	background: transparent url(/umbraco/../media/7/logo.gif) no-repeat -5px 20px;
	width: 100%;
	height: 90px; /*Height of top section*/
}

#topsection .innertube
{
	text-align: right;
	padding-top: 20px;
}

#contentwrapper
{
	margin: 0;
	padding: 0;
margin-bottom: -30px;
	float: left;
	width: 100%;
}

#contentcolumn
{
	border-top: solid 1px #b4b4b4;
	margin-left: 270px; /*Set left margin to LeftColumnWidth*/
        margin-bottom: 60px;
}

#home .innertube
{
	margin: 0;
	padding: 0;
	width: 225px;
}

#contentcolumn .homecolumn
{
	float: right;
	margin: 0 0 0 20px;
	width: 225px;
}

#contentcolumn .title
{
	font-size: 12pt;
	color: #660033;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 10px;
}

#contentcolumn .title img
{
	margin-top: 10px;
}

#contentcolumn p
{
	margin: 0;
}

#contentcolumn .sectiontitle
{
	text-align: right;
	font-size: 11pt;
	color: #464646;
	font-weight: bold;
	margin-top: 22px;
	margin-bottom: 10px;
}

#contentcolumn .details .title
{
	margin-bottom: 30px;
}

#contentcolumn .subtitle
{
	font-size: 9pt;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}

#contentcolumn .innertube
{
	margin: 0;
	padding: 0;
}


#breadcrumb
{
	margin-top: 4px;
	margin-bottom: 3px;
}

#breadcrumb ul, #breadcrumb ul li
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#leftcolumn
{
	float: left;
	width: 220px; /*Width of left column*/
	margin-left: -770px; /*Set left margin to -(MainContainerWidth)*/
}

#leftcolumn .innertube
{
	margin: 20px 0px 20px 0px;
}

#leftcolumn .details
{
	margin-top: 72px;
	line-height: normal;
}

#footer
{
	border-top: solid 1px #b4b4b4;
	color: #8c8c8c;
	clear: left;
	width: 100%;
	padding: 3px 0 0 0;
	margin: 0px 0 0 0;
	background: transparent url(/umbraco/../media/25/logo_footer.gif) no-repeat top right;
	font-size: 7pt;
	font-weight: bold;
}

#footergray
{
	border-top: solid 1px #b4b4b4;
	color: #8c8c8c;
	clear: left;
	width: 100%;
	padding: 3px 0 0 0;
	margin: 20px 0 0 0;
	background: transparent url(/umbraco/../media/30/logo_footer_gray.gif) no-repeat top right;
	font-size: 7pt;
	font-weight: bold;
}


#topmenu
{
	height: 40px;
}

#menu ul
{
	margin: 25px 0 10px 0;
	padding: 0;
	list-style: none;
}

#menu ul a
{
	color: #464646;
	height: 18px;
	display: block;
	border-bottom: solid 1px #b4b4b4; 	
	padding: 5px 0 3px 15px;
}

#menu ul a.last
{
	border-style: none;
}

#highlights
{
	padding-top: 5px;
	padding-bottom: 15px;
	background-color: #660033;
	color: #ffffff;
	line-height: normal;
}

#highlights p
{
	margin: 10px 10px 5px 15px;
}

#highlights a
{
	color: White;
}

.level0
{
	color: #000000;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 8px;
}

.level1
{
	color: #464646;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 6px;
}

.level2 
{
	margin: 5px 0 10px 0;
	color: #8c8c8c;
	font-weight: bold;
	padding-left: 15px;
}

.level2 a
{
	color: #8c8c8c;
}

.floatclear
{
	clear: both;
}

.product
{
	padding-left: 150px;
}

.product table
{
	/*width: 325px;*/
	border-collapse: collapse;
}

.product td
{
	border: 1px solid #444444;
	padding: 2px 4px 2px 4px;
}

.product img
{
	margin-left: -150px;
	float: left;
}


/* EDITOR PROPERTIES */
bbb {
font-weight: bold;
}

