body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	color: #000033;
	margin: 0;
	background: #93A1B7 url(Images/bg.jpg) repeat-x;
}
a
{
	text-decoration: none;
	color: #6D3679;
}
a:hover
{
	text-decoration: underline;
	color: #000033;
}
img
{
	border: 0;
}
h1
{
	font-size: 26px;
	
}
h2
{
	font-size: 16px;
	color: #6D3679;

	text-decoration: underline;
}
h3
{
	font-size: 15px;
	color: #000033;
	font-family: Arial
}
hr
{
	clear: both;
	margin-bottom: 10px;
	border: solid 1px #D5DAE3;
}
em
{
	color: #6D3679;
}
table
{
	border: 0;

}
ul
{
	list-style-type: decimal;
}

/*Globals*/
/************************************************************************/

.left_image
{
	clear: both;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.right_image
{
	clear: both;
	float: right;
	margin-left: 10px;
	margin-bottom: 50px;
}
.table_of_contents
{
	width: 100%;
}
.table_of_contents td
{
	vertical-align: top;
}
th.heading 
{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #D5DAE3;
}

/*Site Layout*/
/************************************************************************/
#main
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#header
{
}
#nav_bar
{
	min-height: 262px;
	vertical-align: top;
	padding-left: 10px;
	background: #8090AA url(Images/nav_bar_bg.jpg) no-repeat bottom;
}

	/*Two Column Layout*/
	/*------------------------------------------------------------------*/
#nav_bar_2col
{
	min-height: 262px;
	vertical-align: top;
	padding-left: 20px;
	background: #8090AA url(Images/nav_bar_2col_bg.jpg) no-repeat bottom;
}
#content_2col_wrapper
{
	float: left;
 	width: 900px;
 	height: 100%;
	background: url(Images/content_2col_wrapper_bg.jpg) repeat-y;
}
#content_2col
{
 	width: 701px;
	min-height: 183px;
	float: left;
	text-align: left;
	padding: 15px;
	background: #C0C6D3 url(Images/content_bg.jpg) repeat-x;
}
#content_2col #inner_left
{
	font-size: 14px;
	font-style: italic;
	float: left;
	width: 252px;
	padding-right: 10px;
	margin-top: 15px;
	text-align: center;
	border-right: solid 2px #D5DAE3;
}
#content_2col #inner_right
{
	font-size: 14px;
	font-style: italic;
	float: right;
	width: 426px;
	padding-left: 10px;
	margin-top: 15px;
	text-align: center;
}
#sub_footer_c1r1_2col
{
	clear: left;
	float: left;
	width: 387px;
	height: 78px;
	text-align: left;
	padding-left: 10px;
	background: #C2C5D4 url(Images/subfooter_gal_c1r1_bg.jpg) no-repeat right bottom;
}
#sub_footer_c1r2_2col
{
	clear: left;
	float: left;
	width: 397px;
	height: 212px;
	background: #C2C5D4 url(Images/subfooter_gal_c1r2_bg.jpg) no-repeat left top;
}

	/*Three Column Layout*/
	/*------------------------------------------------------------------*/
#content_wrapper
{
	float: left;
 	width: 900px;
 	height: 100%;
	background: url(Images/content_wrapper_bg.jpg) repeat-y;
}
#content
{
 	width: 526px;
	min-height: 183px;
	float: left;
	text-align: left;
	padding: 15px;
	background: #C0C6D3 url(Images/content_bg.jpg) repeat-x;
}
#content #inner_left
{
	font-size: 14px;
	font-style: italic;
	float: left;
	width: 252px;
	padding-right: 10px;
	text-align: center;
	border-right: solid 2px #D5DAE3;
}
#content #inner_right
{
	font-size: 14px;
	font-style: italic;
	float: right;
	width: 252px;
	padding-left: 10px;
	text-align: center;
}
#content .inner_left
{
	font-size: 14px;
	font-style: italic;
	float: left;
	width: 252px;
	padding-right: 10px;
	text-align: center;
	border-right: solid 2px #D5DAE3;
}
#content .inner_right
{
	font-size: 14px;
	font-style: italic;
	float: right;
	width: 252px;
	padding-left: 10px;
	text-align: center;
}
#left_sidebar
{
	width: 143px;
	min-height: 183px;
	height: 100%;
	float: left;
	text-align: left;
	padding: 15px;
	border-right: solid 2px #D5DAE3;
	background: #CDD2DC url(Images/sidebar1_bg.jpg) repeat-x;
	
}
#right_sidebar
{
	width: 167px;
	min-height: 183px;
	float: right;
	border-left: solid 2px #D5DAE3;
	background: #CDD2DC url(Images/sidebar2_bg.jpg) repeat-x;
}
#sub_footer_c1r1
{
	clear: left;
	float: left;
	width: 387px;
	height: 78px;
	text-align: left;
	padding-left: 10px;
	background: #CDD2DC url(Images/subfooter_c1r1_bg.jpg) no-repeat right bottom;
}
#sub_footer_c1r2
{
	clear: left;
	float: left;
	width: 397px;
	height: 212px;
	background: #95A3B8 url(Images/subfooter_c1r2_bg.jpg) no-repeat left top;
}
#sub_footer_c2
{
	float: right;
	width: 503px;
	height: 290px;
	background: url(Images/subfooter_c2_bg.jpg) no-repeat bottom;
}
#footer
{
	clear: both;
	height: 63px;
	width: 100%;
	text-align: center;
	background: url(Images/footer_bg.jpg) repeat-x;
}
#footer a
{
	text-decoration: none;
	color: #000033;
}
#footer a:hover
{
	text-decoration: underline;
	color: #D5DAE3;
}
#footer table
{
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

/*Master Page*/
/************************************************************************/

	/*Navigation sub menu table*/
	/*------------------------------------------------------------------*/

table .nav_sublinks
{
	text-align: center;
	height: 155px;
	border: 0;
	
}
table .nav_sublinks td
{
	vertical-align: top;
	width: 121px;
	
}
table .nav_sublinks a
{
	color: #000000;
	font-weight: bold;
}
table .nav_sublinks a:hover
{
	color: #D5DAE3;
}
a.tab_link
{
	border: 0;
	margin: 0;
	padding: 0;
}
a.tab_link img
{
	border: 0;
	margin: 0;
	padding: 0;
}

.nav_subbutton
{
	margin-left: 20px;
	margin-top: 20px;
}
#left_sidebar .master
{
	padding-top: 15px;
	text-align: center;
	font-size: 9px;
}
#left_sidebar .master .logos
{
	margin-left: -5px;
}
#right_sidebar .master
{
	text-align: right;
	font-size: 12px;
	color: #333333;
	margin-top: 10px;
	margin-right: 25px;
}
.crediticons
{
	float: right;
	padding: 15px 10px;
	text-align: left;
}
.crediticons p
{
	margin-left: -40px;
}
.bbbo1912
{
	clear: both;
	padding-bottom: 15px;
}
.bbbo1912 a
{
	padding-left: 15px;
}
#right_sidebar .master p
{
	margin: auto;
	margin-right: 20px;
}
/*Home Page*/
/************************************************************************/
#nav_bar .home td
{
	padding-top: 10px;
	width: 215px;
	text-align: center;
}
#nav_bar .home td img
{
	margin-top: 10px;
}
#content .home
{
	line-height: 20px;
	
}
#content .home h1
{
}
#content .home .home_header
{
	margin-top: 10px;
}

#left_sidebar .home
{
	text-align: center;
	font-size: 9px;
}

/*Countertops Page*/
/************************************************************************/
/*#content .countertops table
{
	clear: both;
	width: 100%;
	margin-top: 30px;
	border: solid 2px #D5DAE3;
}
#content .countertops table td
{
	border: solid 1px #D5DAE3;
}
#content .countertops table .col1
{
	width: 150px;

}

/*About Us Page*/
/************************************************************************/
#content .about_us h2
{
	text-decoration: none;
}
#content .about_us .right_image
{
	margin: 10px;
}

/*Quote Request Page*/
/************************************************************************/
#content .quote_request
{
	
	text-align: left;
}
#content .quote_request .form
{
	clear:both;
	float: left;
	text-align: left;
}
#content .quote_request td
{
	vertical-align: top;
	padding-left: 10px;
}
#content .quote_request table .label
{
	text-align: right;
	width: 80px;
}
#content .quote_request table .products_col
{
	float: left;
	width: 205px;
	padding-top: 10px;
}

#content .quote_request h2
{
	text-decoration: none;
}


/*Contact Us Page*/
/************************************************************************/
#content .contact_us #inner_left
{
	text-align: left;
}
#content .contact_us #inner_right
{
	text-align: left;
}
#content .contact_us table .hours_col1
{
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
}
#content .contact_us .directions
{
	clear: both;
}

/*Gallery Page*/
/************************************************************************/


#right_sidebar .gallery
{
	text-align: right;
	margin-top: 10px;
}
#right_sidebar .gallery h2
{
	text-decoration: none;
}
#right_sidebar .gallery p
{
	padding-right: 25px;
}


#content_2col .gallery
{
	text-align: left;
}
#content_2col .gallery h1
{
	float: left;
	margin-top: 10px;
	margin-bottom: -30px;
}
#content_2col .gallery .tab_tool_tip
{
	padding-left: 363px;
	padding-bottom: 3px;
	color: #6D3679;
	font-style: italic;
}
#content_2col .gallery .slideshow
{

}
#content_2col .gallery .thumbs
{
	text-align: center;
	margin-top: 15px;
	color: #6D3679;
}
#content_2col .gallery .thumbs .gallery_thumb
{
	cursor: pointer;
	border: solid 1px #8090AA;
	padding-left: 2px;
	padding-top: 2px;
}
#content_2col .gallery .thumbs .gallery_thumb:hover
{
	border-color: #6D3679;
}
#content_2col .gallery .TabbedMenuTableSide {
    width: 1px;
    height: 28px;
    background-image: url('MenuInternal/TabbedMenu/LeftSideSeparators.gif');
    overflow: hidden;
}
#content_2col .gallery .TabbedMenu .rootItem table {
	background-image: url('MenuInternal/TabbedMenu/ItemBackground.gif');
}

