﻿/* CSS RESET **********************************************/
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td, img { 
	padding: 0;
	margin: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
fieldset,img { 
	border: 0;
	}
address,caption,cite,code,dfn,em,strong,th,var {
	font-weight: normal;
	font-style: normal;
	}
ol,ul {
	list-style: none;
	}
caption,th {
	text-align: left;
	}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
	}
	
/* End of CSS RESET **********************************************/	

/* Layout CSS ********************************************/

body, html {
    color:#000;
    font-family:Arial;
    font-size:12px;
    height:100%;
    width:100%;
    z-index:0;
    
}

#BackgroundDiv {
    background:#FFFFFF url(../images/bg_gradient.jpg) repeat-x top;
    height:100%;
    text-align:center;
    width:100%;
    z-index:0;
}

#Content {
    background-color:#FFFFFF;
    margin-left:auto;
    margin-right:auto;
    padding:0 40px 0 40px;
    text-align:left;
    width:771px;
}

#Footer {
    color:#999999;
    font-size:10px;
    margin:20px auto 10px auto;
    text-align:center;
}

.SearchControl {
    float:right;
    margin-top:52px;
    height:20px;
    line-height:20px;
    vertical-align:middle;
}
.SearchControl input, .SearchControl select, .SearchControl img { 
    vertical-align:middle;
}


/* End of Layout CSS ********************************************/

/* Subpage Layout CSS ********************************************/

#SidebarNavContainer {
    float:left;
    width:175px;
}

#RightBodyContainer {
    margin-left:185px;
    width:585px;
}

.subpageBanner {
    height:122px;
    width:584px;
    position:relative;
}

#CaseStudyBanner {
    background:#FFFFFF url("../images/banner_case_studies.jpg") no-repeat top;
    color:#444444;
}
#ContactBanner {
    background:#FFFFFF url("../images/banner_contactus.jpg") no-repeat top;
    color:#FFFFFF;
}
#CompanyBanner {
    background:#FFFFFF url("../images/banner_company.jpg") no-repeat top;
    color:#FFFFFF;
}
#ProductsBanner {
    background:#FFFFFF url("../images/banner_products.jpg") no-repeat top;
    color:#FFFFFF;
}
#ServicesBanner {
    background:#FFFFFF url("../images/banner_services.jpg") no-repeat top;
    color:#FFFFFF;
}

.subpageBanner #Title {
    font-size:30px;
    position:absolute;
    bottom:15px;
    left:15px;
}

#SidebarNavControl {
    border-collapse:collapse;
    width:100%;
}
#SidebarNavControl td {
    font-size:12px;
    height:28px;
    line-height:14px;
    vertical-align:middle;
}

#SidebarNavControl .twoLine td {
    height:40px;
}

#SidebarNavControl td.text {
    border-top:solid 1px #DCDCDC;
    border-bottom:solid 1px #DCDCDC;
    padding-left:15px;
}
#SidebarNavControl td.highlightSpacer {
    width:7px;
}
#SidebarNavControl tr.selected td.text, #SidebarNavControl tr:hover td.text {
    background:#F2F2F2;
    color:#666666;
}

#SidebarNavControl tr.selected td.highlightSpacer, #SidebarNavControl tr:hover td.highlightSpacer {
    background:url("../images/subnav_arrow2.gif") no-repeat center right;
}

#SidebarNavControl tr.twoLine.selected td.highlightSpacer, #SidebarNavControl tr.twoLine:hover td.highlightSpacer {
    background:url("../images/subnav_arrow3.gif") no-repeat center right;
}

#SidebarNavControl a {
    display:block;
    text-decoration:none;  
}

/* End of Subpage Layout CSS ********************************************/

/* Menu CSS ********************************************/
.MainMenu {
    border-top:solid 1px #D2D3D4;
    border-bottom:solid 1px #D2D3D4;
    font-family:Arial;
    font-size:14px;
    line-height:30px;
    height:30px;
    margin:0;
    padding:0;
    vertical-align:middle;
    width:100%;
}
.MainMenu a, .MainMenu a:hover {
    display:block;
    text-decoration:none;
}

.menuBorderImage {
    display:block;
    margin: 0 auto 2px auto;
    text-align:center;
}

