@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/forms.css";

/* @group Global */

a {
	/*color: #44b3e4;*/
	color: #006591;
}

hr {
	clear: both;
	border: none;
	border-top: 1px solid #cbcbcb;
	margin-top: 20px;
	margin-bottom: 20px;
}

body {
	background: #e9e9e9 url(../images/ui/bodyBG.jpg) repeat-x;
	margin: 0;
	padding: 0;
}

div {
	overflow: hidden;
}

div#header, div#main, div#footer {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

div#header {
	height: 264px;
	background: url(../images/ui/biteRightHeader.jpg) no-repeat;
	overflow: hidden;
}

div#main {
	border-top: 3px solid #FBFB00; /* #FFF186 */
	border-right: 3px solid #FBFB00;
	border-bottom: 3px solid #FBFB00;
	border-left: 3px solid #FBFB00;
	padding: 20px 10px 10px;
	background-color: #fff;
}

div#main p {
	/*font-size: 1.2em;*/
}

div#main ol, ul {
	margin-bottom: 1.5em;
}

h1#biteRightHeading {
	display: none;
}

ul#menu {
	overflow: hidden;
	width: 100%;
	margin: 229px 0 0;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: lowercase;
}

ul#menu a {
	height: 35px;
	overflow: hidden;
	padding: 0 11px;
	margin-left: 0;
}

ul#menu li.current_page_item {
	/*background-color: #fff;*/
	background-color: #FBFB00;
}

#menu li.current_page_item a {
		color: #141f3f;
}
#menu a:hover {
	color: #44b3e4;
	text-decoration: none;
}
#menu li a {
	color: #fff;
	/*display: block;*/
}

#menu .submenu {
	display: none !important;
	margin: 0;	
	position: absolute;
}

#menu li ul {
	display: none !important;
}
.submenu li, .submenu li.current_page_item {
	background-color: #ffe300 !important;
}

#menu .submenu li a {
	color: #141f3f;
	display: block;
	height: 30px;
	line-height: 30px;
}

#menu .submenu li a:hover {
	color: #44b3e4;
}


ul#menu li {
	overflow: hidden;
	float: left;
}



/* @end */

/* @group Containers */

div.tripletContainer {
	overflow: hidden;
	height: 1%;
	background-color: #e7effe;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px
	
}

div.triplet {
	width: 180px;
	padding: 5px;
	float: left;
	overflow: hidden;
	clear: none;
}


/* @end */

/* @group Pages */

/* @group home */



/* @end */

/* @group What Makes An Orthodontist */

table#orthodontistComparison {
	width: 100%;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

table#orthodontistComparison th {
	padding-left: 10px;
	color: #000;
	/*color: #595959;*/
	/*height: 30px;*/
	line-height: 25px;
	background-color: #6EB7FC;
	/*background-color: #a9e3ff;*/
	/*background-image: url(../images/ui/whiteGloss.jpg);*/
	font-weight: normal;
	font-style: normal;
	border-style: none;
}

.col1 {
	border-right: 1px solid #ddd;
}

table#orthodontistComparison td {
	padding: 10px;
	background-color: #fcfcfc;
	line-height: 1.6em;
	font-size: 0.9em;
}


/* @end */

/* @group Locations */
.addressContainer {
	float: left;
	padding: 0px 40px;
}


/* @end */

/* @group New Patients */

ul.newPatientsFlowChart {
	background-image: url(../images/content/newPatientsFlowChart.jpg);
	width: 290px;
	height: 575px;
	float: left;
}
ul.newPatientsFlowChart li {
	display: none;
}

/* @end */

/* @group Patients Info */
div#colorChooser{
	background: #E5E5E5;
	height: 312px;
	margin-bottom: 10px;
}
div#colorBlocks{
	background: #CECECE;
	float: left;
	height: 296px;
	margin: 8px 0px 0px 8px;
	width: 252px;
}
div#colorBlocks .colorBlock{
	float: left;
	height: 45px;
	margin: 12px 0px 0px 12px;
	width: 47px;
}
div#braces{
	background: #CECECE;
	float: left;
	height: 296px;
	margin: 8px 0px 0px 8px;
	overflow: hidden;
	width: 480px;
}

/* @end */

/* @group smile gallery */
div#smilePhotosPane{
	float: left;
	width: 525px;
}
div#smilePhotosPane h2{
	float: left;
	margin-bottom: 5px;
	padding-left: 25px;
	width: 225px;
}
div.smilePhoto{
	background: url(../images/content/polaroidTestimonal.jpg);
	float: left;
	height: 250px;
	width: 250px;
}
div.smilePhoto .imageContainer{
	margin: 22px 0px 0px 23px;
	height: 148px;
	overflow: hidden;
	width: 208px;
}
div.smilePhoto p{
	margin: 5px 0px 0px 23px;
	height: 50px;
	overflow: hidden;
	width: 208px;
}
div#testimonialPane{
	float: right;
	margin-right: 25px;
	width: 210px;
}
p.testimonial{
	border-bottom: #EEE 1px solid;
	margin-bottom: 30px;
}

/* @end */



/* @end */

/* @group Footer */

div#footer {
	font-size: 0.8em;
}

div#footer a {
	font-size: 1.2em;
}

div#footer hr {
	margin-bottom: 5px;
}

p#footerLinks {
	float: right;
	text-align: right;
}


/* @end */

/* generic */
.clear{
	clear: both;
}