@charset "utf-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background-color:Blue;
/*
	background-image: url(../../www/images/page_back.jpg);
*/

	background-image: url(../images/page_back.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

h2 {
	font-weight: 100;
	color: #4B799A;
	font-size: 24px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.section-body h1, .section-body h2, .section-body h3, .section-body h4, .section-body h5 {
	font-weight: normal;
	color: #ccc;
	font-size: normal;
	border: none;
}

a {
	color: #990000;
}

#ec_products_in_category a
{
    color: YELLOW;
    text-decoration: none;
}

#ec_products_in_category a:hover
{
    color: #6089a5;
    text-decoration: none;
}



table th {
	background: none;
}

form input, form select {
	background: #fff;
	border: 1px solid #dcd2c9;
	
}

form label.required {
	font-weight: bold;
}

form label.optional {
	font-weight: normal;
	padding-left: 13px;
}
#header {
	background-image: url(../images/head_back.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 250px;
}

#nav_container {
	background-image: url(../images/nav_back.jpg);
	background-position: center;
	height: 35px;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

#nav {
	list-style: none;
}

/* these are the inner menus*/
#nav ul {
	background: #95998b;
	list-style: none;	
}

/* these are all the LIs in the menu*/
#nav li {
	background: #95998b;
	cursor: pointer;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
#nav a {
	color: #fff;
	font-size: 11px;
	line-height: 23px;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 2px;
	word-spacing: 4px;
	font-weight: bold;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

#nav ul {
	border: 1px solid #fff;
	border-bottom: none;
}

#nav ul a {
	text-transform: none;
	border: none;
	border-bottom: 1px solid #fff;
}
#nav a:hover {
	color: #000;
	background: #4b799a;
}

	.sub_nav {
		background: #375973;
	}

	.sub_nav li {
		color: #000;
	}

	.sub_nav a {
		font-size: 16px;
		font-weight: 100;
		line-height: 24px;
		color: #fff;
		text-decoration: none;
	}

	.sub_nav a:hover {
		color: #990000;
	}



	#ctl_template_content_additional_sub_menus_ul {
		background: #375973;
	}

	#ctl_template_content_additional_sub_menus_ul li {
		color: #000;
	}

	#ctl_template_content_additional_sub_menus_ul a {
		font-size: 16px;
		font-weight: 100;
		line-height: 24px;
		color: #fff;
		text-decoration: none;
	}

	#ctl_template_content_additional_sub_menus_ul a:hover {
		color: #990000;
	}



.section-body {
	background: #4b799a;
	border: 1px solid #fff;
}

.section-body .pearl {
	border: 1px solid #fff;
}

#footer {
	font-size: 10px;
	line-height: 16px;
	margin: 0px;
	width: 885px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CC9900;
	background-color: #000;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-y;
	background-position: right;
}



#ctl_menu_bottom
{
	padding: 1px;
}

#ctl_menu_bottom a { color:#4b799a; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10pt; text-decoration: none}
#ctl_menu_bottom a:link { color:#4b799a; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none}
#ctl_menu_bottom a:visited { color:#4b799a; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none}
#ctl_menu_bottom a:hover { color:#95998b; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none}
#ctl_menu_bottom a:active { color:#4b799a; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none}






/*
  Customer Control Panel
*/
	#customer_control_panel fieldset
	{
		float:left;
		margin-right:5px;
		margin-left:5px;
		margin-bottom:15px;
		width:850px;
	}
	
	#customer_control_panel
	{
		padding: 0px;
		margin: 0px;
	}

	#customer_control_panel legend
	{
		color:white;
		font-size:12pt;
	}

	#customer_control_panel ul
	{
		text-align:left;
		margin-top: 5px;
		margin-left: 8px;
		margin-right: 0px;
		margin-bottom: 5px;

	}


	#customer_control_panel li
	{

		list-style-type:none;
		display:inline;
		margin-right:10px;
		padding:1px 5px 1px 5px;
		text-align:left;
		color:#FFFFFF;
		width:220px;

	}

	#customer_control_panel a
	{
		text-transform: none;
		border: none;
	}

	#customer_control_panel a:hover 
	{
		color: #4b799a;
	}	 	



