/*******************************************************************************
 *      ___ __ _   _ 
 *    / __//  | \ / |
 *   | C__/ A |  M  |  Web Design
 *   \___/_/|_|_| |_|
 *   
 *   Copyright 2008, CamWebDesign
 *   www.camwebdesign.com
 *   For: SeashoreAce.com
 * 
 *******************************************************************************/
/* -------------------------------Begin Reset------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* -------------------------------End Reset----------------------------------- */

body {
    padding: 0;
    margin: 0 auto;
    text-align: center;
    font: normal 15px Calibri, arial, verdana, lucida, sans-serif;
    line-height: 1; 
    color: #000;
    background: url(/images/bg-body.jpg) top left repeat-x #FFF;
}

.clear {
    clear: both;
}

acronym {
    cursor: help;
}


/*Lists*****************************************************************************************************************/

#content ul {
    list-style-position: inside;
    list-style-image: url(/images/grnsquare.gif);
    margin-left:1em;
}

#content ol { list-style: decimal inside; margin-left:1em; }
#content ol ol { list-style-type: lower-alpha; }

/*Header CSS*************************************************************************************************************/

#header_wrap {
    width: 100%;
    height: 100px;
    text-align: center;
    margin: 0 auto;
    background: url(/images/bg-header.jpg) top left no-repeat;
}

#header_left {
    width: 15%;
    height: 100px;
    float:left;
}

#header_center {
    width: 70%;
    height: 100px;
    text-align: center;
    float:left;
}

#header_center h1 {
    display: none;
}

#header_center a {
    border: 0;
}

#header_right {
    width: 15%;
    height: 100px;
    background: url(/images/bg-chair.jpg) top right no-repeat;
    float: right;
}

#wrap {
    width: 100%;
    padding: 4px 0;
    background: url(/images/bg-wrap.jpg) left top no-repeat #E0E0C6;
}

#sitewrap {
    margin: 0 auto;
    text-align: center;
    width: 824px;
}

/*Breadcrumb CSS*************************************************************************************************************/

#bc_wrap {
    width: 100%;
    text-align: center;
    background: url(/images/bar.gif) repeat-x bottom left #E7E8DA;
    border-top: 1px solid #A1A268;
}

#breadcrumbs {
    width: 820px;
    height: 33px;
    text-align: left;
    font: normal 1em/1.6 arial, verdana, lucida, sans-serif;
    color: #000;
    margin: 0 auto;
}

#breadcrumbs a {
    color: #00B;
    text-decoration: none;
}

#breadcrumbs a:hover {
    color: red;
    text-decoration: underline;
}


/* Search Form CSS **********************************************************************************************************/

#search-form {
    margin-top: 1px;
    float: right;
    text-align: right;
}


/*Navigation CSS*************************************************************************************************************/

#nav {
    width: 214px;
    vertical-align: top;
    text-align: left;
}

#nav-bg {
    width: 214px;
    height: 125px;
    margin: 0;
    padding: 0;
    background: url(/images/nav-bg.gif) top left no-repeat;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

ul#cat {
    width: 200px;
    padding: 0 0 0 8px;
    margin: 0;
    list-style: none;
    position: relative;
    top: -117px;
    left: 0;    
}

ul#subcat {
    list-style: none;
    padding: 0 0 8px 0;
    margin: 0px;
}

ul#cat li {
    margin: 0;
    padding: 0;
}

ul#cat li ul#subcat li {
    margin: 0;
    padding: 0 0 0 8px;
}

ul#cat li a {
    color: #000;
    text-decoration: none;
    padding: 0 0 0 8px;
    background:url(/images/redsquare.gif) no-repeat 0 -3px;
    font: bold 0.9em/1.75 arial, verdana, lucida, sans-serif;
}

ul#cat li ul#subcat li a {
    color: #000;
    text-decoration: none;
    padding: 0 0 0 8px;
    background:url(/images/grnsquare.gif) no-repeat 0 -3px;
    font: bold 0.9em/1.4 arial, verdana, lucida, sans-serif;
}

ul#cat li a:hover, ul#cat li ul#subcat li a:hover {
    color: #000;
    text-decoration: underline;
}

ul#cat li.no a, ul#cat li ul#subcat li.no a {
    color: #888;
    text-decoration: none;
}

ul#cat li.no a:hover, ul#cat li ul#subcat li.no a:hover {
    color: #888;
    text-decoration: underline;
}

ul#cat li.active a, ul#cat li ul#subcat li.active a, ul#cat li.active a:hover, ul#cat li ul#subcat li.active a:hover {
    color: #BD0004;
    text-decoration: none;
}

