@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------------------------------------
Prototype Style Sheet (empty commented stylesheet)

version:   1.0
author:    Corey Wells
email:     coreywells@gmail.com
website:   http://www.coreywells.ca
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {

}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}

.thrColHybHdr #container { 
	width: 100%;
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	max-width: 1100px;
	min-width: 850px;
	width: expression(document.body.clientWidth < 850? "850px" :
		document.body.clientWidth > 1100? "1100px" : "auto");
	}

/* =Typography
-----------------------------------------------------------------------------*/

body  {
	font: small Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}


/* =Headings
-----------------------------------------------------------------------------*/

.thrColHybHdr #header { 
	background: #fff; 
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColHybHdr #header h1 {
	margin: .5em 0 0 0 ; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

h2 {
color:#5C1001;
}

h1 {
color:#5C1001;
}

.thrColHybHdr #header img {
}

.logo_head {
	margin-right: 10px;
}

/* Sidebar1 
_____________________________________________________________________________*/


.thrColHybHdr #sidebar1 {
	float: right; 
	width: 14em; /* since this element is floated, a width must be given */
	padding: 0 0; /* top and bottom padding create visual space within this div */
	margin-right:1em;

}

.thrColHybHdr #sidebar1 h3 {
	margin-top: 3px;
	color:#5C1001;
	text-align: center;
}

/* Sidebar2
______________________________________________________________________________*/

.thrColHybHdr #sidebar2 {
	float: right; 
	width: 14em; /* since this element is floated, a width must be given */
	padding: 0 0; /* top and bottom padding create visual space within this div */
	margin-right:1em;
}

.thrColHybHdr #sidebar1 h3, .thrColHybHdr #sidebar1 p, .thrColHybHdr #sidebar2 p, .thrColHybHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.thrColHybHdr #sidebar2 h3 {
	margin-top: 3px;
	color:#5C1001;
	text-align: center;
}

.thrColHybHdr #sidebar2 img {
	text-align:center;
}



/* =Links
-----------------------------------------------------------------------------*/





/* =Branding
-----------------------------------------------------------------------------*/




/* =Main Nav
-----------------------------------------------------------------------------*/

#nav {
      float:left;
      width:100%;
      font-size:110%;
      line-height:normal;
	  border-bottom:1px solid #5C1001;
	  margin-bottom:10px;
}
#nav ul {
	  margin:0;
	  padding:5px 5px 0 5px;
	  list-style:none;
      }
#nav li {
      display:inline;
      margin:0;
      padding:0;
      }
#nav a {
      float:left;
      background:url(../images/nav/tablt.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 10px;
      text-decoration:none;
      }
#nav a span {
      float:left;
      display:block;
      background:url(../images/nav/tabrt.gif) no-repeat right top;
      padding:5px 21px 4px 6px;
      color:#FFF;
	  border:2px #000;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a span {float:none;}
    /* End IE5-Mac hack */
#nav a:hover span {
      color:#5C1001;
      }
#nav a:hover span {
      background-position:100% -42px;
      }
#nav a:hover {
      background-position:0% -42px;
      }



/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/

.thrColHybHdr #mainContent {
 	margin: 0 30em 0 0; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
	padding: 0 2em 0 2em; /* padding here creates white space "inside the box." */
} 

.thrColHybHdr #mainContent h1 {
color:#5C1001;
padding:5px 0 5px 30px;
background:url(../images/bullet/25x34.png) bottom left no-repeat;
}

.thrColHybHdr #mainContent h2 {
color:#5C1001;
}

p {
line-height:18px;
}

ul {
	
}

li {
	list-style: none;
	padding-left: 20px;
	margin-bottom: 10px;
	background: url(../images/bullet/bullet.gif) no-repeat left top;
	line-height: 16px;
}

.payment {
	background: url(../images/payment_round/bottom.png) no-repeat bottom right;
	width: 180px;
	float: right;
	margin-left: 10px;
	text-align:  center;	
}

.payment2 {
	background: url(../images/payment_round/bottom.png) no-repeat top right;
	width:  180px;
	float: right;
	text-align:  center;
	padding-top: 10px;
	display: inline;
}

.payment p {
	font-size: 110%;
	color: #5C1001;
}


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

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

a:hover {
	color: #B0381E;
	text-decoration: underline;
}

/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/

.thrColHybHdr #footer { 
	padding:10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#5C1001;
	margin-top:3em;
} 
.thrColHybHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.thrColHybHdr #footer a {
color:#fff;
}

.thrColHybHdr #footer a:link {
	text-decoration: none;
}

.thrColHybHdr #footer a:visited {
	text-decoration: none;
	color: #fff;
}

.thrColHybHdr #footer a:hover {
	text-decoration: underline;
	color: #fff;
	}
	
.thrColHybHdr #footer a:active {
	text-decoration: none;
	color: #fff;
}

/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid #fff;
  border-color: #fff;
  margin-top: 0;
}

.contact {
	padding-left: 5px;
	height: 20px;
	width: 400px;
	font-size: 110%;
	background:#fff;
	border: 1px solid #b0381e;
	padding: 3px;
	margin-top: 3px;
}

textarea {
	font-size: 110%;
	width: 400px;
	background:#fff;
	border: 1px solid #b0381e;
	padding: 3px;
	margin-top: 3px;
}

label {
	color:  #b0381e;
	font-size: 120%;
	font-weight: bold;
}

fieldset p {
	color:  #b0381e;
}

button {
	background: #4a8731;
	border: 3px solid #b0381e;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: 144px;
	height: 28px;
	cursor: pointer;
}

.product_img1 {
margin-right:15px;
margin-bottom:20px;
float: left;
}

.center1 {
text-align: center;
}

.payment1 {
	width: 350px;
	margin-left: 10px;
	text-align:  center;	
	border:solid thin #b0381e;
	padding: 5px 0 0 5px;
}

.red1 {
color: #990000;
font-weight: bold;
}

.payment1 p {
font-size: 110%;
color:#b0381e;
margin: 10px;
}

.payment1 h3 {
color:#5c1001;
margin: 0px;
font-weight: bolder;
}



/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}



/* =Misc 1
-----------------------------------------------------------------------------*/

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* =Misc 2
-----------------------------------------------------------------------------*/

