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

	body{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		margin-top:0px;
					
	}
	.bodyText{
		padding-left:10px;
		padding-right:10px;
		border-top:1px solid #000000;	
	}
	.bodyText p{
		margin-top:5px;
	}
	
	#logoContainer{
		width: 950px;
		height: 125px;
		margin: 0 auto;
		padding-top: 10px;
		padding-bottom: 2px;
		}
	
	#mainContainer{
		width:950px;
		height:834px;
		margin:0 auto;
		/* padding-top:125px;	 */		
	}
	#mainMenu{
		background-color: #F2F2F2;	/* Background color of main menu */
		font-family: Verdana, Arial, Helvetica, sans-serif;	/* Fonts of main menu items */
		font-size:0.8em;	/* Font size of main menu items */
		border-bottom:1px solid #000000;	/* Bottom border of main menu */
		height:22px;	/* Height of main menu */
		
		position:relative;	/* Don't change this position attribute */
		
	}
	#mainMenu a{
		padding-left:30px;	/* Spaces at the left of main menu items */
		padding-right:30px;	/* Spaces at the right of main menu items */
		padding-bottom:2px;
		/* Don't change these two options */
		position:absolute;
		bottom:-1px;	/* Change this value to -2px if you're not using a strict doctype */
	}
	#submenu{		
		font-family: Verdana, Arial, Helvetica, sans-serif;	/* Font  of sub menu items */
		background-color:#484848;	/* Background color of sub menu items */
		padding-bottom: 2px;
		
		width:100%;	/* Don't change this option */
		
	}	
	#submenu div{
		white-space:nowrap;	/* Don't change this option */
		
	}
	/*
	Style attributes of active menu item 
	*/
	#mainMenu .activeMenuItem{
		color:#FFFFFF;
		/* Border options */
		border-left:1px solid #000000;
		border-top:1px solid #000000;
		border-right:1px solid #000000;		
		background-color: #484848;	/* Background color */
		
		cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
	}
	
	#mainMenu .activeMenuItem img{
		position:absolute;
		bottom:0px;
		right:0px;
	}
		
	/*
	Style attributes of inactive menu items
	*/
	#mainMenu .inactiveMenuItem{		
		color: #444444;	/* Text color */
		cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
	}
	
	#mainMenu a{
		text-decoration: none;
	}	
	
	#submenu a{	
		text-decoration:none;	/* No underline on sub menu items - use text-decoration:underline; if you want the links to be underlined */
		padding-left:30px;	/* Space at the left of each sub menu item */
		padding-right:30px;	/* Space at the right of each sub menu item */
		color: #8B8B8B;	/* Text color */
		font-size:0.7em; 
	}
	
	#submenu a:hover{
		color: #FFFFFF;	/* Red color when the user moves the mouse over sub menu items */
	}
	
	#sectionSearchCart {
		border: 2px solid #00A5D5;
		height: 75px;
		width: 240px;
		padding: 2px;
		background-color: #FFFFFF;
		margin: 5px;
		margin-left: 0px;
		float: left;
		display: inline;
	}
	
	.sectionSearchCartContent {
		padding-top: 2px;
		padding-bottom: 2px;
		font-size: 0.7em;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		}
	
	.sectionSearchCartDiv {
		border-bottom: 1px dashed #000000;
	}
	
	#sectionContainer {
		background-image: url(../images/background.png);
		background-repeat: repeat-x;
		background-position: top left;
		height: 600px;
		position: relative;
	}

	
	#sectionContainerText {
		height: 600px;
		position: relative;
	}
	
	#sectionContainerText2 {
		position: relative;
	}
	
	#sectionContainerText p{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.7em;
	}
	
	#sectionContainerText2 p{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.7em;
	}
	
	#sectionBottomMenuContainer {
		padding-bottom: 20px;
	}
	
	#sectionBottomMenu {
		height: 50px;
		position: relative;
		border-bottom: 1px solid #000000;
		text-align: center;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.6em;
		padding-top: 20px;
		color: #999999;
	}	
	
	#sectionBottomMenu a{
		text-decoration: none;
		color: #999999;
	}
	
	#sectionBottomMenu a:hover{
		text-decoration: underline;
	}
	
	.promotionLeft {
		float:left;
	}
	
	.promotionRight {
		float:right;
	}
	
	.sectionProduct{
		width: 400px;
		margin-left: 10px;
		margin-right:65px;
		margin-top: 5px;
		margin-bottom: 15px;
	}