html, body {
	height:100%;
	}

body {
	margin:0;
	padding:0;
	background:#325131 url(images/main_bg.gif);
	}
	
#mainWrapper {
	width:100%;
	height:100%;
	background:url(images/main_bg_fade.gif) repeat-x top center;
	}
#mainWrapperInside {
	width:100%;
	background:url(images/checker.gif) repeat-x bottom center;
	padding-bottom:25px;
	}

#mainHeader {
	margin:0 auto;
	width:760px;
	}

/* Main Menu */
ul#mainMenu {
	margin:0;
	padding:50px 0 0 24px;
	}
	ul#mainMenu li {
		list-style-type:none;
		margin:0 10px;
		padding:0;
		display:block;
		float:left;
		}
	ul#mainMenu li a {
		display:block;
		text-indent:600px;
		overflow:hidden;
		height:30px;
		white-space:nowrap;
		}
	ul#mainMenu li a.menuHome {
		width:47px;
		background:url(images/nav_home.gif) no-repeat top left;
		}
	ul#mainMenu li a.menuAboutUs {
		width:67px;
		background:url(images/nav_about_us.gif) no-repeat top left;
		}
	ul#mainMenu li a.menuOnlineStore {
		width:88px;
		background:url(images/nav_online_store.gif) no-repeat top left;
		}
	ul#mainMenu li a.menuListOfStores {
		width:117px;
		background:url(images/nav_list_of_tack_stores.gif) no-repeat top left;
		}
	ul#mainMenu li a.menuWhatsNew {
		width:82px;
		background:url(images/nav_whats_new.gif) no-repeat top left;
		}
	ul#mainMenu li a.menuContactUs {
		width:76px;
		background:url(images/nav_contact_us.gif) no-repeat top left;
		}
		ul#mainMenu li a:hover {
			background-position:0 -30px;
			}
		ul#mainMenu li a#navActive {
			background-position:0 -60px;
			}

.hrBig {
	width:760px;
	height:2px;
	background:url(images/hr_big.gif) no-repeat center center;
	margin:10px auto;
	clear:both;
	}
	
#mainContainer {
	margin:0 auto;
	width:760px;
	}

#mainContent {
	padding:0 0 25px 0;
	}
	
#mainFooter p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#263425;
	font-size:11px;
	line-height:normal;
	}
#mainFooter a, #mainFooter a:active, #mainFooter a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#5c7657;
	font-size:11px;
	text-decoration:none;
	}
	#mainFooter a:hover {
		color:#769670;
		}
		
.account-buttons { margin:100px 0; }
.account-buttons a, .account-buttons a:visited, .account-buttons a:hover { display:block; font-size:10px; text-align:center; font-style:italic; width:200px; margin:0 auto; text-decoration:none; background-color: #263126; border:4px solid #263126; }
.account-buttons a:hover { border-color: #3D4F3D; }
.account-buttons a span, .account-buttons a:visited span, .account-buttons a:hover span { display:block; font-size:10px; text-align:center; font-style:italic; text-decoration:none; background-color: #263126; padding:5px; border:1px solid #374236; }
.account-buttons a:hover span { border-color: #263126; background-color: #3D4F3D; }
.account-buttons a span strong, .account-buttons a:visited span strong, .account-buttons a:hover span strong { display:block; font-size:16px; color: #53BB94; line-height:1.8em; }
