@CHARSET "UTF-8";
@IMPORT url("jquery.live.tree.css");

body {
	background: #121212;
	margin: 0;
	padding: 0;
	font: normal 11px/1.2em Verdana, sans-serif;
}
a {
	color: #bc0002;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;	
}

a.productbox_title {
	color: #555;
}

.container {
	width: 880px;
	margin: 0 auto;	
}

#header {
	height: 109px;
	background: url(../img/header_background.gif) repeat-x;
}
#phoneNumber {
	float: right;
	margin-top: 22px;
	clear: both;
}
#logo {
	display: block;
	float: left;
	width: 278px;
	height: 33px;
	margin: 50px 0 0 0px;
	background: url(../img/logo.gif) no-repeat;
}
#menu {
	position: relative;
}
#mainmenu ul {
	float: right;
	list-style: none;
	clear: right;
	font-size: 14px;
	margin: 0;
	padding: 0;
	margin-top: 27px;
	width: 580px;
	height: 30px;
}
#mainmenu ul li {
	float: right;
	display: inline;
	margin: 0 0 0 35px;
	padding-left: 12px;
	background: url(../img/navigation_arrow.gif) no-repeat 0 50%;
	position: relative;
	direction: ltr;
	z-index: 1001;
}
#mainmenu ul li a {
	color: #bc0002;
	text-decoration: none;
	display: block;
	padding-bottom: 3px;
	border-bottom: solid 1px #000;
}
#mainmenu ul li.active a {
	font-weight: bold;
	color: #fff;
	border-bottom: solid 1px #f00;
}
#mainmenu ul li a:hover {
	color: #fff;
	border-bottom: solid 1px #f00;
}
#mainmenu ul li ul {
    position: absolute;
    width: 160px;
    background: #000;
    padding: 10px 15px;
    top: 20px;
    left: -15px;
    z-index: 1000;
    height: auto;
    margin: 0;
    display: none;
}
#mainmenu ul li ul li {
    font-size: 11px;
    /*color: #333;*/
    padding: 5px 0 5px 10px;	
    border-top: dotted 1px #333;
    float: none;
    position: static;
    width: auto;
    height: auto;
    display: block;
    margin: 0;
}
#mainmenu ul li ul li.first {
    border-top: none;	
}
#mainmenu ul li ul li a {
    display: inline;
    color: #BC0002 !important;
    font-weight: normal !important;
    float: none;	
    border-bottom: none !important;
}
#mainmenu ul li ul li a:hover {
    display: inline;
    color: #fff !important;  
}


#lead {
	padding-top: 17px;
	height: 280px;
	background: url(../img/lead_background.gif) repeat-x;
}
#pageLead {
	padding: 13px;
	width: 269px;
	height: 240px;
	background: url(../img/lead_lighter_background.gif) repeat-x;
	color: #fff;
	float: left;
}
#pageLead h1 {
	font: normal 18px/1.2em Arial, sans-serif;
	margin: 0 0 20px 0;
}
#pageLead p {
	margin: 0;
}
#slideShow {
	width: 405px;
	height: 259px;
	background: url(../img/slideshow_background.gif) no-repeat;
	/*margin-left: 303px;*/
	position: absolute;
	top: 126px;
	left: 50%;
	margin-left: -137px;
	padding-top: 6px;
}
#slideShowControllers {
	position: absolute;
	width: 393px;
	left: 350px;
	top: 223px; 
	z-index: 100;
}
#slideShowControllers img {
	cursor: pointer;	
}
#slideShow ul {
	width: 393px;
	height: 253px;
	overflow: hidden;
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
#slideShow ul li {
	margin: 0;
	padding: 0;
	width: 393px;
	height: 253px;
}
#slideShow ul li a {
	display: block;
	width: 393px;
	height: 38px;
	padding-top: 215px;
	text-decoration: none;	
}
#slideShow ul li span {
	display: block;
	background: url(../img/slideshow_opaque_background.png) repeat;
	padding: 10px;
	font: normal 18px/1em Arial, sans-serif;
	color: #000;
}
* html #slideShow ul li span {
	background: #fff;
	filter: alpha(opacity=70);	
}

#rightModule, #newsModule {
	padding: 13px;
	width: 138px;
	height: 240px;
	background: url(../img/lead_lighter_background.gif) repeat-x;
	color: #fff;
	float: right;	
}
#rightModule h2 {
	font-size: 14px;
	margin: 0 0 20px 0;
	font-weight: normal;
}
#rightModule p, #newsModule p {
	margin: 0;
	font-size: 12px;
	line-height: 1.2em;
}

#partners {
	height: 80px;
	padding-top: 18px;
	background: url(../img/partners_background.gif) repeat-x;	
}
#oneMinuteChallenge, #oneMinuteChallengeModule {
	float: right;
	width: 180px;
	padding-left: 60px;
	color: #fff;
	background: url(../img/watch.gif) no-repeat 0 0;
}
#oneMinuteChallengeModule {
	background: #000 url(../img/watch.gif) no-repeat 0 0;
}
#oneMinuteChallenge h3, #oneMinuteChallengeModule h3 {
	font: normal 14px/1.2em Verdana, sans-serif;
	margin: 0;
}
#oneMinuteChallenge p, #oneMinuteChallengeModule p {
	font: normal 12px/1.2em Verdana, sans-serif;
	margin: 0;
	color: #c3c3c3;
}
#oneMinuteChallenge a, #oneMinuteChallengeModule a {
	color: #f00;
}

#content {
    /* important for fck */
    background: #fff;	
}

