﻿/* == STYLESHEET FUNCTIONS
------------------------------------------------------------------------------------------------------------------------
- Perform Global reset to remove browser defaults
- Style default (X)HTML elements
----------------------------------------------------------------------------------------------------------------------*/

/* == Global Reset 
------------------------------------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, hr, 
a, a img, font, img, dd, dl, dt, li, ol, ul, blockquote,
fieldset, form, label, legend, table, caption, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	font-family: inherit;
	font-size: 100%;
}

ol, ul {
	list-style: none;
}

/* == Base Element Styling
------------------------------------------------- */

body
{
    color: #302b3c;
    font-family: Arial, Sans-Serif;
    font-size: 80%;
    background: #171917 url(../_img/body-bg.jpg) top left;
    text-align: center;
}

h1{font-family: Georgia, Times New Roman; font-weight: bold; font-size: 135%; color: #795f1b;margin: 0 0 10px 0;}
h2{font-family: Georgia, Times New Roman; font-weight: bold; font-size: 135%; color: #795f1b;margin: 0 0 5px 0;}
h3{font-family: Georgia, Times New Roman; font-weight: bold; font-size: 115%; color: #726d65;margin: 0 0 5px 0;}
h4{font-family: Georgia, Times New Roman; font-weight: bold; font-size: 125%; color: #726d65;margin: 0 0 8px 0;}
h5{font-family: Georgia, Times New Roman; font-weight: bold; font-size: 100%; color: #795f1b;margin: 0 0 10px 0;}
h6{}
/* alternative heading style */
.zoneTwo h2{color: #302b3c;}
.headAlt{}

p{margin: 10px 0;line-height: 1.5em;}
p.introText{margin: 10px 0 15px 0;}
blockquote{margin: 20px;}

ul{margin: 10px 0 10px 20px;list-style-image: url(../_img/bullet.gif);}
ul li{margin: 3px 0;}
ol{margin: 10px 0 10px 25px; list-style-type: decimal;}
ol li{margin: 3px 0;}
ul.spaced li{margin: 6px 0;}

dl{margin: 10px 0;}
dt{font-weight: bold;}
dd{text-indent: 15px;}

table{border-collapse: collapse;}
thead{}
tfoot{}
th{padding: 3px 8px; font-weight: bold;background: #302c3d;color: #f3ecd6;}
tr{}
td{border: solid 1px #d3cb9f;padding: 3px 8px;background: #e3dcbb;}

th.center,td.center{text-align: center;}
th.right,td.right{text-align: right;}
th.left,td.left{text-align: left;}

/** Set default styles for form elements **/
form{}
fieldset{}
legend{}
input, .input, .inputDisabled, .inputLarge, textarea {
     margin:1px 0 1px 0;
     font-family:Arial, verdana;
	 font-size: 100%;
     background: #f2f0e3 url(../_img/input-bg.gif) top left repeat-x;
     border: solid 1px #ccc;
     padding: 2px;
     color: #666666;
}
.inputDisabled{background-color:#FAFAFA;color:#646464;padding:2px;}
select, .select{float:left;font-size: 95%;background: #f2f0e3 url(../_img/input-bg.gif) top left repeat-x;font-family: Arial;color: #666; margin: 1px 0 1px 0; padding:1px 0 1px 0;border: solid 1px #ccc;}
.radio, .checkbox input{width:auto;cursor: pointer;border: 0; background: transparent;float: left;}
label, .label{float: left;text-align: left;margin: 0px 5px 0 0; width: 20%;color:#666666;padding: 3px 0;}
.btn {
    background: #302c3d;
    border: 1px #fff solid;
    color: #fff; 
    width: auto;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
    font-size: 90%;
    padding: 5px;
}
a.btn{padding: 5px 10px;}
a.btn:hover{}

.btnLozenge{width: 83px; height: 22px; padding: 0; margin: 0; border: 0; background: url(/_img/lozenge.gif) top left no-repeat;color: #373930; font-weight: bold; cursor: pointer;}
a.btnLozenge{text-align: center; text-decoration: none;padding: 3px 0 0 0; height: 19px;}
a.btnLozengeWide{text-align: center; text-decoration: none;padding: 3px 0 0 0;width: 144px;height: 19px;background: url(/_img/lozenge-wide.gif) top left no-repeat;color: #373930; font-weight: bold;}
a.actionBuyNow{font-family: arial; font-style: normal; font-size: 90%; margin-top: 8px; float:left;text-align: center; text-decoration: none;padding: 3px 0 0 0;width: 116px;height: 19px;background: url(/_img/lozenge-mid.gif) top left no-repeat;color: #373930; font-weight: bold;}

.discHold .btn{text-align: center; width: 144px; height: 19px; padding: 3px 0 0 0; margin: 0; border: 0; background: url(/_img/lozenge-wide.gif) top left no-repeat;color: #373930; font-weight: bold; cursor: pointer; float:left;}

/** provide width classes to stack onto inputs **/
.ten{width:10%;}
.fifteen{width:15%;}
.twenty{width:20%;}
.twentyfive{width:25%;}
.thirty{width:30%;}
.thirtyfive{width:35%;}
.forty{width:40%;}
.fortyfive{width:45%;}
.fifty{width:50%;}
.fiftyfive{width:55%;}
.sixty{width:60%;}
.sixtyfive{width:65%;}
.seventy{width:70%;}
.seventyfive{width:75%;}
.eighty{width:80%;}
.eightyfive{width:85%;}
.ninety{width:90%;}
.ninetyfive{width:95%;}
.hundred{width:100%;}

em{}

/* The below provides a default hr style along with a cross browser method with consideration for disabled styles */
hr{border: 0;border-top: solid 1px #ccc; height: 1px; margin: 5px 0;}
div.hr{margin: 10px 0px; border: none; border-top: 1px dashed #ccc;clear:both;}
div.hr hr{display:none;}

a{color: #795F1B;}
a:hover{text-decoration: none;}
h1 a, h2 a{text-decoration: none;color: #795f1b;}
.zoneTwo h2 a{color: #302b3c;}

/** To remove dotted outline on links **/
a{-moz-outline-style:none;}
a:active, a:focus {outline: 0 !important;}

img{vertical-align: bottom;}

/* = Independent Global Styles
------------------------------------------------- */

/** layout **/
.floatLeft{float: left;}
.floatRight{float: right;}
.hide{display: none;}
/** clearing **/
.clr{clear: both;}
.clrSml, .clrsml{clear: both;line-height:1px;height:1px;}
.clrLeft{clear: left;}
.clrLeftSml{clear: left;line-height:1px;height:1px;}
.clrRight{clear: right;}
.clrRightSml{clear: right;line-height:1px;height:1px;}
/** presentation **/
.standoutText{color: #755b1a;}
.sml{font-size:85%;}
.vmiddle{vertical-align: middle;}
.firstLetter{float: left; color: #ae9f77;font-size: 400%; font-weight: normal;font-family: Times New Roman;line-height: 0.7em;}
.underline{border-bottom: solid 1px #b6a886;padding-bottom: 5px;}
.imgStandout{float: left;background: #fff; padding: 3px; border: solid 13px #e3dcbb;margin: 0 10px 0 0;}
.textCenter{text-align: center;}
.textLeft{text-align: left;}
.brown{color: #795f1b;}

ul.error li{color: Red;}