
/* CSS Document */

#topNav 
        {
            /* position: absolute; */
		    padding: 0;
		    margin: 0;
		    /* left: 155px; */
		    top: 150px;
		    /* width: 450px;  */
		    width: 100%;
		    /* border : 1px solid #E0B66C; */
		    border-bottom: solid 1px #E0B66C;
		    /* border-top: solid 1px #E0B66C; */
		    height : 30px;
		    text-align:center;
		    
        }
        #topNav_Menu
        {
            list-style: none;
            padding: 0;
            margin: 0;
            margin-top: 3px;
            margin-left: 4px;
        }
        
        #topNav_Menu li /* all list items */
        { 
	        float: left;
	        width: 110px; /* width needed or else Opera goes nuts */
	        width: 25%;
        }
        
        .TopMenuButton
        {
		    color: #E0B66C;
		    background-color: #400000;
	    	text-align: center;
	    	cursor:default;
	    	
	    }

		
		.TopMenuButtonHover
		{
		    color: #400000;
		    background-color: #E0B66C;
    		cursor: pointer;
	    	text-align: center;
	    }

.clsBody {
	background:#400000;
	text-align:center;
	margin:20px;
	padding:0;
	font:normal 1.0em Comic Sans MS, verdana,aria,sans-serif;
	color:#E0B66C;
	}

#wrapper1 {
	position:relative;
	top:0px;
	text-align:left;
	width:800px;
	margin:0 auto;
	 background:#400000 url("topbg.gif") repeat-y top right;
	}
#wrapper2 {
	position:relative;
	text-align:left;
	width:960px;
	margin:0 auto;
	background:url("topbg.gif") repeat-y top left;
	}
#header {
	/* background:#BB62AB; */
	padding:0px;
	margin:0;
	text-align:center;
	/* color:#FFF; */
	width:800px;
	height:158px;
	margin:0 auto;
	background-image : url("1.gif");
	}
#header h1 {
	font-size:200%;
	}
#header a:hover {
	color:#7A2875;
	}
#maincol {
	position:relative;
	margin:0;
	padding:10px;
	}
#leftcol { 
	position:relative;
	top:100px;
	left:-10px;
	float:left;
	width:220px;  /* for IE5/WIN */
	width:130px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	/* background:#E0B66C; */
	
	color: #400000;
	z-index:100;
	}
#rightcol {
	position:absolute;
	top:-50px;
	right:60px;
	float:right;
	width:220px;  /* for IE5/WIN */
	width:130px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;

	z-index:99;
	}
#centercol {
	position:relative;
	left:-90px;
	padding:0 240px;
	}

#footer {
	position:relative;
	top:10px;
	height:20px;
	left:-10px;
	width:500px;
	clear:both;
	margin:0;
	padding:1% 0;
	text-align:center;
	background-image : url("topbg.gif");
	color:#400000;
	font:normal .9em Comic Sans MS, verdana,aria,sans-serif;
	}











.centerMe {
        	text-align:center;
        }
        
#AboutUs {
		    position: relative;
	        color: #400000;
	        background-color: #E0B66C;
	        font-size: 14px;
	        font-weight: bold;
	        padding: 0;
	        padding-left: 10px;
	        padding-right: 10px;
	        margin: 0;
	         /* top: 100px; */
	        text-align: left;
	        width:120px;
	        left:-4px;
	        top:250px;
	        cursor:pointer;
			
}

#Links {
		    position: relative;
	        color: #400000;
	        background-color: #E0B66C;
	        font-size: 14px;
	        font-weight: bold;
	        padding: 0;
	        padding-left: 10px;
	        padding-right: 10px;
	        margin: 0;
	         /* top: 100px; */
	        text-align: left;
	        width:120px;
	        left:-4px;
	        top:265px;
			cursor:pointer;
}
#productMenu
	{
	        position: relative;
	        color: #400000;
	        background-color: #E0B66C;
	        font-size: 14px;
	        font-weight: bold;
	        padding: 0;
	        padding-left: 10px;
	        padding-right: 10px;
	        margin: 0;
	         /* top: 100px; */
	        text-align: left;
	        width:120px;
	        left:-4px;
	        top:15px;
	}

#productMenuLabel
	{
            	margin: 0;
            	padding: 0;
            	padding-bottom: 15px;
            	text-align: center;
            	font-size: 18px;
            	background-color: #E0B66C;
        }
        
	    #BraveNet
	    {
	        position: relative;
	        background-color: #E0B66C;
	        color: #400000;
	        padding: 0px;
	        width: 140px;
	        margin: 0px;
	        border: solid 1px #400000;
	        left: -106px;
	        top: 100px;	   
	    }   
	    
     	a:link { color: #E0B66C; }
		a:visited { color: #E0B66C; }
		a:active { color: #E0B66C; }

