body {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica sans-serif;
	font-size: 13px;
	text-align: center;
	color: #000;
	background-color: #000;
}
h1, h2, h3, h4, h5 {
	color: black;
	margin: 0 0 6px 0;
}
h1, h2 { font-size: 15px; }
h3 { font-size: 13px; }
h4, h5 { font-size: 12px; }
p { margin: 0 0 6px 0; }
a { font-weight: bold;}
a:link { 	color: #ed1c24;}
a:visited { color: #ed1c24; }
a:hover { color: #ababab; }
a:active { color: #ed1c24; }
img {
	border: 0;
	display: block;
}
#wrapper {
	background: url(assets/bg_wrapper.jpg) no-repeat #fff center top;
}
#contentwrap {
	width: 990px;
	margin: 0 auto;
	text-align: left;
}
#header {
	height: 135px;
	color: #fff;
}
#headerleftcol, #headerrightcol {
	float: left;
}
#headerleftcol { width: 520px; }
#headerleftcol a {
	display: block;
	width: 355px;
	height: 127px;
	background: url(assets/sprite.gif) no-repeat -50px 0;
	margin-left: 40px;
	text-indent: -9000px;
}
#tagline {
	width: 440px;
	height: 30px;
	background: url(assets/sprite.gif) no-repeat -528px 0;
	text-indent: -9000px;
}

/* languages */
#languages {
	width: 370px;
	height: 40px;
	margin: 10px 0 40px 100px;
	font-size: 11px;
	font-weight: normal;
}
#languages ul {
}
#languages ul, #languages li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
}
#languages li {
	float: left;
	margin: 0 10px;}
#languages li a {
	color: #fff;
	text-decoration: none;
	display: block;
	height: 40px;

}
#languages li a:hover { color: #ababab; }
#languages li .current { color: #ababab; }
#lEnglish {
	width: 48px;
}
#lEnglish a {
	background: url(assets/languages/english.gif) no-repeat 0 5px;
	text-indent: -9000px;
}
#lArabic {
	width: 50px;
}
#lArabic a {
	background: url(assets/languages/arabic.gif) no-repeat;
	text-indent: -9000px;
}
#lRussian {
	width: 100px;
}
#lRussian a {
	background: url(assets/languages/russian.gif) no-repeat;
	text-indent: -9000px;
}
#lSpanish {
	width: 60px;
	}
#lSpanish a {
	background: url(assets/languages/spanish.gif) no-repeat;
	text-indent: -9000px;
	margin: 0;
}
#mainnavwrap {
	width: 990px;
	height: 1%;
	overflow: hidden;
}
/* main nav */
#mainnav {
	font-size: 14px;
	color: red;
	text-transform: uppercase;
	width: 810px;
	float: left;
	margin-right: 30px;
}
#mainnav .red { margin: 0 15px 0 0; }
#mainnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#mainnav ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#mainnav ul li a {
	display: block;
	margin: 0 14px;
	padding: 28px 0 0 0;
	color: #fff;
	text-decoration: none;
	line-height: 1.3em;
	font-weight: normal;
}
#mainnav ul li a:hover {
	color: #ed1c24;
	background: url(assets/sprite.gif) no-repeat center -141px;
}
#mainnav ul li a.current {
	color: #ababab;
	background-image: none;
}
#mainnav a:link .red {color: #ed1c24;}
#mainnav a:visited .red {color: #ed1c24;}
#mainnav a:hover .red {color: #ed1c24;}
#mainnav a:active .red {color: #ed1c24;}