/*Content CSS*************************************************************************************************************/

#content-top {
    width: 612px;
    height: 11px;
    padding: 0;
    font: normal 0.1em Calibri, arial, verdana, lucida, sans-serif;
    background: url(/images/content-top.gif) no-repeat top right;
}

#contitle {
    font: bold 1.3em/1 Calibri, arial, verdana, lucida, sans-serif;
    margin: 0;
    text-align: center;
    width: 100%;
    background: url(/images/bg-text.jpg) repeat-y top right #FFF;
}

#content {
    width: 612px;
    font: normal 1em Calibri, arial, verdana, lucida, sans-serif;
    vertical-align: top;
    text-align: left;
}

#content-bottom {
    width: 612px;
    height: 16px;
    padding: 0;
    font: normal 0.1em Calibri, arial, verdana, lucida, sans-serif;
    background: url(/images/content-bottom.gif) no-repeat bottom right;
}

.divided {
    width: 612px;
    padding: 8px 0;
    margin: 0 auto;
    text-align: center;
    font: normal 0.1em Calibri, arial, verdana, lucida, sans-serif;
    background: url(/images/bg-text.jpg) repeat-y top right #FFF;
}

.divided hr {
    border: 1px solid #D5D5B9;
    border-width: 1px 0 0 0;
    color: #D5D5B9;
    height: 1px;
    width: 596px;
}

.whitedivided {
    width: 612px;
    padding: 1px 0;
    margin: 0 auto;
    text-align: center;
    font: normal 0.1em Calibri, arial, verdana, lucida, sans-serif;
    background: url(/images/bg-text.jpg) repeat-y top right #FFF;
}

.whitedivided hr {
    border: 1px solid #FFF;
    border-width: 1px 0 0 0;
    color: #FFF;
    height: 1px;
    width: 596px;
}

.divided_home_summary {
    width: 612px;
    padding: 6px 0 4px 0;
    margin: 0 auto;
    text-align: center;
    font: normal 0.1em Calibri, arial, verdana, lucida, sans-serif;
    background: url(/images/bg-text.jpg) repeat-y top right #FFF;
}

.divided_home_summary hr {
    border: 1px solid #D5D5B9;
    border-width: 1px 0 0 0;
    color: #DDD;
    height: 1px;
    width: 596px;
}

.undivided {
    width: 612px;
    height: 8px;
    font: normal 0.1em Calibri, arial, verdana, lucida, sans-serif;
    background-color: #FFF;
}

.undivided hr {
    display: none;
}

.text {
    padding: 0px 16px 0 8px;
    text-align: justify;
    background: url(/images/bg-text.gif) repeat-y top right #FFF;
}

.text-title {
    font: bold 1.4em/1 Calibri, arial, verdana, lucida, sans-serif;
    text-align: center;
    width: 100%;
}

.text p {
    padding: 0 0 8px 0;
    display: block;
}

.text a {
    color: #00B;
    text-decoration: none;
}

.text a:visited {
    color: purple;
    text-decoration: none;
}

.text a:hover {
    color: red;
    text-decoration: underline;
}

.text .title {
    font: normal 2em Times new Roman, Georgia, Corbel, Calibri, arial, verdana, lucida, sans-serif;
}

img.left {
    margin: 4px 10px 0 0;
    float: left;
    border: 0;
}

img.right {
    margin: 4px 0 0 10px;
    float: right;
    border: 0;
}

.clear_divided {
    clear: both; 
}

.more {
    font: normal 0.9em Corbel, Calibri, arial, verdana, lucida, sans-serif;
    clear: both; 
}

.more a {
    color: #00B;   
}

.more a:hover {
    color: red;
}

.manufacture_more {
    font: normal 0.9em Corbel, Calibri, arial, verdana, lucida, sans-serif;
    clear: both; 
    text-align: left;
    padding: 4px 0 0 0;
}

.manufacture_more a {
    color: #00B;
    text-decoration: none;   
}

.manufacture_more a:visited {
    color: #00B;
    text-decoration: none;   
}

.manufacture_more a:hover {
    color: red;
    text-decoration: underline;  
}

.contact_more {
    font: normal 1em Corbel, Calibri, arial, verdana, lucida, sans-serif;
    padding: 8px 0 4px 8px;
    background: url(/images/bg-text.gif) repeat-y top right #FFF;
}

.contact_more a {
    color: #00B;   
    text-decoration: none;  
}

.contact_more a:visited {
    color: #00B;   
    text-decoration: none;  
}

.contact_more a:hover {
    color: red;
    text-decoration: underline;  
}

span#confirm {
    color: red;
    font-weight: bold;
    background: yellow;
    text-indent: 2px;
}