.TopMenu {
    background-color:#FFFFFF;
    border-left:solid 1px #FFFFFF;
    border-right:solid 1px #FFFFFF;
    padding:0 10px 0 3px;
}
.TopMenuHover {
    border-left:solid 1px #D2D3D4;
    border-right:solid 1px #D2D3D4;
    background-color:#E0FBFF;
}
.Dropdown {
    margin-top:2px;
    border:solid 1px #DCDCDC;
    border-bottom:none;
    
}
.DropdownItem {
    background-color:#FFFFFF;
    border-bottom:solid 1px #DCDCDC;
    font-size:11px;
    line-height:28px;
    padding:0 5px 0 10px;
    width:190px;
    display:block;
}
.DropdownHover {
    background-color:#F2F2F2;
}
.DropdownHover a {
}
.DropdownHover a:hover {
    text-decoration:none;
}

/* End of Menu CSS ********************************************/

/* HomePage CSS ********************************************/

#HomePagePromo {
    background-image:url(../images/brilliant_solutions_brilliant_smiles.jpg);
    height:280px;
    position:relative;
    width:771px;
}

#HomePagePromo #PromoText {
    color:#FFFFFF;
    font-size:12px;
    height:150px;
    line-height:18px;
    left:40px;
    position:absolute;
    top:130px;
    width:260px;
}

#BottomBoxes {
    width:100%;
    margin-top:20px;
}
#BottomBoxes td {
    border-left:solid 1px #D2D3D4;
    border-right:solid 1px #D2D3D4;
    padding-left:14px;
}
#BottomBoxes .body td {
    font-size:12px;
    line-height:18px;
    padding-top:10px;
    padding-right:5px;
    vertical-align:top;
}
#BottomBoxes .left {
    width:40%;
	color: #444;
}
#BottomBoxes .center {
    width:30%;
	color: #444;
}
#BottomBoxes .right {
    width:30%;
	color: #444;
}
#BottomBoxes .title {
    font-size:16px;
}
#BottomBoxes .featuredProduct {
    
    margin-top:10px;
    margin-bottom:10px;
}
#BottomBoxes .featuredProduct img {
    float:left;
    margin-right:10px;
}
#BottomBoxes .blackText {
    color:#000;
}
#BottomBoxes .greyText {
    color:#666666;
}
#BottomBoxes .greenText {
    color:#609003;
}


/* End of HomePage CSS ********************************************/

/* Generic CSS ********************************************/

a         {text-decoration: none;}
a:link    {color: #005bab; }
a:visited {color: #005bab; outline: none;}
a:hover   {color: #005bab; text-decoration: underline;}
a:active  {color: #005bab; outline: none;}

.bodyText {
    color:#888888;
    line-height:18px;
    margin: 5px 0 5px 0;
    padding:0 0 0 15px;
}

.divClear {
    clear:both;
}

.dataGrid {
    margin:10px 0 10px 0;
    border:none;
    width:100%;
}

.gridHeader td, .gridHeader th {
    font-size:12px;
    font-weight:bold;
    background-color:#F2F2F2;
    border-top:solid 1px #DCDCDC;
    border-bottom:solid 1px #DCDCDC;
    padding:4px;
    vertical-align:middle;
    color:#666666;
}
.gridRow td {
    font-size:12px;
    border-top:solid 1px #DCDCDC;
    border-bottom:solid 1px #DCDCDC;
    padding:4px;
    vertical-align:middle;
    color:#666666;
}

.imageControl {
    cursor:pointer;
}

.infoTable {
    border-collapse:collapse;
    font-size:12px;
    margin:10px 0;
    width:100%;
}
.infoTable td {
    border-top:solid 1px #DCDCDC;
    border-bottom:solid 1px #DCDCDC;
    padding-left:10px;
}
.infoTable td.label {
    background-color:#F2F2F2;
    color:#666666;
    font-weight:bold;
    line-height:24px;
    padding:4px 4px 4px 15px;
    vertical-align:middle;
    width:115px;
}

.labelText {
    font-weight:bold;
    color:#333333;
}
.strongText {
    color:#666666;
    font-weight:bold;
}
.underlineText {
    color:#777777;
    text-decoration:underline;
}

ul 
{
    margin:10px 0 10px 10px;
    padding:0px;
    list-style: none;
}
ul li
{
    background-image:url("../images/bullet.gif");
    background-position:left 6px;
    background-repeat:no-repeat;
    padding: 0 0 3px 10px;
    margin:0;
    line-height:15px;
    vertical-align:middle;
}

/* End of Generic CSS ********************************************/