/* TOOLBOX CSS */

.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

body {
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	margin:0;
}

body { 
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	line-height:18px;
	text-align:left;
}

img {border:none;}

a:link {
	color: #F37121;
	text-decoration: underline;
	background-color:#ffffff;
}
a:visited {
	text-decoration: underline;
	color: #F37121;
	background-color:#ffffff;
}
a:hover {
	text-decoration: none;
	color: #000000;
	background-color:#ffffff;
}
a:active {
	text-decoration: underline;
	color: #F37121;
	background-color:#ffffff;
}

#container {
	width:892px;
	margin:30px auto;
}

#header {
	width:872px;
	height:92px;
	display:block;
}

#headerleft {
	display:block;
	width:740px;
	height:90px;
	float:left;
}

#logo {
	width:266px;
	height:42px;
	float:left;
	margin-left:10px;
}

#language {
	float:right;
	width:175px;
	height:30px;
	margin-right:0px;
}

#storelocator {
	width:92px;
	height:92px;
	float:right;
	margin-right:20px;
}

.nav {
	clear:both;
	list-style:none;
	margin-top:20px;
	margin-left:7px;
	padding:0;
}

.nav li {
	float:left;
	margin:30px 2px 0 2px;
	padding:0; 
}

.cross {
	width:12px;
	height:14px;
	background-image:url(../images/nav-cross.gif);
	background-repeat:no-repeat;
}

#orderonline {
	clear:both;
	list-style:none;
	margin-left:11px;
	padding:0;
}

#orderonlineblue {
	clear:both;
	width:225px;
	list-style:none;
	margin-top:5px;
	margin-left:11px;
	padding:6px 5px;
	background-color:#1f6dc3;
	text-align:center;
}

#orderonlineyellow {
	clear:both;
	width:225px;
	list-style:none;
	margin-left:11px;
	padding:6px 5px;
	background-color:#fefc73;
	text-align:center;
}

#orderonlineblue a, #orderonlineyellow a {
	background:none;
}

#intflashtest {
	display:block;
	margin-top:5px;
	width:872px;
	height:246px;
	background-image:url(../images/img-intflash.jpg);
	background-repeat:no-repeat;
	clear:both;
}

#flash {
	display:block;
	margin-top:20px;
	width:872px;
	height:398px;
	clear:both;
}

#intflash {
	display:block;
	margin-top:20px;
	width:872px;
	height:246px;
	background-image:url(../images/img-intflash.jpg);
	background-repeat:no-repeat;
	clear:both;
}

#copycontainer {
	width:785px;
	margin:30px auto;
}

#homenews {
	width:290px;
	float:left;
}

#homeright {
	width:401px;
	float:right;
}

#footer {
	width:852px;
	height:21px;
	margin:0 auto;
	text-align:center;
	background-color:#fdeade;
	font-size:9px;
	color:#595959;
	padding-top:2px;
	margin-bottom:10px;
}

#intleft {
	width:455px;
	float:left;
}

#intright {
	width:265px;
	float:right;
}

#sidebar {
	width:265px;
	/*min-height:320px;*/
	background-image:url(../images/bg-sidebar.gif);
	background-repeat:no-repeat;
	padding-top:15px;
	padding-bottom:45px;
}

#sidebar p { margin-left:15px; margin-right:15px; }

#sidebar2 {
	width:265px;
	/*min-height:320px;*/
	background-image:url(../images/bg-sidebar.gif);
	background-repeat:no-repeat;
	padding-top:15px;
	padding-bottom:45px;
}

#sidebar2 p { margin-left:0px; margin-right:0px; }

#homenews a:link { color: #000000; text-decoration: underline; background-color:#ffffff; }
#homenews a:visited {	text-decoration: underline;	color: #000000; background-color:#ffffff; }
#homenews a:hover { text-decoration: none; color: #F37121; background-color:#ffffff; }
#homenews a:active { text-decoration: underline; color: #000000; background-color:#ffffff; }

#footer a:link { color: #F37121; text-decoration: underline; background-color:#fdeade; }
#footer a:visited {	text-decoration: underline;	color: #F37121; background-color:#fdeade; }
#footer a:hover { text-decoration: none; color: #F37121; background-color:#fdeade; }
#footer a:active { text-decoration: underline; color: #F37121; background-color:#fdeade; }