#extranav {
	width: 150px;
	height: 56px;
	float: right;
	color: white;
	padding-top: 12px;
	margin: 0px;
}
#extranav ul {
	margin: 0;
	padding: 0;
}
#extranav li { list-style-type: none; }
#extranav ul li a {
	display: block;
	width: 150px;
	height: 25px;
	background-image: url(assets/sprite.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
}
#extranav .rep a { background-position: -816px -82px; }
#extranav .rep a:hover { background-position: -816px -145px; }
#extranav .quote a { background-position: -816px -110px; }
#extranav .quote a:hover { background-position: -816px -173px; }
/* search */
.search {
	width: 990px;
	padding: 10px 0 0 0;
	height: 40px;
}
#maincontent .search {
	width: 270px;
	float: right;
}
.searchwrap { float: right; }
.search form {
	margin: 0;
	padding: 0;
}
.search-field {
	width: 180px;
	height: 20px;
	background-color: #ababab;
	border: 1px solid #000;
	float: left;
	color: #000;
	font-size: 12px;
	padding: 5px 0 0 5px;
}
img#search-btn { float: right; }
/* END SEARCH */
#maincontent {
	padding: 0px 0px;
	clear: both;
	height: 1%;
	overflow: hidden;
}
#content-h {
	width: 600px;
	float: left;
	margin-right: 20px;
}
#leftcolumn /* leftcolumn inside pages */ {
	width: 193px;
	float: left;
	padding-top: 20px;
}
#content /* inside pages */ {
	width: 784px;
	float: left;
	background-color: #fff;
	background: url(assets/sprite.gif) no-repeat #fff -193px -203px;
	padding-right: 10px;
}
#featureproduct {
	width: 346px;
	float: right;
	background: url(assets/bg_feature.jpg) no-repeat;
	padding: 10px;
}
#featureproduct img { border: solid 1px #000; }
#featureproduct p, #featureproduct h3, #featureproduct a {
	background-color: #fff;
	padding: 2px 6px;
	margin: 0;
	width: 330px;
}
#featureproduct p { font-size: 12px; }
#featureproduct a {
	display: block;
	font-size: 12px;
	font-style: italic;
	padding-bottom: 5px;
	font-weight: bold;
}
#featureproduct a:hover { color: #ababab; }
#headlines {
	clear: both;
	padding: 30px 0 0 35px;
	height: 340px;
}
#headlines h2 { margin: 0;}
#headlines p a {
	color: white;
	display: block;
}
#headlines h2 a {
	font-size: 16px;
	color: #fff;
	display: block;
	padding: 10px;
}
#headlines img {margin: 1px}
#headlines a:hover { color: #ababab; }
#headlines p { padding: 10px; }
#headlines .one, #headlines .two, #headlines .three, #headlines .four {
	width: 210px;
	height: 310px;
	display: inline;
	float: left;
	margin-right: 25px;
	color: #fff;
	font-size: 12px;
	text-align: justify;
}
.one { background-color: #990100; }
.two { background-color: #555454; }
.three { background-color: #d3011e; }
.four { background-color: #000; }
#leftcolumn .enews {
	margin: 0 0 5px 5px;
	width: 188px;
}
.enews {
	width: 175px;
	margin: 10px 195px 0 10px;
	text-indent: -9000px;
	float: right;
	clear: right;
	}
.enews a {
	background: url(assets/sprite.gif) #000 no-repeat -5px -298px;
	height: 35px;
	display: block;
}
#leftcolumn .enews a {
	background: url(assets/sprite.gif) #000 no-repeat -5px -296px;
	height: 37px;
	display: block;
}
#leftcolumn .enews a:hover { background: url(assets/sprite.gif) #000 no-repeat -5px -340px; }
.enews a:hover { background: url(assets/sprite.gif) #000 no-repeat -5px -342px; }
/* sublevel */
#subnavwrapper {
	margin: 0 0 0 0px;
	padding: 0;
	text-align: left;
}
#subnavwrapper a {
	font-weight: bold;
	color: #fff;
}
#subnavwrapper h2 {
	width: 193px;
	height: 76px;
	background: url(assets/sprite.gif) no-repeat left -220px;
	margin: 0;
}
#subnavwrapper h2 a {
	display: block;
	padding: 25px 0 5px 10px;
	font-size: 14px;
	text-decoration: none;
	margin: 0;
}
#subnavwrapper ul {
	padding: 0;
	margin: 0 0 0 6px;
	width: 187px;
	background: url(assets/bg_sublevel.gif) repeat-y;
}
#subnavwrapper li {
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 10px;
	border-bottom: 1px solid #fff;
}
#subnavwrapper a {
	text-decoration: none;
	color: #fff;
}
#subnavwrapper li a:hover, #subnavwrapper li .active { color: black; }
/* sub sub nav */
#subnavwrapper ul ul {
	width: 177px;
	padding: 0px;
	margin: 0;
	border-bottom: 0;
	background: url(assets/bg_subsub.gif) repeat-y #fff 2px 0;
	font-size: 12px;
}
#subnavwrapper ul ul li a { color: #000; }
#subnavwrapper ul ul li a:hover { color: red; }
#subnavwrapper ul ul li {
	border: 0;
	padding: 1px 0 1px 12px;
	background: url(assets/bullet.gif) no-repeat;
}
/* end sub sub level */
/* toolbox */
#toolbox { padding-left: 20px; }
#content #toolbox {
	padding-top: 20px;
	clear: both;
}
#arabic #toolbox {
	text-align: right;
}
#breadcrumbs {
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 25px;
	padding: 18px 0 0 10px;
	color: #44432b;
	float: left;
	width: 500px;
	line-height: 12px;
}
#breadcrumbs a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	margin: 0 3px;
}
#breadcrumbs a:hover { color: #ababab; }
#category { padding-bottom: 20px; }
.listing {
	clear: both;
	margin: 15px 0;
}
.imageright img, imageleft img { border: 1px solid #6e6e6e; }
.imageright, .imageleft {
	border-bottom: 1px solid red;
}

.imageright {
	float: right;
	margin: 0 0 18px 20px;
}
.imageleft {
	float: left;
	margin: 0 15px 8px 0;
}
.imagecaption {
	font-size: 12px;
	padding: 5px 0px 0 0;
	margin: 0px;
	color: #6e6e6e;
}
.imagecaption p {
	margin: 0;
	padding-bottom: 10px;
}
/* END TOOL BOX */
/*footer*/
#footerwrap {
	clear: both;
	background: url(assets/bg_footer.jpg) no-repeat #000;
	height: 150px;
	font-size: 12px;
}
#footer {
	width: 990px;
	margin: 0 auto;
	color: #fff;
	padding: 10px 0;
	text-align: left;
}
#footer a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}
#footer a:hover { color: #ababab; }
#footer #leftcol, #footer #rightcol {
	float: left;
}
#footer #leftcol { width: 550px; }
#footer span {
	color: red;
	margin: 0 5px;
	font-size: 13px;
	font-weight: bold;}
