/*
----------------------------------------------------------------------------- 
Global Styles
-----------------------------------------------------------------------------*/

* html { margin: 0; padding:0; }

body { margin: 0 0 15px 0; color: #26354a; background: #000 url('../images/bg.jpg') repeat-x; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; text-align: center; /* for IE */}

form{ margin: 0px; padding:0px;}

fieldset { border: 0; }

b { color: #000; }

img { border: 0; }

#content ul li { margin-bottom: 5px; }

h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0; }

p { font: normal 13px Arial, Helvetica, sans-serif; padding: 0; margin: 0 0 15px 0; }

#content_products table td { font: normal 13px Arial, Helvetica, sans-serif; border-top: solid 2px #ed008c; }

#content_products table td table td { border: 0 !important; padding: 2px 0; }

a, a:visited { color: #ed008c; text-decoration: underline; }
a:hover { color: #ed008c; text-decoration: underline; }

.clear { clear: both;}

h1 { font-size: 16px; font-weight: bold; padding-bottom: 10px; color: #ed008c;}
h2 { font-size: 16px; font-weight: bold; padding-bottom: 8px; color: #ed008c;}
h3 { font-size: 14px; font-weight: bold; padding-bottom: 8px; color: #ed008c;}

/*
----------------------------------------------------------------------------- 
Template Styles
-----------------------------------------------------------------------------*/

#container { width: 800px; margin: 0 auto; text-align: left; padding: 0px;}


/*
----------------------------------------------------------------------------- 
Header starts 
-----------------------------------------------------------------------------*/
#logo { background: #c3c8cb; width: 790px; text-align: left;}
#main_image { width: 800px; height: 149px; background: url('../images/header.jpg') top left no-repeat; }

#nav_bar {
	width: 790px;
	list-style: none;
	background: url('../images/menu_right.jpg') top right no-repeat;
	padding: 4px 0px;
	text-transform: uppercase;
}

#nav_link { letter-spacing: 1.0px; font-size: 0.85em; }

#nav_link a, #nav_link a:visited { padding: 4px 15px 5px 15px; color: #fff; font-weight: bold; text-decoration: none; }

#nav_link a:hover { padding: 4px 15px 5px 15px; background: #aaa; text-decoration: none; }

/*
----------------------------------------------------------------------------- 
Content goes here 
-----------------------------------------------------------------------------*/
#contentContainer { background: #fff; width: 800px; margin: 0px; }
#content { background: url('../images/menu_bottom.jpg') top left no-repeat; padding: 61px 21px 15px 21px; }

#content_products { background: #ffffff url('../images/menu_bottom.jpg') top left no-repeat; padding: 61px 21px 15px 21px; }

/*
----------------------------------------------------------------------------- 
Footer goes here
-----------------------------------------------------------------------------*/
#footer { background: #ed008c; color: #fff; font-size: 11px; width: 800px; text-align: center; padding: 5px 0 5px 0; }
#footer a { color: #fff; font-weight: normal; text-decoration: none;}
#footer a:hover { color: #fff; font-weight: normal; text-decoration: underline;}

#stats { display: none; }

/*
----------------------------------------------------------------------------- 
Navigtion Goes here 
-----------------------------------------------------------------------------*/

#navContainer { padding-left: 10px; text-align: left; height: 26px; background: url('../images/menu_bg.jpg') top right repeat-x;}

#primary-nav {
	width: 604px;
	height: 30px;
	margin: 0;
	padding: 0 20px;
	list-style: none;
	display: block;
}

#primary-nav li {
	float: left; /*For Gecko*/
	margin: 0;
	padding: 0;
	position: relative;
}

#primary-nav ul {
	z-index: 15;
	position: absolute;
	top: 30px;
	left: 0;
	width: 160px;
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
	background: #ccc;
	/*border: 1px solid #fff;*/
	}

#primary-nav ul li {
  float: none; /*For Gecko*/
  display: block !important;
  display: inline; /*For IE*/
	}
	
#primary-nav a {
	/*border-right: 1px solid #1c88b4;*/
	color: #26354a;
	padding: 8px 15px 8px 15px;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	background: #d4dde6;
	}
	
	
#primary-nav a.selected {
	color: #000;
	}

#primary-nav a:hover {
	/*background: #f1f1f1;*/
	color: #ff6600;
	text-decoration: underline;
	}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 730px;
}

#nav a {
	display: block;
	width: 100px;
}

#nav li {
	float: left;
	width: 100px;
	text-align: left;
}

#nav li ul li { padding: 0; margin: 0; }

#nav li ul {
	position: absolute;
	width: 100px;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
	
}


#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}