/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background: #fffdea url('images/background.gif');
background-repeat: repeat;
margin: 0;
padding: 0;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
color: #000;
font-size: 88%;
line-height: 125%;
}


h1, h2, h3, h4, h5, h6 {
background-color: transparent;
clear: both;
}

h1 {
margin-top: 5px;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
color: #dd1f1f;
font-size: 24px;
text-align: center;
line-height: 28px;
}

h2 {
margin-top: 5px;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
color: #dd1f1f;
font-size: 20px;
text-align: center;
line-height: 24px;
}

h3 {
margin-top: 10px;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
color: #cf8c3e;
font-size: 18px;
border-bottom: 1px solid #cf8c3e;
text-align: left;
}

h4 {
margin-top: 10px;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
color: #cf8c3e;
font-size: 15px;
border-bottom: 1px dotted #cf8c3e;
text-align: left;
 }

blockquote {
margin: 12px 56px;
color: #cf8c3e;
font-size: 100%;
line-height: 20px;
}

img {
border: 1px solid #d40f19;
-moz-box-shadow: 3px 3px 5px #8c935d;
-webkit-box-shadow: 3px 3px 5px #8c935d;
}

a:link img {
border: 0;
}


/* -- General Link Styling -- */

a:link {
color: #976225; 
text-decoration: underline;
}

a:visited {
color: #dd1f1f;
text-decoration: underline;
}

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



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 960px;
}

#Header {
position: relative;
height: 200px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
margin: 0 180px 0 180px;
}

#NavColumn {
float: left;
width: 179px;
margin-left: -960px;
}

#ExtraColumn {
float: left;
width: 179px;
margin-left: -180px;
}

#Footer {
clear: both;
width: 100%;
padding: 8px 0;
border-top: 1px solid #cf8c3e;
}

.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin: 24px auto;
background-color: #fffdea;
border: 1px solid #dd1f1f;
-moz-border-radius: 10px;
}

#Header {
background-image: url(images/header.png);
background-repeat: no-repeat;
background-color: transparent;
background-position: top left;
}

#ContentWrapper {
background-color: transparent;
}

#NavColumn {
background-color: transparent;
}

#ContentColumn {
background-color: transparent;
line-height: 150%;
}

#ExtraColumn {
background-color: transparent;
}

#Footer {
background-color: transparent;
text-align: center;
font-size: 85%;
color: #dd1f1f;
}

#NavColumn {
font-size: 90%;
color: #dd1f1f;
}

#ExtraColumn {
font-size: 90%;
color: #dd1f1f;
}

/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
font-size: 13px;
background-color: transparent;
}

/* -- Nav Headers -- */

.Navigation h3 {
padding: 0;
font-size: 14px;
color: #dd1f1f;
border-bottom: 1px solid #dd1f1f;
margin: 12px 0;
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -6px 0 0 0;
}

.Navigation li {
background-color: transparent;
margin-bottom: 3px;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
color: #cf8c3e;
display: block;
padding: 3px 0 3px 4px;
text-decoration: none;
}

.Navigation a:visited {
color: #dd1f1f;
display: block;
padding: 3px 0 3px 4px;
text-decoration: none;
}

.Navigation a:hover {
color: #dd1f1f;
display: block;
padding: 3px 0 3px 4px;
background-color: #f7da14;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
text-decoration: underline;
font-weight: bold;
}

.Navigation .t2  {
font-size: 14px;
font-weight: bold;
}

/* ------ Section 5 - Additional Navigation ------ */


/* -- Horizontal Text NavBar -- */

#menu {
	width: 940px;
	height: 36px;
	margin: 0 auto;
	padding: 0;
	background: url(images/menu-bar.png) no-repeat left top;    
    position: absolute;
    bottom: 0;
    left: 10px;
}

#menu ul {
	margin: 0px 0px 0px 10px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	height: 26px;
	margin-bottom: 10px;
	padding: 10px 20px 0px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: lowercase;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover {
	background-color: #fce14a;
	text-decoration: none;
    color: #dd1f1f;
}

#menu .current_page_item a {
	background: #dd1f1f;
	color: #f8db1d;
}


#Footer .ExtraNav {
margin: 12px auto;
background-color: transparent;
}

#Footer .ExtraNav ul {
list-style-type: none;
padding: 0;
}

#Footer .ExtraNav ul li {
display: inline;
background-color: transparent;
text-align: center;
padding: 0 7px;
}