.no {
    color: #ABABAB;
}

.no img {
    filter:alpha(opacity=45); 
    -moz-opacity: 0.45; 
    opacity: 0.45;
}

/*Slideshow CSS*************************************************************************************************************/

#slideshow {
    margin: 4px 0 0 0;
}

/*Footer CSS*************************************************************************************************************/

#footer {
    width: 100%;
    height: 30px;
    text-align: center;
    background: url(/images/bar2.gif) repeat-x top left #E7E8DA;
    border-bottom: 1px solid #A1A268;
}

#footer address {
    font: normal 1em/2.1 Calibri, arial, verdana, lucida, sans-serif;
    color: #1E3246;

}

#copyright {
    margin: 5px auto;
    text-align: center;
    width: 820px;
    color: #111;
    font: normal 0.7em arial, verdana, lucida, sans-serif;
}

#copyright a {
    color: #111;
    text-decoration: none;
}

#copyright a:hover {
    color: red;
    text-decoration: underline;
}

/*Contact Form CSS*************************************************************************************************************/

#contact-page address {
    float:right;
    width: 200px;
    text-align: right;
    font-size: 1.1em;
    font-style: normal;
}

#contact-page address strong {
    font-size: 1.2em;
    color: #B00;
}

#contact-page a {
    color: #00B;
    text-decoration:underline;
}

form .required {
     color: #B00;
     font-style: italic;
}

#contact_form {
    background-color: #B0D0DF;
    border: 1px solid #000;
    padding: 10px;
    margin: 10px 0;
    clear:both;
}

#contact_form table {
    margin: 0 auto;
}

#contact_form td {
    vertical-align: top;
    padding: 4px;
}

#contact_form label {
    float: right;
}

#contact_form input:focus, #contact_form textarea:focus {
    border: 2px solid #7F9DB9;
    background-color: #ffe;
}

#contact_form select{
    vertical-align:top;
    padding: 1px;
    margin-top: 1px;
}

#contact_form input#contact_name {
    width: 200px;
}

#contact_form input#contact_email {
    width: 200px;
}

#contact_form input.text {
    width: 200px;
}

#contact_form input#contact_subject {
    width: 320px;
}

#contact_address {
    width: 339px;
    margin-bottom: 3px;
}

#contact_city{
    width: 15em;
    margin-bottom: 3px;
}

#contact_zip{
    width: 5em;
    margin-bottom: 3px;
}

#contact_phone_ext{
    width: 3em;
}

#contact_form input.button {
    padding: 3px 7px;
    margin: 3px 0 3px 70px;
    text-align: center;
}

#contact_form textarea{
    width: 380px;
    height: 150px;
}

.errors {
    color: #B00;
    background: url(/images/error.jpg) no-repeat left center #FFE6E6;
    padding: 8px 20px 8px 50px;
    border: 2px solid #B00;
    clear:both;
    font-weight: bold;
}

.error {
    color: #B00;
}

.error input{
    border: 2px solid #B00;
}

div.success {
    text-align:center;
    color: #080;
    border: 1px solid #080;
    background-color: #ffc;
    padding: 0.5em;
    width: 380px;
    margin-bottom: 10px;
}

/* Directions CSS*************************************************************************************************************/

#directions_text form input {
        margin: 4px 1px;
}


#directions-page address {
    width: 200px;
    float:right;
    text-align: right;
    font-size: 1.1em;
    font-style: normal;
}

#directions-page address strong {
    font-size: 1.2em;
    color: #B00;
}

#fromAddress {
        width: 300px;
}

#map { 
        width: 100%;
        height: 435px;
        border: 1px solid #523720;
}

#directions_result {
        border: 1px solid #523720;
        border-width: 0 1px 1px 1px;
}

#directions_result a#print-link {
    font-size: 0.7em;
    float:right;
    display:block;
    text-align:center;
    margin-left: 5px;
    color: #00D;
    border: 1px solid #fff;
}

#directions_result a#print-link:hover {
    background-color:#ffa;
    border-color:#080;
    color: #080;
    text-decoration:none;
}

#search_results-page h4 {
  padding-top: 1em;
}

#search_results-page h4 a, #search_results-page h4 a span.hilite{
  text-decoration:underline;
  color:#00B;
}

span.hilite {
  background-color:yellow;
}

a.search_result_url, a.search_result_url:visited {
  color:#070;
  font-size: 0.9em;
}

a.search_result_url:hover {
  color:#0B0;
}

/* TinyMCE specific rules *********************************************************************************************/

body.mceContentBody {
   background: #FFF none;
   text-align:left;
}