/* CSS Document 
	gray 	#3c3d3e

*/

strong { font-weight: bold }
em { font-style: italic }
ol, ul, li { list-style:none }
* a { position:relative } /* Gets links displaying over a PNG background */
a { outline:none } /* Gets rid of Firefox's dotted borders */
a img { border:none } /* Gets rid of IE's blue borders */
h2 {margin: 0px 0 10px 0;}
h3, h4, h5, h6 {margin: 15px 0 10px 0; color:#020d50}
p {margin: 5px 0 10px 0;}
a:link { color:#be1d1d; text-decoration:none;}
a:visited { color:#be1d1d; text-decoration:none;}
a:hover {color:#020d50; text-decoration:underline;}

*
	{
	margin:0;
	padding:0;
	}
	
body
	{
	background:#3c3d3e url(images/body_bckg.jpg) top center repeat-x fixed;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: .9em;
	}
	
#wrapper
	{
	text-align:left; 
	width:800px; 
	margin: auto; 
	position:relative;
	border: 1px solid #666;
	}
	
#mast
	{
	height: 125px;
	width: 800px;
	background-color: #2c89f3;
	}
	
#logo
	{
	width: 555px;
	height: 125px;
	background: url(images/logo2.gif) center no-repeat;
	text-indent:-9999px;
	}
	
#content
	{
	color:#000;
	background-color:#2c89f3;
	}
	
#nav
	{
	background-color:#000000;
	height: 31px;
	}
	
#nav ul
	{
	margin-left: 15px;
	}
	
#nav ul li
	{
	float:left;
	}
	
#nav ul li a
	{
	display: block;
	text-indent:-9999px;
	height:30px;
	margin-left: 30px;
	}
	
#textarea
	{
	background-image:url(images/content_bckgd.gif);
	background-repeat:repeat-y;
	padding: 15px;
	margin-left: 10px;
	clear:both;
	}
	
#textTop
	{
	background-image:url(images/content_top.gif);
	width: 780px;
	height: 30px;
	margin-left: 10px;
	}

#leftside
	{
	float:left;
	}
	
#rightside
	{
	color: #020d50;
	background-image:url(images/side_bckgd.jpg);
	background-repeat:no-repeat;
	background-position: top;
	border: 1px solid #007efe;
	width: 175px;
	float:right;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	z-index:100;
	}
	
#rightside ul li
	{
	padding-bottom: 5px;
	}

#footer
	{
	width: 780px;
	height: 80px;
	margin-left: 11px;
	margin-top: -15px;
	clear:both;
	text-align:center;
	background-image:url(images/content_btm.gif);
	}

.rightPic
	{
	float:right;
	margin: 5px 0 15px 15px;
	}

.leftPic
	{
	float:left;
	margin: 5px 15px 15px 0;
	}

li.btnOne a 			
	{
	background-image:url(images/btn_home.gif);
	background-position:0 0; top:0;
	width:78px;
	}
li.btnOne a:hover
	{ 
	background-position:0 -30px
	}
	
li.btnTwo a 			
	{
	background-image:url(images/btn_products.gif);
	background-position:0 0; top:0;
	width:103px;
	}
li.btnTwo a:hover
	{ 
	background-position:0 -30px
	}
	
li.btnThree a 			
	{
	background-image:url(images/btn_ordering.gif);
	background-position:0 0; top:0;
	width:160px;
	}
li.btnThree a:hover
	{ 
	background-position:0 -30px
	}
	
li.btnFour a 			
	{
	background-image:url(images/btn_about.gif);
	background-position:0 0; top:0; 
	width:108px;
	}
li.btnFour a:hover
	{ 
	background-position:0 -30px
	}

li.btnFive a 			
	{
	background-image:url(images/btn_contact.gif);
	background-position:0 0; top:0; 
	width:130px;
	}
li.btnFive a:hover
	{ 
	background-position:0 -30px
	}
	
#edit ul
	{
	padding: 5px;
	}
	
#edit ul li
	{
	padding: 5px;
	}
	
#end
	{clear:both;}