/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: "Times New Roman", Times, serif;
	background-color: #fff;
	background-attachment:fixed;
	background-repeat:no-repeat;
	color: #444;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.3em;
	font-size: 1em;
	height:101%;
	background:url(../images/bg1.jpg) repeat fixed;
}
#wrapper { 
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -142px;
	width: 900px;
	background-image:url(../images/);
	background-repeat:repeat;
	background-color: transparent;
}

a, a:visited, a:active{ color:#333}
a:hover, avisted:hover{ color:#333}
#header {
	width: auto;
	color: #333;
	padding:0;
	height: 146px;
	margin: 0px;
}
#header .login{color:#000}
#navigation {
 width: auto;
 color: #FFF;
 padding:0;
 margin:0 0 20px 0;
 height:40px;
 background-color: transperant;
 background-image:url(../images/navbg.gif)

}

#navigation .navwrap{width:900px; margin-left:auto; margin-right:auto; text-align:center;}

#content { 
 width: auto;
 color: #333;
 margin: 0px 0px 0px 0px;
 padding:0 0 25px 0;
 height: auto;
}

#footer {
 text-align: right;
 width: auto;
 color: #000;
 margin: 0px;
 padding:0;
 height:auto;
 font-size:1em;
 text-transform: uppercase;
}


/*!!!!!!!!!!! MyCSSMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;zoom:1;z-index:10;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc li {z-index:auto;}.qmmc ul {left:-10000px;position:absolute;z-index:10;}.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none}.qmmc li:hover>ul{left:auto;}#qm0 ul {top:100%;}#qm0 ul li:hover>ul{top:0px;left:100%;}


/*!!!!!!!!!!! MyCSSMenu Styles [Please Modify!] !!!!!!!!!!!*/


	/* MyCSSMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
	#qm0	
	{	
		background-color:transparent;
		
	}


	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{	
		padding:6px 23px 4px 23px;
		margin:0px 0px 0px 0px;
		background-color: transperant;
		background-image:url(../images/.jpg);
		color: #FFF;
		font-family: "Times New Roman", Times, serif;
		font-size:15px;
		text-decoration:none;
		text-transform:uppercase;
		font-weight:bold;


	}
	
	<!--#qm0 #reseller {background-image:url(../images/); color: #fff; font-weight:bold}-->


	/*"""""""" (MAIN) Hover State""""""""*/	
	#qm0 a:hover	
	{	
		background-color:transperant;
		background-image:url(../images/navbg_over.png);
	}
#qm0 #reseller:hover {background-image:url(../images/resellerbg_over.png); color: #FFF; font-weight:bold}

	/*"""""""" (MAIN) Active State""""""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover	
	{	
		background-color:transperant;
		text-decoration:underline;
		background-image:url(../images/navbg_over.png);
	}


	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul	
	{	
		padding:5px;
		margin:-1px 0px 0px 0px;
		background-color: #000;
		text-align:left;
	}


	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a	
	{	
		padding:2px 20px 2px 5px;
		margin:0px;
		background-color:transperant;
		background-image:none;

	}


	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover, #qm0 ul a:hover	
	{	
		background-image:none;
		text-decoration:underline;
		background-color: #CCC;
		color: #000;
	}


	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{	
		background-image:none;
	}