.orange { color:#f37121; background-color:#ffffff; }

/** Headers **/
h1.homenews { width:290px; height:21px; background-image:url(../images/h-home-newsandevents.gif); text-indent:-9999px; margin:0; }
h1.homeorder { width:401px; height:21px; background-image:url(../images/h-home-order.gif); text-indent:-9999px; margin:30px 0 0 0; }
h1.homeabout { width:401px; height:21px; background-image:url(../images/h-home-about.gif); text-indent:-9999px; margin:0; }
h1.homejoin { width:401px; height:21px; background-image:url(../images/h-home-join.gif); background-repeat:no-repeat; text-indent:-9999px; margin:0; }

h1.about { width:455px; height:23px; background-image:url(../images/h-about.gif); background-repeat:no-repeat; text-indent:-9999px; margin:0; }
h1.clinicians { width:455px; height:23px; background-image:url(../images/h-clinicians.gif); background-repeat:no-repeat; text-indent:-9999px; margin:0; }
h1.retailer { width:455px; height:23px; background-image:url(../images/h-retailer.gif); background-repeat:no-repeat; text-indent:-9999px; margin:0; }
h1.customer { width:455px; height:23px; background-image:url(../images/h-customer.gif); background-repeat:no-repeat; text-indent:-9999px; margin:0; }
h1.patient { width:455px; height:23px; background-image:url(../images/h-patient.gif); background-repeat:no-repeat; text-indent:-9999px; margin:0; }
h1.athlete { width:455px; height:23px; background-image:url(../images/h-athlete.gif); background-repeat:no-repeat; text-indent:-9999px; margin:0; }
h1.testimonials { width:455px; height:23px; background-image:url(../images/h-testimonials.gif); background-repeat:no-repeat; text-indent:-9999px; margin:0; }
h1.order1 { width:455px; height:23px; background-image:url(../images/h-order1.gif); background-repeat:no-repeat; text-indent:-9999px; margin:0; }
h1.order2 { width:455px; height:23px; background-image:url(../images/h-order2.gif); background-repeat:no-repeat; text-indent:-9999px; margin:0; }
h1.order { width:455px; height:23px; background-image:url(../images/h-order.gif); background-repeat:no-repeat; text-indent:-9999px; margin:0; }
h1.news { width:455px; height:23px; background-image:url(../images/h-news.gif); background-repeat:no-repeat; text-indent:-9999px; margin:0; }
h1.contact { width:455px; height:23px; background-image:url(../images/h-contact.gif); background-repeat:no-repeat; text-indent:-9999px; margin:0; }
h1.storelocator { width:455px; height:23px; background-image:url(../images/h-storelocator.gif); background-repeat:no-repeat; text-indent:-9999px; margin:0; }
h1.privacy { width:455px; height:23px; background-image:url(../images/h-privacy.gif); background-repeat:no-repeat; text-indent:-9999px; margin:0; }
h1.terms { width:455px; height:23px; background-image:url(../images/h-terms.gif); background-repeat:no-repeat; text-indent:-9999px; margin:0; }


h2.ordermedistik { width:155px; height:16px; background-image:url(../images/h2-ordermedistik.gif); background-repeat:no-repeat; text-indent:-9999px; margin:0 15px 0 15px;}
h2.order { width:127px; height:16px; background-image:url(../images/h2-order.gif); background-repeat:no-repeat; text-indent:-9999px; margin:0 15px 0 15px;}
h2.testimonials { width:127px; height:16px; background-image:url(../images/h2-testimonials.gif); background-repeat:no-repeat; text-indent:-9999px; margin:0 15px 0 15px;}

hr { size:100%; color:#F37121; background-color:#F37121; height:1px; border:none;}

h3 {font-size:14px; color:#F37121; margin:0; display:block;}

.ruza { float:right; margin-left:15px; margin-top:20px; border:5px solid #F37121; }

.homeform p { margin:7px 0 7px 0; }
.homeform input.text { width: 190px; height: 20px; line-height: 20px; padding: 2px; float: left; border: 1px solid #ccc; }
.homeform textarea { width: 400px; height:50px; float:left; border: 1px solid #ccc; }


.internalform { padding-left:15px; padding-right:15px; }
.internalform p { margin:0 0 7px 0; }
.internalform input.text { width: 95px; height: 20px; line-height: 20px; padding: 2px; float: left; border: 1px solid #ccc; }
.internalform textarea { width: 230px; height:50px; float:left; border: 1px solid #ccc; }

.internalform input.text2 { width: 230px; height: 20px; line-height: 20px; padding: 2px; float: left; border: 1px solid #ccc; }

#sidebarhome {
	width:265px;
	padding-top:15px;
	margin-left:-15px;
	}
