html, body, ul, li, p, h1, h2, h3, h4, form, input, textarea, fieldset, a {
	margin: 0; padding: 0; border:0
	} 
body{ 
	height:100%; 
	margin:0; padding:0;
	font:normal 1em Georgia, "Times New Roman", Times, serif;
	color:#000;
	background:#fff url(../img/../img/bodybg.gif) repeat;	
 }
h1,h2,h3,h4,strong {font-size:100%; font-weight:bold}

/*Common*/
h1{
	margin:0; 
	font: normal 1.25em Geneva, Tahoma,  sans-serif;
	color:#d60072;
	padding-bottom:3px;
	}
h2{
	font: normal 1.125em Geneva, Tahoma,  sans-serif;
	color:#1f1f1f;
	}
h3{
	font:1.125em Georgia, "Times New Roman", Times, serif;
	color:#f5a00d;
	margin:0;
	letter-spacing:-1px;
	padding-bottom:3px;
	}
img{border:0}
p{	
	margin:0;
	font:normal 0.75em Georgia, "Times New Roman", Times, serif;
	color:#000; 
	line-height: 1.5em;
	}
a{
	color:#d60072; 
	text-decoration:underline; 
	outline: none;
	}	
a:hover {
	color:#000; 
	text-decoration:underline;
	}	
a:active {
	position: relative;
	top: 1px; left: 1px;
	color: #000;
}


table {
	border-collapse:collapse;
	border-spacing: 0;
	border:0;
	margin-bottom:25px;
	font-size:1.4em;
	
}

#wrap{
	width:873px;
	height:100%;
	margin:5px auto 0;
	}
#header{
	float:left;
	width:100%;
	height:65px;
	border-bottom:3px #d60072 solid;
	}
#logo{float:left; margin-top:6px}

#logo a:active {
	position: relative;
	top: 0; left: 0;
}



/*MAIN MENU*/
#menuwrap{
	float:right;
	width:465px;	
	margin-top:29px;
	_margin-right:-3px;
}
ul#menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 35px;
	width: 468px;
}
ul#menu li {
	float: left;
	display: inline;
	height: 35px;
	margin: 0 3px;
	overflow: hidden;
}
ul#menu li a {
	display: block;
	height: 35px;
	text-indent: -999em;
}
ul#menu li.home a {background: url(../img/home.gif) 0 0 no-repeat; width: 69px;}
ul#menu li.brands a {background: url(../img/brands.gif) 0 0 no-repeat; width: 86px;}
ul#menu li.partners a {background: url(../img/partners.gif) 0 0 no-repeat; width: 101px;}
ul#menu li.charity a {background: url(../img/charity.gif) 0 0 no-repeat; width: 87px;}
ul#menu li.contact a {background: url(../img/contact.gif) 0 0 no-repeat; width: 95px;}
/*Hover*/
ul#menu li.home a:hover, 
ul#menu li.brands a:hover,
ul#menu li.partners a:hover, 
ul#menu li.charity a:hover,
ul#menu li.contact a:hover
{background-position: bottom left;}
/*Selected Tabs*/
body#home ul#menu li#ho a {background-position: bottom left;}
body#brands ul#menu li#br a {background-position: bottom left;}
body#partners ul#menu li#pa a {background-position: bottom left;}
body#charity ul#menu li#ch a {background-position: bottom left;}
body#contact ul#menu li#co a {background-position: bottom left;}


#homeimg{
	width:100%; height:143px;
	float:left;
	margin-top:12px;
}
	
/*BRANDS*/
#medbrands{
	width:100%; height:auto;
	margin-top:15px;
	float:left;
	}
.brand{
	float:left;
	width:221px; 
	height:auto;
	margin-top:7px;
	background:url(../img/brand-bg.gif) no-repeat top right;
	padding-right:20px;
	_padding-right:8px;
	}
.brand img, .brand2 img{
	border:1px #a3a3a3 solid;
	padding:9px;
	margin-bottom:13px;
	background-color:#fff;
	}