#mainArea {
	padding: 20px 0 40px;
	background: #fff url(../img/content_background.gif) repeat-x 0 100%;
	overflow: auto;
	width: 100%;
	min-height: 200px;
	font: normal 13px Verdana, Arial, sans-serif;
}
#mainArea h1 {
	font: bold 18px/1.2em Arial, sans-serif;
	color: #b20202;	
}
#mainArea .twoCols #leftCol {
	width: 226px;
	margin-right: 20px;
	float: left; 
}
#usefulLinksHeader {
	background: url(../img/useful_links_header.gif) no-repeat;
	padding: 7px 37px 8px 37px;
	font: normal 16px/1em Verdana, sans-serif;
	color: #850203; 
}
#usefulLinksContents, #usefulLinksModule {
	background: url(../img/useful_links_background.gif) no-repeat;
	padding: 16px;
	height: 355px;
}
#usefulLinksContents a, #usefulLinksModule a {
	color: #004463;
	text-decoration: underline;
	line-height: 24px;
}

#productCategories .row {
	height: 215px;	
}
#productCategories .row div {
	float: left;
	width: 148px;
	margin-right: 13px;
}
* html #productCategories .row div {
	margin-right: 2px;	
}
#productCategories .row div.cell4 {
	margin-right: 0;	
}
#productCategories .header {
	height: 25px;
	padding-top: 8px;
	background: url(../img/product_category_header.gif) no-repeat;
	text-align: center;
	color: #555;
	font-size: 12px;
}
#productCategories .header.smallerText {
	font-size: 11px;	
}
#productCategories .image {
	height: 123px;
	padding: 6px 0 6px 6px;
	background: url(../img/product_category_background.gif) no-repeat;
}
#productCategories .image img {
	border: solid 1px #fff;
}
#productCategories .readMore {
	text-align: center;
}

#contactData {
	margin-top: 20px;
	clear: both;
	position: relative;
	height: 61px;
	background: url(../img/contact_info_background.gif) no-repeat;
	font-size: 11px;
	color: #797979;
}
#contactData a {
	color: #797979;	
}
#contactDataLeft {
	position: absolute;
	left: 15px;
	top: 18px;
}
#contactDataCenter {
	position: absolute;
	left: 270px;
	top: 18px;
}
#contactDataRight {
	position: absolute;
	left: 570px;
	top: 18px;
}
#contactDataLeftModule,
#contactDataCenterModule,
#contactDataRightModule {
	background: #efefef;
    font-size: 11px;
    color: #797979;   	
}

#footer {
	background: url(../img/footer_background.gif) repeat-x;
	padding: 18px 0;
	height: 8px;
}
#footer #copyright, #copyrightModule {
	color: #c40000;
	float: left;
	width: 300px;
}
#footer #footerMenu {
	float: right;
	width: 400px;
}
#footer #footerMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}
#footer #footerMenu li {
	float: right;
	display: inline;
	margin: 0 0 0 18px;
}
#footer #footerMenu a {
	color: #b0b0b0;
	text-decoration: none;
}
#footer #footerMenu a:hover {
	color: #fff;
}

.contextMenuIcon {
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    width: 18px;
    height: 18px;
    border: 0;
    background: white;
    display: inline;
}
.contextMenu {
    border: solid 1px #1592e9;
    padding: 4px;
    display: none;
    position: absolute;
    top: 5px;
    left: -1px;
    background-color: #fff !important;
    width: 140px;
    font-size: 11px;
    z-index: 100;
    color: #1592E9;
}
.contextMenu a {
    display: block; 
}
.contextMenu a:first {
    font-weight: bold;  
}

div.label {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 0.25em;
}
div.input.text, div.input.textarea, div.submit {
    margin-top: 2em;
}
div.input.text input {
    width: 250px;	
}
div.input.textarea textarea {
    width: 400px;
    height: 100px; 
}
label {
    font-weight: bold;
    display: block;
    font-size: 12px;
}
#flashMessage {
    margin: 2em 0 2em;
    color: red;
    font-size: 14px;
}

.dmsFileDescription {
    padding: 10px 65px; 
    background: url(/img/admin/icons/64/page.png) no-repeat 0 10px;
    position: relative;    
    border-bottom: dotted 1px #ccc;
    width: 500px;
    min-height: 60px;
}
.dmsFileDescription a  {
	text-decoration: none;
	color: #777;
}
.dmsFileDescription .extension {
    position: absolute;
    width: 44px;
    background: #ccc;
    color: #fff;
    font: bold 14px/1.2em Arial, sans-serif;
    text-transform: lowercase;
    text-align: center;
    top: 40px;
    left: 10px;
}
.dmsFileDescription .name {
    font-size: 14px;
    font-weight: bold;
}
.dmsFileDescription .mimeAndSize,
.dmsFileDescription .lastChange {
    color: #777;
    font-size: 10px;
    font-weight: normal;    
}
.dmsFileDescription .description {
    padding: 3px 0;
    width: 400px;
    font-size: 13px;
}

#folderList {
    float: left;
    width: auto !important;
    font-size: 10px;
}
#folderList ul {
    margin-left: 0 20px;
    padding: 0;
    list-style: none;
}
#folderList li {
    background: url(/img/folder.gif) no-repeat 0 2px;
    padding: 2px 20px;	
}
#folderList a {
    text-decoration: none;
    color: #222;	
}
#folderList a:hover {
    color: #aaa;	
}
#folderList #fileSearch {
    border: dotted 1px #222;
    padding: 10px;	
}
#folderList #fileSearch label {
    margin-bottom: 0.25em;	
    text-transform: capitalize;
}
#folderList #fileSearch input.text {
    border: solid 1px #aaa;
    padding: 2px;
    width: 150px;
}
#fileList {
    float: left;
    padding-left: 15px;
}
#fileList h3 {
    margin-top: 0;
    border-bottom: solid 1px #aaa;
    padding-bottom: 3px;	
}