/* ================================== NOTE ==================================
    Navigation slider - http://css-tricks.com/jquery-magicline-navigation/
    Picture caption - http://thirdroute.com/projects/captify/
    Slideshow cycle - http://malsup.com/jquery/cycle/
    Accordion FAQ - http://plugins.jquery.com/project/simple-accordion
   ========================================================================== */


/*
    This remove banner ad from GoDaddy
*/
#conash3D0 { display:none; }


/*
	Reset Browser Inherited Styles
*/
html, body, div, span, applet, object, ifr ame, 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, dd, dl, dt, li, ol, ul,
fi eldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td 
{ margin: 0; padding: 0; border: 0; background: none; }


/*----------------------------------------  
  =========== MAIN STRUCTURE =============
  ---------------------------------------- */

html, body {
	font-family: Arial,"Trebuchet MS", Helvetica, sans-serif;
	color: black; /*#626657*/
	height: 100%; width: 100%; }
#bodybg {
	background-image: url("images/bg_body.jpg");
	background-repeat: repeat-x;
	min-height: 100%;
	background-color: black; }
#logo, .menu, #contentwrap, #footer, #footerspace, #blockwrap {
	width: 960px; max-width: 960px;
	margin: auto; }
#logo {
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
	box-shadow: 1px 1px 5px #999; }
#footer, #footerspace { clear:both; height: 3em; }

/* MAIN NAVIGATION */
.menu { background-color: #5D4F2F; margin-top: 10px; }

.group:after {
	visibility: hidden;
	display: block;
	font-size: 0; content: " ";
	clear: both;
	height: 0; }
*:first-child+html .group { zoom: 1; } /* IE7 */

#menu-item {
	margin: 0 auto;
	list-style: none;
	position: relative;
	width: 960px; }
#menu-item li { display: inline; }
#menu-item li a {
	position: relative;
	z-index: 200;
	display: block;
	float: left;
	padding: 8px 30px 6px 30px;
	font-size: 14px; text-decoration: none; color: white; text-transform: uppercase; font-weight: bold;
	text-shadow: grey 2px 2px 3px; }
#menu-item li a:hover { color: #E6E7E2; text-shadow: black 2px 2px 3px; }
#menu-item #magic-line {
	position: absolute; top: 0; left: 0;
	width: 100px;
	background: rgba(140,131,86,0.9);
	z-index: 100;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; }
.current_page_item a { color: #E6E7E2 !important; }

/* CONTENT */
#wrap {
	text-align: left;
	height: 100%; min-height: 100%; height: auto !important;
	width: 100%; min-width: 100%;
	margin-bottom: -3em;
	border: 0px; }

/* FOOTER */
#footer { font-size: 11px; font-weight: bold; text-align:center; color: white; }
#signature { font-size: 10px; font-weight: bold; text-align:center; color: grey; }


/*----------------------------------------  
  ============== WIDGETS =================
  ---------------------------------------- */

.time, .phone, .fax, .email {
    background-repeat: no-repeat;
    background-position: left;
    padding: 10px 0px 10px 20px; }

.time { background-image: url('images/icon-time.gif'); }
.phone { background-image: url('images/icon-phone.gif'); }
.fax { background-image: url('images/icon-fax.gif'); }
.email { background-image: url('images/icon-email.gif'); }

.boxdropshadow {
	padding: 5px; border: solid 0px #E6E7E2;
	-moz-box-shadow: 1px 1px 5px grey;
	-webkit-box-shadow: 1px 1px 5px grey;
	box-shadow: 1px 1px 5px grey; 
	transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-webkit-transition:all .2s ease-in; }
.boxdropshadow:hover {
	border: solid 0px #CCC;
	-moz-box-shadow: 1px 1px 5px black;
	-webkit-box-shadow: 1px 1px 5px black;
	box-shadow: 1px 1px 5px black; }
#contentwrap a {
	color: #AC904D;
	font-weight: bold;
	text-decoration: none; }
#contentwrap a:hover { border-bottom: dotted 1px #626657; }

.viewpoints { margin: 10px; }

.viewpoints a .quote {
  display:block;
  border:7px solid #F5D362;
  background-color: White;
  color:#272727;
  font-family:Georgia,Times,Times New Roman,serif;
  font-size:16px;
  font-size-adjust:none;
  font-stretch:normal;
  font-style:italic;
  font-variant:normal;
  font-weight:normal;
  line-height:20px;
  padding:15px 15px 20px; }

