body {
	font-family: Arial, Helvetica, "MS Sans Serif", sans-serif ;
	font-size:62.5%;
	color: #48021E;
	text-align: center;
	background-color: #fff; 
}

h1, h2, h3, h4, h5, h6, p { margin: 0; padding: 0;}

h1{font-size: 2.2em; line-height: 1.5; margin-bottom: 0.7em;}
h2{font-size: 2em; margin-bottom: 0.55em;}
h3{font-size: 1.5em; line-height: 1; margin-bottom: 1em; font-weight: normal;}
h4{font-size: 1.3em; line-height: 1.25; margin-bottom: 1.25em;}
h5{font-size: 1.2em; margin-bottom: 1.5em;}
h6{font-size: 1.4em;}
p {font-size: 1.2em; margin-bottom: 1.5em;}
INPUT, SELECT, TH, TD {font-size:1em;}

img {border: 0;}

.floatLeft { float: left; padding: 5; }
.floatRight { float: right; padding: 0; }
.brod {font-size: 0.9em;}
.standOut{font-size: 1.6em; color: #F37021; }  
.important{ font-weight: bold; } 
.primaryColor{ color: #ff3300;}
.secondaryColor{ color: #666;}
.purpleColor{ color: #48021E;}

.header {font-size:1.2em;}
.content {font-size:1.2em;}
.navigation {color: #48021E; font-size:1em;}
.footer {font-size:1.2em; color: #ff3300;}

.formborder { width: 602px; height: auto; padding: 5px; border:  #48021E solid 1px; text-align:left;}
.vitaminframe { width: auto; height: auto; padding: 0px; text-align:left; font-size: 1em; margin-bottom:10px;}

.news{ width: 350px; height: auto; text-align: left;}
.text{ width: 560px; height: auto; text-align: left;}
.text1{ width: 480px; height: auto; text-align: left;}

a:link {font-weight: normal; color: #ff3300; text-decoration: none;}
a:active {font-weight: normal; color: #ff3300; text-decoration: none;}
a:hover {font-weight: normal; color: #ff3300; text-decoration: underline;}
a:visited {font-weight: normal; color: #ff3300;	text-decoration: none;}

/*menu*/
.menu{margin:0; padding:0; width:180px; list-style:none;background:rgb(255,255,255);}
.menu li{padding:0; margin:0 0 1px 0; height:25px; display:block; }
.menu li a{text-align:left; height:25px; padding-left:2px; color:#48021E; display:block; background:url(../images/verMenuImages.png) 0px 0px no-repeat; text-decoration:none;}
.menu li a:hover{background:url(../images/verMenuImages.png) 0px -25px no-repeat; color:#666;}
.menu li a.active, .menu li a.active:hover{background:url(../images/verMenuImages.png) 0px -50px no-repeat; color:#666;}
.menu li a span{line-height:25px;}