#footer #leftcol .links { margin: 30px 0 10px 0; }
/* login */
#memberLogin {
	background: url(assets/sprite.gif) no-repeat 0 -139px;
	height: 30px;
	padding-left: 3px;
}
#memberLogin form { margin: 0; }
#memberLogin label {
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin-right: 0px;
}
#memberLogin .text, #memberLogin .password {
	width: 130px;
	height: 20px;
	background-color: transparent;
	border: 0;
	padding-top: 5px;
	margin-right: 15px;
}
#memberLogin .submit { margin-right: 0px; }

#memberLogin a {
	margin-right: 30px;
	font-style: italic;
}
#memberLogin p {
	width: 145px;
	float: left;
}
#copyright {
	font-size: 11px;
	padding-top: 40px;
}
#copyright a {
	color: #c5c5c5;
	text-decoration: none;
	font-weight: bold;
}
#copyright a:hover { color: #6c0d10; }

#bssw {
	display: inline;
	vertical-align: middle;
	margin-left: 20px;
	}
/*
##  PRODUCTS ##
*/

/* image */
#image-box {
	float: right;
	margin: 0 0 10px 10px;
	}
#productWrap {
	background: url(assets/productBg.jpg);
	clear: both;
}
#productWrap h2 {
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.8);
	padding: 6px 24px;
	margin: 0;
}
#productFiles {
	border: 1px solid #888;
	position: relative;
	height: 200px;
	background: rgb(170, 170, 170)
	background: rgba(170, 170, 170, 0.7)
	}
#productFiles ul {
	padding: 10px;
	width: 220px;
	background: #bbb;
	margin: 10px! important;
	}
#productFiles ul,
#productFiles li {
	list-style-type: none;
	margin: 0;
	padding: 5px;
	display: block;
	}
#productFiles li {
	background: #ccc;
}
#productFiles h2 {
	cursor: hand;
	cursor: pointer;
	width: 200px;
	background: #ccc;
	margin: 0;
	padding: 0;
	}
#productFiles dl {
	display: none;
	position: absolute;
	top: 0;
	left: 250px;
	height: 180px;
	overflow: auto;
	width: 492px;
	background: rgb(238, 238, 238);
	background: rgba(238, 238, 238, 0.7);
	margin: 10px;
	}
#productFiles dt {
	float: left;
	margin: 0 10px;
}
#productFiles dd {
	margin-left: 160px;
	}
#productFiles h2:hover {
	color: #666;
	}

	/* Photo Gallery mod */
#photo-gallery img {
	height: 175px;
	}

