* {
	margin:0;
	padding:0;
	}

body {
	background:#990000;
	font:68.5%/1.5 Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
}

a img {
	border-width: 0;
	border: none;
	}

#theWrap {	
	width:760px;
	margin:20px auto;
	}

#bodyWrapper {
	background:#fff;
}
/* [+] HEADER ----------------------------------*/
#header {
	background:url(../images/bgHeader.jpg) no-repeat;
	height:146px;
	border-bottom:10px solid #ccc;
}
#logo {
	text-align:right;
	padding:10px 10px 5px 0;
}

/* [+] CONTENT ----------------------------------*/
#content {
	background:url(../images/bgContent.gif) repeat-y;
	min-height:500px;
	padding: 40px 0 20px 0;
	position: relative;
	width: 760px;
}
#rightMenu {
	position: absolute;
	top: 0px;
	right: 0px;
}

#sideBarRight {
	float: right;
	width: 200px;
	margin: 0 15px 20px 20px;
	}
#sideBarRight h4 {
	margin: 0 10px 0 0;
	border-bottom: 1px solid #990000;
	padding-bottom: 3px;
	font-size: 1.2em;
	}
#sideBarRight ul {
	margin: 0 10px 0 0;
	list-style-type: square;
	}
#sideBarRight a {
	text-decoration: none;
	}

#home #content {
	background:url(../images/bgContent.gif) repeat-y;
	min-height:500px;
	padding-top: 60px;
}
/*#home #rightMenu {
	float:right;
	position: relative;
	top: -60px;
}*/

#rightMenu ul {
	margin:0;
	padding:0;
	list-style:none;
}
#rightMenu li {
	float:left;
}

#rightMenu li a {
	padding:5px 10px;
	display:block;
	background:#ccc;
	text-transform:uppercase;
	text-decoration:none;
	border:2px solid #990000;
	border-right:none;
	font-size:1.2em;
	color:#990000;
}
#rightMenu li a:hover {
	background:#9d9d9d;
	border:2px solid #760000;
	border-right:none;
	color:#000;
}

#menu {
	float:left;
	width:148px;
}
#menu ul {
	margin:0;
	padding:0;
	list-style:none;
}
#home #menu ul {
	margin:0;
}
#menu li {
	margin:0 0 15px 18px;
}
#menu li a img {
	height:24px;
	width:127px;
	border:1px solid #990000;
}
#menu li a:hover img {
	border:1px solid #000;
}

#menu li a.botHome img {
	height:24px;
	background:url(../images/botHome.gif) no-repeat top left;
}
#menu li a.botHome:hover img {
	background:url(../images/botHome.gif) no-repeat bottom left;
}
#menu li a.botCatalog img {
	height:83px;
	background:url(../images/botCatalog.jpg) no-repeat top left;
}
#menu li a.botCatalog:hover img {
	background:url(../images/botCatalog.jpg) no-repeat bottom left;
}
#menu li a.botServices img {
	height:83px;
	background:url(../images/botServices.jpg) no-repeat top left;
}
#menu li a.botServices:hover img {
	background:url(../images/botServices.jpg) no-repeat bottom left;
}
#menu li a.botDownloads img {
	height:83px;
	background:url(../images/botDownloads.jpg) no-repeat top left;
}
#menu li a.botDownloads:hover img {
	background:url(../images/botDownloads.jpg) no-repeat bottom left;
}
#menu li a.botNews img {
	height:83px;
	background:url(../images/botNews.jpg) no-repeat top left;
}
#menu li a.botNews:hover img {
	background:url(../images/botNews.jpg) no-repeat bottom left;
}

#mainTxt {
	margin:0 20px 0 180px;
	padding:0 0 20px 0;
	
}
/*#mainTxt img {
	float:right;
	margin:5px;
	border:1px solid #990000;
}*/
#mainTxt ul.menuTxt {
	margin:10px 0 20px 10px;
	padding:0;
	list-style:none;
	width:15em;
}
#mainTxt ul.menuTxt li {
	margin:0.3em 0;
	text-align:right;
}
#mainTxt ul.menuTxt li a {
	width:18em;
	display:block;
	text-decoration:none;
	text-transform:uppercase;
	color:#990000;
	background:#ccc url(../images/bgLinks.gif) repeat-x;
	border:1px solid #990000;
	padding:0.2em 0;
	font-size:1.2em;
}
#mainTxt ul.menuTxt li a span {
	background:#ccc;
	padding:0 0.3em;
}
#mainTxt ul.menuTxt li a:hover {
	color:#000;
	background:#9d9d9d url(../images/bgLinksOn.gif) repeat-x;
	border:1px solid #000;
}
#mainTxt ul.menuTxt li a:hover span {
	background:#9d9d9d;
}
#mainTxt h1 {
	color:#990000;
	background: url(../images/bullet.gif) no-repeat left;
	padding-left:24px;
	text-transform:uppercase;
	font-size:2em;
	margin: 0 0 20px 0;
}
#mainTxt h2 {
	/*background:url(../images/bgLinks.gif) repeat-x;*/
	color:#990000;
	width:14em;
	/*text-align:right;*/
	font-size:1.5em;
}
#mainTxt h2 span {
	background:#fff;
	padding-left:0.2em;
}
#mainTxt ul, #mainTxt ol, #mainTxt dl {
	margin: 15px;
	}
