html,body
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #eeeeee;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	color: #373737;
	line-height: 12pt;
	margin: 0px auto 0px auto;
	text-align: center;
	padding: 0;
}

img {
	border: 0px;
}

h1 {
	color: #9bcf48;
	margin: 0 0 3px 0;
	font-size: 14pt;
	font-weight: 700;
	line-height: 14pt;
}

h2 {
	color: #9bcf48;
	margin: 15px 0 3px 0;
	font-size: 14pt;
	font-weight: 700;
	line-height: 14pt;
}

h2.smaller {
	font-size: 12pt;
	line-height: 12pt;
}

h3 {
	color: #9bcf48;
	margin: 15px 0 3px 0;
	font-size: 11pt;
	font-weight: 700;
	line-height: 12pt;
}



a {
	color: #2795d5;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

th {
	text-align: left;
}

/* Structure Design */

div.frame {
	width: 100%;
	background-image: url('images/bg-clouds.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0;
}

div.header {
	width: 968px;
	height: 95px;
	margin: 0 auto 0 auto;
	text-align: left;
}

div.menu {
	width: 962px;
	height: 31px;
	margin: 0 auto 0 auto;
	text-align: left;
	background-image: url('images/menu-bg.jpg');
	background-repeat: repeat-x;

}

div.content {
	width: 960px;
	background-image: url('images/shadow-side.png');
	background-repeat: repeat-y;
	padding: 0 4px 0 4px;
	margin: 0 auto 0 auto;
	text-align: left;
	clear: both;
}

div.content div.inner-content {
	width: 100%;
	background-color: #FFFFFF; 
	background-image: url('images/content-fade.jpg');
	background-repeat: repeat-x;
	padding: 5px 0 10px 0;
}

div.content-end {
	width: 962px;
	height: 3px;
	background-image: url('images/shadow-bottom.jpg');
	background-repeat: repeat-x;
	margin: 0 auto 0 auto;
	clear: both;
}

div.footer {
	width: 960px;
	margin: 5px auto 0 auto;
	padding: 5px 0 0 0;
	font-size: 8pt;
	text-align: left;
	clear: both;
}




/* Header & Menu styles */

div.header img.logo {
	
}

div.menu img.right {
	float: right;
}

div.menu img.left {
	float: left;
}

div.top-bar {
	width: 940px;
	padding: 0 10px 5px 10px;
	font-size: 8pt;
	color: #000000;
	clear: both;
}


div.menu a {
	display: block;
	color: #FFFFFF;
	float: left;
	margin: 9px 8px 0 5px;
	font-size: 11pt;
	font-weight: 700;
}

div.menu a:hover {
	text-decoration: none;
	color: #d4ffc9;
}


/* Content Styles */


div.header div.welcome-message {
	font-size: 1.2em;
	color: #FFFFFF;
	width: 500px;
	float: right;
	margin: 70px 10px 0 0;
	text-align: right;
}

div.header div.welcome-message a {
	color: #FFFFFF;
	text-decoration: underline;
}

div.header div.welcome-message a:hover {
	text-decoration: none;
}

div.side630 {
	float: left;
	width: 630px;
	margin: 0 10px 0 10px;
	clear: left;
}

div.side310 {
	float: left;
	width: 310px;
	clear: right;
}

div.sidebar-box {
	width: 300px;
	padding: 5px;
	background-color: #efefef;
}

div.break {
	width: 100%;
	clear: both;
}

div.icon-section {
	width: 245px;
	height: 60px;
	float: left;
	padding: 10px 15px 0 55px;
	background-repeat: no-repeat;
	background-position: 0 15px;
	color: #8B8B8B;
}

div.icon-section#forum {
	background-image: url('images/icons/forum.jpg');
}

div.icon-section#calc {
	background-image: url('images/icons/calc.jpg');
}

div.icon-section#write {
	background-image: url('images/icons/write.jpg');
}

div.icon-section#training {
	background-image: url('images/icons/training.jpg');
}

div.icon-section#cart {
	background-image: url('images/icons/cart.jpg');
}

div.icon-section#hamburger {
	background-image: url('images/icons/hamburger.jpg');
}

div.icon-section#apple {
	background-image: url('images/icons/apple.jpg');
}

div.icon-section#drugs {
	background-image: url('images/icons/drugs.jpg');
}

div.icon-section#scales {
	background-image: url('images/icons/scales.jpg');
}


div.icon-section a {
	font-size: 10pt;
	font-weight: 700;

}




div.side310 div.sidebar-title {
	background-image: url('images/sidebar-title-bg.jpg');
	background-repeat: no-repeat;
	width: 310px;
	height: 20px;
	padding: 4px 0 0 10px;
	font-weight: 700;
	color: #FFFFFF;
}




img.float-right {
	float: right;
	margin: 0 0 10px 20px;
	border: 1px solid #BCBCBC;
}

img.store-icon {
	border: 1px solid #666666;
}
