/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
   
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { font-size: 75%; color: #222; font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; line-height: 1.4em; background-color: #000; }
body#iframe{ background:#FFF}

/* Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 { font-weight: normal; color: #007698; text-transform: capitalize; }
h1 { font-size: 3em; line-height: 0; margin-bottom: 0em; color: #FFF; }
h2 { font-size: 2.5em;  letter-spacing: -1px; height: 50px; line-height: 50px; padding: 0px; margin: 0px; position: relative; top: -10px; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.5em; line-height: 1.25; margin-bottom: 0.5em; font-weight: normal; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 0.5em; margin-top: .5em; }
h6 { font-size: 1em; font-weight: bold; }
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }


/* Text elements
-------------------------------------------------------------- */
p { margin-top: 0; margin-right: 0; margin-bottom: 1em; margin-left: 0; }
p img.left { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }
a:focus, a:hover { color: #000; }
#mastheadWrapper a{color:#EEE}
#mastheadWrapper a:focus,#mastheadWrapper a:hover { color: #FFF; }
blockquote { color: #666; font-style: italic; background-color:#f5f5f5; padding:1em; }
strong { font-weight: bold; }
a { color: #007698; text-decoration: underline; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
abbr, acronym { border-bottom: 1px dotted #666; }
address { margin: 0 0 1.5em; font-style: italic; }
del { color:#666; }
pre { margin: 1.5em 0; white-space: pre; }
pre, code, tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

/* Adobe CSS Advisor Sup/Sub
-------------------------------------------------------------- */
sup, sub { height: 0; line-height: 1; vertical-align: baseline; _vertical-align: bottom; position: relative; font-size: 75%; }
sup { bottom: 1ex; }
sub { top: .5ex; }


/* Lists
-------------------------------------------------------------- */
li ul, li ol { margin:0 1.5em; }
div.widget li{ list-style-type: none;}
ul, ol { margin: 0 1.5em 1.5em 1.5em; }
ul { list-style-type: none; }
ol { list-style-type: decimal; }
dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dd { margin-left: 1.5em; }


/* Tables
-------------------------------------------------------------- */
table { margin-bottom: 1.4em; width:100%; }
th { font-weight: bold; }
thead th { background: #c3d9ff; }
th, td, caption { padding: 4px 10px 4px 5px; }
tr.even td { background: #e5ecf9; }
tfoot { font-style: italic; }
caption { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */
.small { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide { display: none; }
.quiet { color: #999; font-size: 80%; font-style: italic; line-height: 1em; }
.loud { color: #6CB036; }
.highlight { background:#ff0; }
.added { background:#060; color: #fff; }
.removed { background:#900; color: #fff; }
.first { margin-left:0; padding-left:0; }
.last { margin-right:0; padding-right:0; }
.top { margin-top:0; padding-top:0; }
.bottom { margin-bottom:0; padding-bottom:0; }
a.button { background-image: url(../images/button-01.png); height: 30px; display: block; line-height: 30px; padding-left: 10px; color: #FFF; text-decoration: none; float: left; position: relative; background-repeat: no-repeat; margin-bottom: 1em; margin-right: 1em; font-weight: bold; text-transform: uppercase; font-size: 11px; }
a.button span { background-image: url(../images/button-04.png); background-repeat: no-repeat; background-position: right center; padding-right: 10px; display: block; }
a.button:hover { background-image: url(../images/button-05.png); color: #FFF; }
a.button:hover span { background-image: url(../images/button-06.png); }
a.buttonAlt { background-image: url(../images/button-02.png); height: 30px; display: block; line-height: 30px; padding-left: 10px; color: #444; text-decoration: none; float: left; position: relative; background-repeat: no-repeat; margin-bottom: 1em; margin-right: 1em; font-weight: bold; text-transform: uppercase; font-size: 11px; }
a.buttonAlt span { background-image: url(../images/button-03.png); background-repeat: no-repeat; background-position: right center; padding-right: 10px; display: block; }
a.buttonAlt:hover { background-image: url(../images/button-07.png); color: #444; }
a.buttonAlt:hover span { background-image: url(../images/button-08.png); }
#main h3{ font-size: 1.5em; line-height: 1; margin-bottom: 1em; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #CCC; padding-bottom: 0.25em; margin-top: 1em; }
.cartSingleTitle{font-weight: normal; color: #007698; text-transform: capitalize; font-size: 1.5em; line-height: 1; margin-bottom: 0.25em; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #CCC; padding-bottom: 0.25em; margin-top: 0.25em; }
#main table p{ margin: 0px; line-height: 20px; }
#main table td{ height: 17px; border-top-width: 1px; border-top-style: solid; border-top-color: #CCC; padding: 0px; }
#main table h5{ margin: 0px; padding: 0px; }
#main table h3{ margin-top: 1em; margin-right: 0px; margin-bottom: 0.25em; margin-left: 0px; padding: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; }

#main .orderTable{ border:none;}

.errorMSG{ color:#F00; font-weight:bold; }
.errorInput{ color:#F00; background:#FF0; }

.floatR{
	float:right;
}

a.blogTitle{
	text-decoration:none;
}

p.postmetadata{
	text-align:center;
	clear:both;
}

h2.pagetitle{
	margin-top:30px;
text-align:center;
font-size:20px;
font-weight:bold;
}

.red{
	color:#C00;
}

.quoteTitleR{
	text-align:right;
	font-weight:bold;
	color:#333;
	margin-right:40px;
	margin-bottom:30px;
}

.quoteTitleR span{
	font-style:italic;
	color:#666;
	font-weight:normal;
	display:block;
}

.quotePointerR{
	background-image:url(../images/testimonialsR.png);
	background-repeat:no-repeat;
	background-position:280px bottom;
}

.quoteTitleL{
	text-align:left;
	font-weight:bold;
	color:#333;
	margin-left:40px;
		margin-bottom:30px;
}

.quotePointerL{
	background-image:url(../images/testimonialsL.png);
	background-repeat:no-repeat;
	background-position:200px bottom;
}

.quoteTitleL span{
	font-style:italic;
	color:#666;
	font-weight:normal;
	display:block;
}

#checkout{
	cursor:pointer;
}

p.note{
	margin-top:1em;
	color:#F00;
	font-size:10px;
}	
