html
{
	background: #dde1e8;
}

body
{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10pt;
	margin:0;
	padding:0;
}

a img
{
	border: none;
}

a
{
	color: #ff8a00;
}

#header
{
	float:left;
	width:100%;
	background: white;
}

.header_content
{
	padding: 10px;
}

#header img
{
	float: left;
	margin-right: 20px;
}

.menu
{
	margin-left: 290px;
}

.menu ul
{
	background: #cccccc url(../img/menu_bg_fade.png) repeat-x 10px 0;
	float:left;
	width:100%;
	padding: 3px 0 3px 0;
}

.menu li
{
	display: inline;
	list-style: none;
	margin: 0 15px 0 0;
	position: relative;
}

.menu a
{
	text-decoration: none;
	color: #333333;
	font-size: 12pt;
	padding: 5px 15px 5px 15px;
}

.menu a:hover
{
	background-color:#aaaaaa;
}

.menu .corner
{
	display:none;
}

.menu li.highlight .corner, .menu li:hover .corner
{
	width: 5px;
	height: 5px;
	position: absolute;
	background: #ffffff url(../img/corner_sprites.png);
	display:inherit;
}

.menu li .bl, .menu li:hover .bl
{	
	left:0;
	bottom:-5px;
	background-position: 0px 15px;
}

.menu li .tr, .menu li:hover .tr
{	
	right:4px;
	top:-8px;
	background-position: 15px 0;
}

.menu li.highlight .bl, .menu li.highlight:hover .bl
{
	background-position: 10px 15px;
}
 
.menu li.highlight .tr, .menu li.highlight:hover .tr
{
	background-position: 5px 0;
}

.highlight a, .menu a.highlight:hover, .secondarymenu a.highlight:hover
{
	background-color: #3876e8;
}

.highlight ul a
{
	background-color:transparent;
}



.divider
{
	width:100%;
}

#footer
{
	text-align: right;
	padding: 10px;
	clear: both;
}

#content_holder
{
	padding: 0 10px 10px 10px;
}

.secondarymenu
{
	width: 190px;
	border-top:solid 1px #aaaaaa;
	float: left;
	margin-top: 10px;
}

.secondarymenu ul
{
	padding: 0px;
	margin: 0px;
}

.secondarymenu ul ul
{
	margin-left: 15px;
	/*border-top:solid 1px #aaaaaa;*/
}

.secondarymenu li
{
	list-style: none;
	width: 100%;
}

.secondarymenu a
{
	width: 100%;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 5px 0 5px 5px;
	border-bottom: dashed #aaaaaa 1px;
}

.secondarymenu a:visited
{
	color: #000000;
}

.secondarymenu a:hover
{
	background-color:#cccccc;
}

#content
{
	margin-left: 220px;
}

#footer
{
	margin-top: 20px;
}

.footermenu
{
	text-align: center;
	background: #cccccc url(../img/menu_bg_fade.png) repeat-x 10px 0;
}

.footermenu ul
{
	padding:5px;
}

.footermenu a
{
	color: #000000;
}

.footermenu li
{
	display: inline;
	list-style: none;
}

#breadcrumb, #breadcrumb a, #breadcrumb a:visited
{
	color: #666666;
}

#breadcrumb ul
{
	padding: 0;
}

#breadcrumb li
{
	display:inline;
	list-style: none;
}

.promobox
{
	width: 49%;
	border: solid 1px #666666;
	height: 100%;
	position: relative;
}

.box1
{
	float: left;
}

.box2
{
	float: right;
}

.promoboxTitle
{
	background-color: #3876e8;
	padding: 5px;
}

.promoboxTitle h3
{
	margin: 0;
}

.promoboxImage
{
	margin: 10px 0 0 10px;
	float: right;
}

.promoboxBody
{
	margin: 10px;
}

.promobox .corner
{
	width: 5px;
	height: 5px;
	position: absolute;
	background: #ffffff url(../img/corner_sprites_promobox.png);
	display:inherit;
}

.promobox .bl
{
	left:-1px;
	bottom:-1px;
	background-position: 0 15px;
}

.promobox .tr
{
	right:-1px;
	top:-1px;
	background-position: 5px 10px;
}

/* Content styles */
.caption
{
	text-align: center;
}

.code, code
{
	border: solid 1px #3876e8;
	padding: 0 0 0 15px;
	background-color: #aac0e8;
}