html {
	direction: rtl;
}

body {
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	font-size: 12px;
	font-family: arial;
	color: #000;
	background: #fff url(images/background.jpg);
}

a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

img {
	border: 0px;
}

h2 {
	margin: 0px;
	padding: 0px;
	margin-right: 7px;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	font-family: arial;
}
h1 {
	margin: 0px;
	padding: 0px;
	margin-right: 7px;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	font-family: arial;
}

input.contact {
	border: 0px;
	width: 124px;
	height: 18px;
	background: url(images/input.jpg) no-repeat;
}

input.submit {
	border: 0px;
	background: url(images/submit.jpg) no-repeat;
	width: 119px;
	height: 29px;
}

.clear {
	clear: both;
}

#wrap {
	margin-right: auto;
	margin-left: auto;
	width: 949px;
	height: auto;
}

.top_right_text {
	float: right;
	text-align: right;
	font-size: 18px;
	font-family: arial;
	font-weight: bold;
	color: #fff;
}
.top_left_text {
	float: left;
	text-align: left;
	font-size: 18px;
	font-family: arial;
	font-weight: bold;
	color: #fff;
}

#header {
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	background: url(images/logo.jpg) no-repeat;
	width: 949px;
	height: 99px;
}

#header .header_text {
	margin-right: 320px;
	padding-top: 26px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	font-family: arial;
}

#mainFrame {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	width: 949px;
	height: auto;
	background: url(images/mainbg.jpg);
}

#menu {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	clear: both;
	background: url(images/menu.jpg) no-repeat;
	width: 930px;
	height: 26px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-right: 15px;
}
#menu ul li {
	list-style: none;
	float: right;
	margin-right: 10px;
	margin-left: 10px;
}
#menu a {
	color: #fff;
	font-size: 14px;
	font-family: arial;
	font-weight: bold;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: none;
	color: #000;
}

/* News Scroller */
#scroller_container {
 position: relative;
 width: 160px;
 height: 100px;
 overflow: hidden;
 text-align: right;
}

#scroller p {
 padding: 0;
}

/* End new scroller */
#mainFrame .right_column {
	float: right;
	width: 180px;
	height: auto;
	margin-right: 12px;
}

#mainFrame .left_column {
	float: right;
	width: 755px;
	height: auto;
}

#mainFrame .left_column_page {
	float: right;
	margin-right: 20px;
	width: 735px;
	height: auto;
}

#mainFrame .right_column ul {
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 2px;
	border-top: 1px dotted #930736;
	width: 170px;
}
#mainFrame .right_column ul li {
	padding: 3px;
	font-size: 14px;
	font-family: arial;
	color: #000;
	border-bottom: 1px dotted #eb9f54;
	list-style: none;
}

#mainFrame .right_column ul li a {
	font-size: 14px;
	font-family: arial;
	display: block;
	width: 169px;
	background: url(images/icon.png) left no-repeat;
	text-decoration: none;
}
#mainFrame .right_column ul li a:hover {
	background: url(images/icon2.png) left no-repeat;
}

ul.details {
	margin: 0px;
	padding: 0px;
	margin-right: 20px;
	margin-top: 10px;
	width: 310px;
	height: auto;
}
ul.details li {
	color: #000;
	font-size: 14px;
	font-family: arial;
	font-weight: bold;
	list-style: url(images/tri.jpg);
	float: right;
	list-style-position: inside;
	width: 150px;
	padding: 2px;
}

.oSeperator {
	margin-top: 1px;
	width: 169px;
	height: 3px;
	background: url(images/orange-sep.jpg) no-repeat;
}
.oSeperator2 {
	margin-top: 1px;
	width: 159px;
	height: 3px;
	background: url(images/orange-sep2.jpg) no-repeat;
}

.heightSep {
	height: 50px;
	clear: both;
}

.product_text {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	font-family: arial;
	margin-top: 5px;
	margin-right: 15px;
}

.product_details {
	float: right;
	width: 355px;
}
.product_image {
	float: right;
	width: 380px;
}

.product_image_block {
	width: 373px;
	height: 540px;
	background: url(images/product_image.jpg) no-repeat;
}

img.product_img {
	margin-top: 15px;
	margin-right: 20px;	
}

.product_zoom {
	margin-right: 20px;
	margin-top: 5px;
}

#footer {
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	clear: both;
	border-top: 1px dotted #ff9933;
	width: 940px;
	font-size: 14px;
	font-family: arial;
	font-weight: bold;
	color: #000;
}

#footer .right {
	float: right;
}
#footer .left {
	float: left;
}

#bottom {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background: url(images/bottom.jpg) no-repeat;
	width: 949px;
	height: 11px;
}