#content_2col .gallery .TabbedMenu .rootItemHover table {
	background-image: url('MenuInternal/TabbedMenu/ItemBackgroundHover.gif');
}

#content_2col .gallery .TabbedMenu .rootItemSelected table {
    background-image: url('MenuInternal/TabbedMenu/ItemBackgroundSelected.gif');
}
#content_2col .gallery .TabbedMenu .rootItem div, 
#content_2col .gallery .TabbedMenu .rootItemHover div, 
#content_2col .gallery .TabbedMenu .rootItemSelected div {
    padding: 0px;
    margin: 0px;
}
    
#content_2col .gallery .TabbedMenu .rootItem div {
    height: 26px;
    border-top: solid 1px #D8D8D8;
    border-bottom: Solid 1px #A3A3A3;
}
#content_2col .gallery .TabbedMenuSideBorders {
    border-bottom: Solid 1px #A3A3A3;
}
	 
#content_2col .gallery .TabbedMenu .rootItemHover div, 
#content_2col .gallery .TabbedMenu .rootItemSelected div {
    height: 27px;
    border-top: none;
}
#content_2col .gallery .TabbedMenu .rootItem table, 
#content_2col .gallery .TabbedMenu .rootItemHover table, 
#content_2col .gallery .TabbedMenu .rootItemSelected table {
    border-collapse: collapse;
    border-width: 0px;
    margin-left: 1px;
    margin-right: 1px;
    background-repeat: repeat-x;
    background-position: top;
}
#content_2col .gallery .TabbedMenu .rootItem th, 
#content_2col .gallery .TabbedMenu .rootItemHover th, 
#content_2col .gallery .TabbedMenu .rootItemSelected th {
    padding: 7px;
	padding-top: 6px;	
	white-space: nowrap;
    font-weight: normal;
}
#content_2col .gallery .TabbedMenu .rootItemHover th, 
#content_2col .gallery .TabbedMenu .rootItemSelected th {
    padding-top: 7px;
}
#content_2col .gallery .TabbedMenu .WhiteBorderRight { border-right: solid 1px White; }
#content_2col .gallery .TabbedMenu .rootItemSelected div {
    border-bottom: 0px;
}
div.Spacer {
    overflow: hidden;
    width: 1px;
    height: 1px;
}

#content_2col .gallery #inner_left h2
{
	text-align: left;
	text-decoration: none;
	font-weight: normal;
}
