@charset "utf-8";
/* CSS Document */

#container
{
	background-color:#FFFFFF;
	width:760px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
}

#topbanner
{
	width:760px;
	height:128px;	
}

#topleft
{
	float:left;
	width:305px;
	height:128px;
}

#topright
{
	float:right;
	width:455px;
	height:128px;
	background-image:url(images/top_right.jpg);
}

#buttonflashcontainer
{
	clear:both;
	width:760px;
	height:277px;
}

#buttoncontainer
{
	float:left;
	width:305px;
	height:277px;
}

#flashcontainer
{
	float:right;
	width:455px;
	height:277px;
}

#main_content
{
	clear:both;
	width:760px;
}

#left_area
{
	float:left;
	width:567px;
}

#welcomearea
{
	float:left;
	width:500px;
	margin-top:33px;
	margin-left:33px;
}

#newsarea
{
	float:left;
	width:500px;
	margin-top:33px;
	margin-left:33px;
}


#right_bar
{
	float:right;
	width:193px;
	background-image:url(images/rightside_bar.jpg);
	background-repeat:no-repeat;
}

#footer
{
	clear:both;
	width:760px;
	background-image:url(images/footer_swoosh.jpg);
	background-repeat:no-repeat;
}

#mefooter
{
	clear:both;
	width:760px;
	height:40px;
	background-color: #120000;
}

.tangeant_text_dark
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#990000;
}

.tangeant_text_dark a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FF0000;
}

.content
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
}

.content a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#650101;
}

.portal_links
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#650101;
}

.portal_links a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#650101;
}

.header_text
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000066;
}

.news
{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

.contactinfo
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
}

.contactinfo a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000099;
	text-decoration:none;
}

h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#650101;
}



/* NAVIGATION LAYOUT*/

#nav {float: left; width: 760px; height: 54px; position: relative;}
#nav ul { list-style: none; float: left; width: 760px; margin: 0px; padding: 0px; }
#nav ul li { float: left; height: 54px; }
#nav ul li a { float: left; height: 54px; }

/* NAVIGATION NORMAL*/
#nav ul li.leftside { background: url(images/buttons/left_side.jpg); width: 55px; }
#nav ul li.home { background: url(images/buttons/home_up.jpg); width: 179px; }
#nav ul li.order { background: url(images/buttons/order_up.jpg); width: 161px; }
#nav ul li.contact { background: url(images/buttons/contact_up.jpg); width: 143px; }
#nav ul li.product { background: url(images/buttons/products_up.jpg); width: 152px; }
#nav ul li.rightside { background: url(images/buttons/right_side.jpg); width: 70px; }

/* NAVIGATION NORMAL*/

#nav ul li.home a{ background: url(images/buttons/home_up.jpg); width: 179px; }
#nav ul li.order a{ background: url(images/buttons/order_up.jpg); width: 161px; }
#nav ul li.contact a{ background: url(images/buttons/contact_up.jpg); width: 143px; }
#nav ul li.product a{ background: url(images/buttons/products_up.jpg); width: 152px; }


/* NAVIGATION OVER*/

#nav ul li.home a:hover { background: url(images/buttons/home_down.jpg); width: 179px; }
#nav ul li.order a:hover { background: url(images/buttons/order_down.jpg); width: 161px; }
#nav ul li.contact a:hover { background: url(images/buttons/contact_down.jpg); width: 143px; }
#nav ul li.product a:hover { background: url(images/buttons/products_down.jpg); width: 152px; }

/* NAVIGATION HIGHLIGHT*/

#nav ul li.home#highlight a#home{ background: url(images/buttons/home_down.jpg); width: 179px; }
#nav ul li.order#highlight a#order{ background: url(images/buttons/order_down.jpg); width: 161px; }
#nav ul li.contact#highlight a#contact{ background: url(images/buttons/contact_down.jpg); width: 143px; }
#nav ul li.product#highlight a#product{ background: url(images/buttons/products_down.jpg); width: 152px; }

