a 
{
    color:#891A93;
    text-decoration:none;
}

a:hover 
{
    text-decoration:underline;
}

img
{
	border:0px;
}

img.with_border
{
	padding:10px;
	border:1px solid #CDCDCD;
}

h1
{
	font-size:20px;
	font-weight:bold;
}

h2
{
	font-size:18px;
}

h3
{
	font-size:16px;
	text-align:center;
    color:#891A93;
    padding:5px;
    border-top:1px solid #891A93;
    border-bottom:1px solid #891A93;
}

html
{
    margin:0px;
    height: 100%;
    overflow:auto;
}

body
{
    font-family:Times New Roman,Arial,Helvetica,sans-serif;
    font-size:0.9em;
	margin:0px auto;
	color:#333333;
    height: 100%;
    text-align:left;
    background-position:top center;
    background-repeat:no-repeat;
}

/****header******/
#header
{
	width:1000px;
	margin:0px auto;
    height:400px;
    margin-top:20px;
}

#logo
{
	float:left
}

#top_nav
{
	float:right;
	padding:10px;
	height:20px;
	font-weight:bold;
	font-size:15px;
	color:#891A93;
	border:1px solid #891A93;
	text-align:right;
	background-color:rgb(221,192,222);filter:alpha(opacity=80);opacity:.8;
}

#top_nav a
{
	color:#891A93;
	padding:10px;
}

/****nav***/
#nav
{
	margin:0px auto;
	width:990px;
	height:35px;
	padding:15px 0px 0px 10px;
	background:#EFBEEF;	
	border:1px solid #891A93;
	background-color:rgb(221,192,222);filter:alpha(opacity=80);opacity:.8;
}

/****container******/
#container
{
	margin:0px auto;
	width:1033px;
	text-align:left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
}

/****content******/
#content
{
	margin:0px auto;
	width:1033px;
	padding-top:20px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='gui/content_bg.png',sizingMethod='scale');
}

#content, x:-moz-any-link {background:url(../gui/content_bg.png) repeat-y;}

@media screen and (-webkit-min-device-pixel-ratio:0) 
{
	/* Safari 3.0 and Chrome rules here */
	#content
	{
		background:url(../gui/content_bg.png) repeat-y;
	}
}

div.column
{
	float:left;
	padding:0px 20px 20px 20px;
}

#push
{
	height:50px;
}

/****footer***/
#footer_container
{
	margin:0px auto;
	width:963px;
	height:30px;
	font-size:14px;
	color:#FFFFFF;
	border:1px solid #891A93;
	padding:10px 20px 0px 20px;
	background:#891A93;
}

#footer_container a
{
	color:#FFFFFF;
}

#footer
{
	width:500px;
	float:left;
}

#footer a
{
	padding:7px;
}

#olw_footer
{
	width:450px;
	float:right;
	text-align:right;
}

/***copyright***/
#copyright
{
	padding:20px;
	text-align:center;
}

/***menu***/
div.menu_list_column
{
	float:left;
	width:200px; 
	padding:20px;
	margin:20px 20px 20px 40px;
	background:#EFE4F1;
	border:1px solid #891A93;
}

ul.menu_list
{
	list-style:none;
	margin-left:0px;
	padding-left:0px;
}

ul.menu_list li a
{
	display:block;
	padding:5px;
	border-bottom:1px solid #FFFFFF;
}

ul.menu_list li a:hover
{
	background:#96649B;
	text-decoration:none;
	color:#FFFFFF;
	border-bottom:1px solid #96649B;
}

ul.menu_list ul
{
	list-style:none;
	margin-left:0px;
	padding-left:20px;
}

/***Menu Table***/
table.menu
{
	width:100%;
	border-collapse:collapse;
	border-spacing:0px;
}

table.menu tr th,
table.menu tr td
{
    font-family:Times New Roman,sans-serif;
    font-size:1.0em;
    padding:5px;
}

table.menu tr th.title,
table.menu tr th.description
{
	text-align:left;
}

table.menu tr th.description
{
    font-weight:normal;
}

table.menu tr th.price
{
	text-align:right;	
}

table.menu tr th.title,
table.menu tr th.price
{
	background:#E9CEED;
}

/***Encoded Email***/
span.codedirection
{ 
	unicode-bidi:bidi-override; direction: rtl;
}

/****For input fields and buttons****/
input.button
{
	border:1px solid #891A93;
	color:#891A93;
	background:#EBEBEB;
	width:100px;
}

input.button:hover
{
	background:#891A93;
	color:#FFFFFF;
}