.viewpoints a:hover .quote { border-color:#F5CB34; color:#000000; }

.viewpoints a .attribution {
  text-shadow: grey 1px 1px 1px;
  display:block;
  height:20px;
  font:bold 13px/14px Arial, Helvetica, Verdana, sans-serif;
  color:#666;
  position:relative;
  top:-7px;
  left: 75px;
  background:url("images/quote_community.gif") no-repeat 32px 0;
  padding:15px 0 0 80px; }

.viewpoints a:hover .attribution { background-position:32px 67%; color:#272727; }


/*----------------------------------------  
  ============== HOME PAGE ===============
  ---------------------------------------- */

#home { width: 940px; background-color: #E6E7E2; border: solid 10px #FFFFFF; }
#home, #home #l-block, #home #m-block, #home #r-block { height: 515px; float: left; }

#home #m-block { border-left: solid 10px #FFFFFF; border-right: solid 10px #FFFFFF; }

#home #l-block, #home .l-hline { width: 360px; }
#home #m-block, #home .m-hline { width: 220px; }
#home #r-block, #home .r-hline { width: 340px; }

.desc, .slideshow, .box { margin: 10px; }

#home .l-hline, #home .m-hline, #home .r-hline {
	display: table-cell;
	height: 25px;
	padding-left: 10px;
	color: white;
	font-size: 12px; font-weight: bold;  text-shadow: black 2px 2px 3px;
	vertical-align: middle; }
#home .l-hline { background-color: #626657; }
#home .m-hline { background-color: #787746; }
#home .r-hline { background-color: #3e606f; }
#home .desc { font-size: 12px; list-style: circle; list-style-position: inside; margin-bottom: 20px}
#home *.caption {
    display: table-cell;
    width: 340px; height: 30px;
    padding-left: 10px;
    background-color: Black;
    font-size: 12px;
    vertical-align: middle;
    color: White; }


/*----------------------------------------  
  =============== SERVICE ================
  ---------------------------------------- */

#service { width: 940px; background-color: #E6E7E2; border: solid 10px #FFFFFF; }
#service, #service #r-block, #service #l-block { height: 345px; float: left;}

#service #l-block { width: 320px; padding: 0px; }
#service *.l-hline, #service *.r-hline {
	display: table-cell;
	color: white; font-size: 12px; font-weight: bold;
	text-shadow: black 2px 2px 3px;
	vertical-align: middle; }
#service * .l-hline {
	background-color: #787746;
	height: 25px; width: 310px;
	padding-left: 10px;}
#service *.r-hline {
	background-color: #445890;
	height: 25px; width: 610px;
	padding-left: 10px;
	margin-bottom: 10px;
	}
#service .icon { padding: 5px 0px 0px 5px; float: left; }

#service #r-block { width: 610px; padding: 0px; border-left: solid 10px white; }
#service *.slideshow { margin: 0px; }
#service #slideshowrapper, #service #infowrapper { float:left; }
#service #slideshowrapper {
	margin: 10px 10px 15px 0px;
	height: 300px; width: 400px;
    position:relative;
    left:0px; }
#service #infowrapper {
	width: 170px; height: 210px;
	margin: 10px 0px 10px 10px;
	padding: 80px 10px 10px 10px;
	padding-bottom: 10px;
	background-color: black;
	color: White;
	font-size: 13px;
	}
#infowrapper .title  {
    text-align: center;
    font-weight:bold;
    font-size: 14px;
    text-transform:uppercase;
    padding-bottom: 5px; }
#infowrapper .desc 
{
    text-align: center;
    margin: 5px;
}


/*----------------------------------------  
  =============== CUSTOMER ===============
  ---------------------------------------- */

#Customer { height: 680px; width: 940px; background-color: #E6E7E2; border: solid 10px #FFFFFF; }
#Customer #hline {
	background-color: #32450C;
	font-size:14px; font-weight: bold; color: white;
	text-transform:uppercase;
	text-shadow: black 2px 2px 3px;
	vertical-align: middle;
	margin-bottom:20px; padding: 7px 0px 7px 10px; }

#Customer .right, #Customer .left { padding-bottom: 2px;}
#Customer .right { padding-right: 250px; }
#Customer .left { padding-left: 250px; }
#Customer .left .viewpoints a .attribution {
    background:url("images/quote_community_left.gif") no-repeat 32px 0;
    left: 430px; }


/*----------------------------------------  
  ================= FAQ ==================
  ---------------------------------------- */

#FAQ {
	width: 940px; height: auto;
	background-color: #E6E7E2;
	border: solid 10px #FFFFFF; display:block; }
#FAQ #hline {
	background-color: #3e606f;
	font-size:14px; font-weight: bold; color: white;
	text-transform:uppercase;
	text-shadow: black 2px 2px 3px;
	vertical-align: middle;
	margin-bottom: 10px; padding: 7px 0px 7px 10px; }
#FAQ #l-block, #FAQ #r-block { height: 430px; display: table-cell; vertical-align: top; }
#FAQ #l-block {
	width: 440px;
	background-image: url('images/angelo_car.png');
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle; }
#FAQ #r-block { width: 500px; }


/*----------------------------------------  
  =============== CONTACT ================
  ---------------------------------------- */
  
#Contact {
    height: 500px; width: 940px;
    background-color: #E6E7E2;
    border: solid 10px #FFFFFF;
    display: table-cell;
    vertical-align: middle;
    padding-left: 250px;   
    }
#Contact #card  {
    width: 450px;
    -webkit-transform: rotate(-4deg); 
    -moz-transform: rotate(-4deg);
    -moz-box-shadow: 1px 1px 15px black;
    -webkit-box-shadow: 1px 1px 15px black;
    box-shadow: 1px 1px 15px black; }