
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ general css */

body{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
text-align:center;
background-color:#fff;
background-image:url(/images/bg_body.gif);
background-repeat:repeat-x;
background-position:left top;
background-attachment: fixed;
}

body, a, ul li, ul li a, table tr td{
font-family:Georgia, Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
line-height:16px;
color:#fff;
font-weight:normal;
text-decoration:none;
}

ul{ padding:0px 0px 10px 10px; margin:0px 0px 0px 0px; list-style-type: none;}
ul li{
background-image:url(/images/bullets_3x3.gif);
background-repeat:no-repeat;
background-position:left 9px;
padding:0px 0px 0px 7px;
}

a{ color:#f00; font-weight:bold; }
a:hover{ text-decoration:underline; }

img{ border:0px; padding:0px 0px 0px 0px; }
h1, h2, h3, h4, p, form{ padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; }

p{ padding-bottom:10px; }

h1, h1 a{
font-family:Georgia, Arial, Verdana, Times New Roman, Helvetica, sans-serif;
font-size:32px;
line-height:38px;
font-weight:normal;
color:#bbb393;
text-decoration:none;
}
h1{ padding-bottom:10px; }

h2, h2 a{
font-family:Georgia, Arial, Verdana, Times New Roman, Helvetica, sans-serif;
font-size:16px;
line-height:24px;
font-weight:normal;
color:#bbb393;
text-decoration:none;
}
h2{ padding-bottom:5px; }

h3, h3 a{
font-family:Georgia, Arial, Verdana, Times New Roman, Helvetica, sans-serif;
font-size:12px;
line-height:18px;
font-weight:bold;
color:#bbb393;
text-decoration:none;
}
h3{ padding-bottom:5px; }

#page{ width:991px; margin:0px auto; text-align:left; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ header css */

#header{ height:153px; position:relative; }
#header .logo{ position:absolute; top:0px; left:0px; }
#header .call{ position:absolute; top:44px; left:660px; } 

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ header-nav css */

#header-nav{ 
position:absolute; top:94px; left:0px; 
width:991px; height:59px;
background-image:url(/images/bg_header_nav.gif);
background-repeat:no-repeat;
background-position:left top;
}
#header-nav .header-nav-wrapper{ padding:20px 0px 0px 0px; }

#header-nav, #header-nav a{
font-family:Georgia, Arial, Verdana, Helvetica, sans-serif;
font-size:16px;
line-height:22px;
font-weight:normal;
color:#eee2bb;
text-decoration:none;
text-transform:uppercase;
}

#header-nav a{ padding:0px 20px; }
#header-nav a:hover{ color:#fa5200; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ box-inside css */

#box-inside{
width:991px; height:690px; position:relative;
background-image:url(/images/bg_inside.jpg);
background-repeat:no-repeat;
background-position:left top;
}
#box-inside .crumbs{ position:absolute; top:80px; left:55px; }
#box-inside .crumbs, #box-inside .crumbs a{
font-family:Georgia, Arial, Verdana, Times New Roman, Helvetica, sans-serif;
font-size:13px;
line-height:18px;
font-weight:normal;
color:#d76371;
text-decoration:none;
}
#box-inside .crumbs a:hover{ text-decoration: underline; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ content css */

#content{ 
position:absolute; top:90px; left:495px;
width:450px; height:600px; 
}

#content.gallery{ 
position:absolute; top:40px; left:470px;
width:500px; height:600px; 
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ page-footer css */

#page-footer{ height:150px; position:relative; }

#page-footer .logo{ position:absolute; top:100px; left:346px; }

#page-footer .copy{
font-family:Arial, Verdana, Georgia, Times New Roman, Helvetica, sans-serif;
font-size:12px;
line-height:18px;
font-weight:bold;
color:#fff;
text-decoration:none;
position:absolute; top:10px; left:20px;
display: none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ footer-nav css */

#footer-nav{ position:absolute; top:15px; left:0px; }

#footer-nav, #footer-nav a{
font-family:Georgia, Arial, Verdana, Helvetica, sans-serif;
font-size:16px;
line-height:22px;
font-weight:normal;
color:#fff;
text-decoration:none;
text-transform:uppercase;
}
#footer-nav a{ padding:0px 20px; }
#footer-nav a:hover{ color:#fa5200; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ clear stylesheet */

.magic{ clear:both; }
.clrlft{ clear:left; }
.clrrt{ clear:right; }

/* jQuery lightBox plugin - Gallery style */
#gallery { width:100%; }
#gallery ul { list-style: none; }
#gallery ul li { display: inline; background: none !important; padding:0px 0px 0px 0px; }
#gallery ul img {
  border: 1px solid #fff;
}
#gallery ul a:hover img {
  border: 1px solid #ddd;
}
#gallery ul a:hover { color: #fff; }