.brand a:hover img, .brand2 a:hover img {
	border:1px #000 solid;
}

.brand p img, .brand2 p img{
	border:none; 
	padding:0; 
	margin-bottom:7px;
	}
.brand p, .brand2 p{
	margin-left:8px; 
	line-height:16px;
	}
.links{margin:7px 0 0 8px; font-size:.75em; }

.brand2{
	width:390px;
	_width:393px;
	float:left;
	margin-top:7px;
	}
.morebrands{
	float:right;
	width:100%;
	height:22px;
	border-bottom:1px #dad9d9 solid;
	}
.morebrands a{
	display: block;
	width: 100px;
	height: 22px;
	background:url(../img/more-brands2.gif) no-repeat;
	text-indent: -999em;
	float:right;
}
.morebrands a:hover{
	background-position: -100px 0;
}

/*Subpage Brands*/
.brand-sub{
	width:436px; height:auto;
	float:left;
	margin-top:7px;
	margin-bottom:17px;
	}
.brand-sub img{
	float:left;
	border:1px #a3a3a3 solid;
	padding:9px;
	background-color:#fff;
	}
.brand-sub a:hover img{
	border:1px #000 solid;
}
.brand-sub-des{
	float:left;
	width:190px;
	}
.brand-sub-des img{
	float:none;
	border:none;
	padding:0;
	margin-left:8px;
	}
.brand-sub-des p{
	margin-left:8px;
	line-height:16px;
	}
/*Footer*/	
#footer{
	width:100%;
	float:left;
	padding:15px 0;
	margin-top:10px;
	font-size:.7em;
	border-top:3px #d51673 solid
	}
	
	
/*Contact */
.box {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	width: 50%;
	margin: auto;
	padding: 10px 20px;
	border: 1px solid #3399cc;
}

fieldset {
	border: none;
	padding-left: 0px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom: 1px solid #cccccc;
}

legend {
	font-size: 14px;
	font-weight: bold;
	margin-left: 0px;
	margin-bottom: -10px;
	padding-left: 0px;
	color: #3392cf;
}	

fieldset p {
	clear: both;
	padding-top: 10px;
	width: 400px;
}

fieldset p.first {
	padding-top: 0;
}

fieldset label {
	float: left;
	width: 120px;
	padding-top: 3px;
}

fieldset p span {
	float: right;
	width: 260px;
}

fieldset label span {
	float: none;
	width: auto;
	color: red;
	font-weight: bold;
	padding-left: 5px;
}


fieldset input, fieldset textarea, fieldset select {
	background: #f5f5f5;
	border: 1px solid #cccccc;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	resize: none;
}
fieldset input:focus, fieldset textarea:focus, fieldset select:focus {
	background: #ffffff;
	border: 1px solid #3399cc;
	outline: none;
}
fieldset input:hover, fieldset textarea:hover, fieldset select:hover {
	border: 1px solid #3399cc;
}

fieldset.captcha {
	width: auto;
}
fieldset.captcha p {
	width: 240px;
}
fieldset p.message { width: auto; }
fieldset.captcha input { margin-top: 5px; }

input.button {
	border: 1px solid #222;
	background: #333;
	padding: 5px;
	width: 180px;
	border-radius: 5px;
	font-size: 18px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: #fff;
	cursor: pointer;
}
input.button:hover {
	background: #444;
}

.error {
	background: #cc9999;
	border: 1px solid #a9343d;
	border-radius: 5px;
	padding:10px;
	font-size: .75em;
}
.error p {
	font-weight: bold;
	color: #6c1218;
	text-indent: 10px;
	font-size:1em;
}
.error ul{
	list-style-type:none;
	margin-left:10px;
	}
	

.success {
	background: #fff url(../img/check.gif) no-repeat 10px 0px;
	border: 1px solid #d51674;
	border-radius: 5px;
	font-size: 1.5em;
	padding:5px;
}
.success p {
	font-weight: bold;
	color: #000;
	text-indent: 55px;
}
	
	


