a
{
	color:#5890CD;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

h1
{
	margin:0px;
	padding:0px;
	font-size:12px;
}

.h1
{
	margin:0px;
	padding:0px;
	font-weight:bold;
}

h2
{
	font-size:13px;
	font-weight:bold;
	color:#2E9FEE;
}

h3
{
	font-size:10px;
}

img
{
	border:0px;
}

html, body
{
	margin:0px Auto;
	font-family:Verdana;
    font-size:0.90em;
    background:#2C2A29;
	color:#2C2A29;
}

/***container***/
#container
{
    width:1000px;
	margin:0 auto;
	text-align:left;
	background: #FFFFFF;
	color:#2C2A29;
}

.push
{
	height:80px;
	clear:both;
}

/***Keyword***/
#keyword
{
	overflow:hidden;
	background:#2C2A29;
	text-align:right;
	clear:both;
}

#keyword h1
{
	font-size:9px;
	color:#4E4A48;
	margin:0px;
	padding:0px;
}

/***logo***/
#logo
{
 /*   height:30px;
    overflow:hidden;
    background:#2C2A29;*/
}

#logo_img
{
	float:left;
	text-align:center;
	width:180px;
	padding:10px;
}

#logo_txt
{
	float:left;
	padding-left:10px;
	text-align:center;
}

/***banner***/
#banner
{
    overflow:hidden;
}

/***nav***/
#nav
{
	background:url(../gui/nav_bk.jpg) repeat-x;
	height:30px;
    width:1000px;
}

#search
{
	float:right;
	padding:4px 10px 0px 0px;
	height:26px;
}

/***main***/
#content
{
	width:1000px;
	padding-top:20px;
	padding-bottom:20px;
}

div.column,
div.column_product
{
	float:left;
}

div.column_product table
{
	border-spacing:0px;
	border-collapse:collapse;
}

div.column_product table tr td
{
	border:1px dashed #CDCDCD;
	padding:5px;
}

div.column_product table tr td img
{
	border:1px solid #CDCDCD;
}

div.column_product table tr td div.more_details 
{
	margin:5px;
}

div.column_product table tr td div.more_details a
{
	border:1px solid #CDCDCD;
	width:100px;
	padding:0px 3px 0px 3px;
	background:#B9DCF8;
}

div.column_product table tr td div.more_details a:hover
{
	border:1px solid #B9DCF8;
	width:100px;
	padding:0px 3px 0px 3px;
	background:#DBDBDB;
	text-decoration:none;
}

div.column_with_border,
div.column_anchor
{
	border:1px dashed #CDCDCD;
	float:left;
	padding:15px;
	margin:15px;
}

div.column_anchor ul
{
	margin:0px;
	padding:0px;
	list-style:none;
}

div.column_anchor ul li
{
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px dashed #CDCDCD;
}



/***footer***/
#footer_container
{
	width:1000px;
	margin:0 auto;
	height:80px;
	text-align:center;
}

#footer_container,
#footer_container a
{
	color:#FFFFFF;
}

#footer
{  
	height:20px;
	background:#565656;
	padding:5px;
}

#sub_footer
{
	font-size:10px;
	padding-top:10px;
	color:#43403F;
	background:#2C2A29;
}

#sub_footer a
{
	text-decoration:none;
	color:#43403F;
}

#sub_footer a:hover
{
	text-decoration:none;
	color:#7A7573;
}

#olw_footer
{
	font-size:10px;
	height:20px;
	background:#2C2A29;
	padding-top:10px;
}

#copyright
{
	font-size:10px;
	height:20px;
	background:#2C2A29;
	text-align:center;
}



span.codedirection
{ 
	unicode-bidi:bidi-override; direction: rtl;
}

/****For input fields and buttons****/
input, textarea, select
{
    font-family:Arial, sans-serif;
    font-size:0.90em;
	color:#545454;
}

input.button
{
	border:1px solid #545454;
	background:#EBEBEB;
}

input.button:hover
{
	background:#CDCDCD;
}

/***CMS****/
a.CMSText
{
	color:gray;
}

fieldset
{
	margin:0px;
	padding:2px;
}

/*****CrumbTrail*****/
#crumbtrail
{
	padding:5px 15px 5px 15px;
	clear:both;
	color:#5890CD;
}

/****Sub Banner****/
#sub_banner
{
	width:990px;
	background:#B9DCF8;
	padding:5px;
	height:25px;
	color:#1262BF;
	font-size:11px;
}

#sub_banner a
{
	color:#1262BF;
	text-decoration:underline;
}

#sub_banner a:hover
{
	color:#BE0E7F;
}