#mainTxt ol p {
	margin-bottom: 0;
	}
#mainTxt ol li {
	margin-bottom: 7px;
	}
#mainTxt ul ul {
	margin: 5px 15px;
	}
#mainTxt p {
	margin: 0 0 15px 0;
	}
#mainTxt dd {
	margin-left: 15px;
	}
#mainTxt dt {
	font-weight: bold;
	}
	
#quicklinks {
	padding: 10px 0;
	}
#quicklinks a {
	color: #fff;
	text-decoration: none;
	}
#quicklinks a:hover {
	color: #fff;
	text-decoration: underline;
	}

blockquote {
	margin: 20px;
	}
blockquote cite {
	display: block;
	margin-top: 5px;
	}
	
.rssChannel {
	font-size: 1.2;
	font-weight: bold;
	margin-bottom: 15px;
	}
.rssItem a {
	text-decoration: none;
	background: transparent url(../images/icon-arrow.gif) no-repeat 0% 4px;
	padding-left: 15px;
	}
.rssItem a:hover {
	text-decoration: underline;
	}


#boxOffer {
	border: 1px solid #990000;
	background: #EBEBEB;
	float: left;
	width: 359px;
	margin-right: 10px;
	min-height: 180px;
	}
#boxInner {
	padding: 10px;
	}
#boxInner img {
	float: right;
	margin: 0 0 10px 10px;
	}
#boxOrder {
	min-height: 180px;
	border: 1px solid #990000;
	width: 173px;
	float: right;
	background: transparent url(../images/bg-offers-online.jpg) repeat top left;
	}
#boxOrder #boxInner {
	padding-top: 90px;
	}
	
	
#catalog #mainTxt img {
	border: 1px outset #f1f1f1;
	padding: 1px;
	margin: 0 10px 10px 0;
	}
	
#catalog #mainTxt th {
	font-weight: bold;
	text-align: left;
	background: #ccc;
	border-bottom: 1px dotted #ccc;
	}
#catalog #mainTxt td {
	padding: 2px 4px;
	}

#catalog #mainTxt table {
	margin: 15px 0;
	clear: both;
	}
#catalog #mainTxt ul {
	list-style-position: inside;
	}
#catalog #mainTxtInner {
	/*float: left;*/
	}



/* [+] FOOTER ----------------------------------*/
#footer {
	clear:both;
	background:#ccc;
	padding:4px 0;
}
#menuFooter {
	float:left;
	padding-right:30px;
	text-transform:uppercase;
}
#menuFooter ul {
	margin:0;
	padding:0;
	list-style:none;
}
#menuFooter li {
	padding-left:0.5em;
	display:block;
	float:left;
}
#menuFooter li a, #infoFooter a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
#menuFooter li a:hover, #infoFooter a:hover {
	color:#990000;
	text-decoration:underline;
}

/* [+] DOWNLOAD SYSTEM ------------------------------*/

#dlContainer {
	width: 90%;
	}
#dlContainer th {
	text-align: left;
	padding: 3px;
	background: #ccc;
	}
#dlContainer a {
	text-decoration: none;
	}
#dlContainer .fd-parent td {
	padding-bottom: 10px;
	}

/* [+] FORMS ------------------------------*/

/*contact form*/

#formContact {
	width: 90%;
	float: left;
	margin: 20px 0 20px 20px;
	}
#content form p {
	margin: 6px 0;
	clear: both;
	}
#formContact label {
	width: 13em;
	float: left;
	text-align: right;
	margin-right: 1em;
	display: block
	}
#formContact ul {
	float: left;
	width: 14em;
	}
form fieldset {
	border: none;
	}
form .ftext {
	width: 16em;
	}
#fbuttonLong {
	margin-left: 10.5em;
	}
.marginwrap {
	margin-left: 14em;		
	}


/*download login form*/

#formLogin fieldset, #formReminder fieldset, #formSignup fieldset {
	margin: 20px 0;
	border: 1px solid #ccc;
	}
#formLogin fieldset:hover, #formReminder fieldset:hover, #formSignup fieldset:hover {
	border: 1px solid #990000;
	}
form legend {
	font-size: 110%;
	font-weight: bold;
	padding: 0 10px;
	}
form dl {
	margin: 15px;
	}
form p {
	margin: 0 0 15px 15px;
	}
#formLogin input, #formReminder input, #formSignup input {
	margin: 2px 0;
	}
	
.dlLinks {
	font-size: 110%;
	margin: 10px 0 10px 10px;
	background: transparent url(../images/icon-arrow.gif) no-repeat 0% 4px;
	padding-left: 15px;
	}
	
/* [+] UTILITY CLASSES ------------------------------*/


.clearFix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
.clearFix {display:inline-block;}

ul.noBullets {
	list-style: none;
	}

.imgRight {
	float: right;
	margin: 0 0 5px 5px;
	padding: 1px;
	border: 1px inset #ccc;
	}
