@charset "utf-8";
@import "tools.css";

/* basic styls
**********************************************/

body {
	font-family: "Arial", Helvetica, sans-serif;
	background: #CCCCCC;
	font-size: 12px;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

a:link, a:visited {
	text-decoration: none;
	color: #0066FF;
}

a:hover {
	text-decoration: none;
	color: #FFCC00;
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
	padding-bottom: 1em;
}

p {
	line-height: 1.5em;
}

/* layout
**********************************************/

#wrapper {
	width: 100%;
}

#main {
	position: relative;
	width: 783px;
	margin: 0 auto;
}

#header {
	height: 106px;
	background: url('../i/bg_header.jpg') no-repeat left top;
}

#container {
	background: url('../i/bg_container.gif') repeat-y left top;
	width: 100%;
}

#content {
	width: 560px;
	float: right;
	height: 100%;
	min-height: 900px;
	margin-right: 25px;
	padding-top: 20px;
}

#footer {
	clear: both;
	background: url('../i/bg_footer.jpg') no-repeat left top;
	height: 135px;
}

/* header
**********************************************/

#header h1 a {
	display: block;
	float: left;
	width: 100px;
	text-indent: -9999em;
	width: 234px;
	height: 44px;
	margin-left: 6px;
}

#header_bottom {
	position: absolute;
	left: 12px;
	width: 209px;
	height: 117px;
	top: 106px;
}

/* top navigation
**********************************************/

ul#topnav {
	float: right;
	position: absolute;
	top: 3px;
	/*right: 15px;*/
	right:19px;
	color: #CCCC00;
}


ul#topnav li {
	
	/*display: inline;*/
	float:left;
	
}
ul#topnav li#car  {
	background: url('../i/bg_linelink.gif') no-repeat right 3px;
}

ul#topnav li#car a {
	background: url('../i/ico_car.gif') no-repeat left top;
	/* padding-left: 21px; */ 
	padding-left: 21px;
}
ul#topnav li#car a {
	background: url('../i/ico_car.gif') no-repeat left top;
	/* padding-left: 21px; */ 
	padding-left: 21px;
}

ul#topnav li#car a:hover {
	background-position: left -17px;
	
}

ul#topnav li a {
	background: url('../i/bg_linelink.gif') no-repeat right 6px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 9px;
	padding:5px 6px 2px 5px;
	color: #CCCC00;
	margin:0 1px;
}


ul#topnav li a:hover {
	color: #ff9933;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
	ul#topnav {
		right:23px;
	}
} 


/* navigation
**********************************************/

#navbar {
	/*margin:4px 10px 0;*/ 
	margin:4px 11px 0;
	height: 35px;
	float: right;
	
}

ul#navbar li {
	text-align: center;
	list-style: none;
	display:inline;
	text-align:right;
}

ul#navbar li a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	float: left;
	/*width: 72px;*/
	width: 74px;
	/*margin: 0px 3px 0px 0px;*/
	margin: 0px 2px 0px 0px;
	padding:  20px 3px 4px 3px;
	text-align:right;
}


@media screen and (-webkit-min-device-pixel-ratio:0){
	ul#navbar li a {
		padding:  19px 3px 3px 3px;
	}
}
ul#navbar li.home a {
	background: #ff9a11;
	color: #ffffff;

}

ul#navbar li.home a:hover {
	background: #7c8200;
	color: #ffff00;
}

ul#navbar li.products a {
	background: #ff8800;
	color: #ffffff;
}

ul#navbar li.products a:hover {
	background: #e9ba00;
	color: #ffff00;
}

ul#navbar li.products_sel a{
	background: #e9ba00;
	color: #ffff00;
}

ul#navbar li.parents a {
	background: #ff7f00;
	color: #ffffff;
}

ul#navbar li.parents a:hover {
	background: #6699ff;
	color: #ffff00;
}

ul#navbar li.parents_sel a {
	background: #6699ff;
	color: #ffff00;
}

ul#navbar li.clinicians a {
	background: #ff7700;
	color: #ffffff;
}

ul#navbar li.clinicians a:hover {
	background: #000099;
	color: #ffff00;
}

ul#navbar li.clinicians_sel a{
	background: #000099;
	color: #ffff00;
}

ul#navbar li.educators a {
	background: #ff6e00;
	color: #ffffff;
}

ul#navbar li.educators a:hover {
	background: #996600;
	color: #ffff00;
}

ul#navbar li.educators_sel a{
	background: #996600;
	color: #ffff00;
}

ul#navbar li.cosmokids a {
	background: #ff6800;
	color: #ffffff;
}

ul#navbar li.cosmokids a:hover {
	background: #cc3300;
	color: #ffff00;
}

ul#navbar li.cosmokids_sel a {
	background: #cc3300;
	color: #ffff00;
}

ul#navbar li.aboutus a {
	background: #ff6600;
	color: #ffffff;
}

ul#navbar li.aboutus a:hover {
	background: #663300;
	color: #ffff00;
}

ul#navbar li.aboutus_sel a {
	background: #663300;
	color: #ffff00;
}

/* iframe
**********************************************/


/* footer
**********************************************/

#footer {
	text-align: center;
	padding-top: 52px;
	padding-right: 22px;
}

/**** OTHERS ****/

.no_padding_r {
	padding-right:0 !important;
}
.bg_none {
	background:none !important;
}

.clearfix:after, .wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}