#Footer .ExtraNav a:link {
color: #cf8c3e;
font-family: Tahoma, Arial, sans-serif;
font-size: 12px;
text-decoration: none;
text-align: center;
padding: 0 10px;
}

#Footer .ExtraNav a:visited {
color: #dd1f1f;
text-decoration: none;
}

#Footer .ExtraNav a:hover {
color: #fce14a;
background-color: #dd1f1f;
text-decoration: underline;
}


/* ------ Section 6 - Boxes ------ */

.CalloutBox {
background: #fffdea url('images/calloutboxbg-h3.gif');
background-repeat: no-repeat;
width: 400px;
margin: 10px auto 10px auto;
padding: 0;
color: #8d5c23;
}

div.CalloutBox p {
margin: -20px 15px 0 13px;
padding: 0 5px 10px 5px;
background-color: #fcef94;
font-size: 13pt;
}

div.CalloutBox h3 {
color: #dd1f1f;
font-size: 15pt;
font-weight: bold;
text-align: center;
border: none;
height: 55px;
padding: 20px 2px 0 2px;
margin: 0;
}

.guarantee {
background: #fffdea url('images/calloutboxbg-h3.gif');
background-repeat: no-repeat;
width: 400px;
margin: 10px auto 10px auto;
padding: 0;
color: #8d5c23;
}

div.guarantee p {
margin: 0px 15px 0 5px;
padding: 0 5px 10px 5px;
background-color: #fcef94;
font-size: 11pt;
}

div.guarantee h3 {
color: #dd1f1f;
font-size: 12pt;
font-weight: bold;
text-align: center;
border: none;
height: 55px;
padding: 20px 2px 0 2px;
margin: 0;
}

.ReminderBox {          
background: #fffdea url('images/reminderboxbg.gif');
background-repeat: repeat-x repeat-y;
width: 24%;
border: 1px solid #dd1f1f;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #006;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background: #fff url('images/rboxh4bg.gif');
background-repeat: no-repeat;
color: #dd1f1f;
}

.ReminderBox p {
margin: 0;
font-size: 80%;
padding: 0 4px 5px 4px;
line-height: 120%;
}


.ReturnToNavBox {
background-color: transparent;
width: 90%;
border-top: 1px solid #dd1f1f;
margin: 0 auto 12px auto;
padding: 4px;
text-align: center;
}
 
.salebox{
background:#f8f8f8 url(images/boxbg.gif) top left repeat-y;
border:1px solid #d0d4d4;
color:#505050;
margin:15px auto;
padding:10px 10px 10px 20px;
width:75%;
}

#adobe {
width: 90%;
text-align: center;
padding: 5px;
margin: 10px;
font-size: 10pt;
border: 1px solid #df1e21;
background-color: #fff;
 }

/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #000;
display: block;
line-height: 150%;
margin-bottom:10px;
}

.intro  {
font-weight: bold;
color: #dd1f1f;
}

.rsidebarcaption {
font-size: 9pt;
color: #a9732d;
font-weight: bold;
text-align: center;
 }
 
 .flickrcaption {
font-size: 8pt;
color: #c0c0c0;
text-align: center;
 }
 
.azlist {
font-size: 9pt;
font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
border-top: 1px solid #d40f19;
border-bottom: 1px solid #d40f19;
padding: 5px;
margin: 5px auto;
 }

 #signature {
 border: 0 solid #fffdea;
 -moz-box-shadow: 0 0 0 #fffdea;
-webkit-box-shadow: 0 0 0 #fffdea;
  }
  
  /* -- floats -- */

.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
}

.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
}

  /* -- Photo Gallery -- */
  
#galleryh {
  padding:0; 
  margin:0 auto 5em auto; 
  list-style-type:none; 
  overflow:hidden; 
  width:495px; 
  height:240px; 
  border:1px solid #888; 
  background:#fff url(images/win_backh.gif);
  }
#galleryh li {
  float:left;
  }
#galleryh li a {
  display:block; 
  height:240px;
  width:28px; 
  float:left; 
  text-decoration:none; 
  border-right:1px solid #fff; 
  cursor:default;
  }
#galleryh li a img {
  width:28px; 
  height:240px; 
  border:0;
  }
#galleryh li a:hover {
  background:#eee; 
  width:320px;
  }
#galleryh li a:hover img {
  width:320px;
  }

.gallerycredit {
font-size: 10pt;
color: #ac998a;
text-align: center;
 }
