@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;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	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:#67573b;
}

h1 {
color:#67573b;
}

.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 */
	/*background:url(../images/side_grad/grad.png) repeat-x; *//* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0; /* top and bottom padding create visual space within this div */
	margin-right:1em;
	/*border: 2px solid #5b5b5b;*/
}

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

/* Sidebar2
______________________________________________________________________________*/

.thrColHybHdr #sidebar2 {
	float: right; 
	width: 14em; /* since this element is floated, a width must be given */
	/*background:url(../images/side_grad/grad.png) repeat-x;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0; /* top and bottom padding create visual space within this div */
	margin-right:1em;
	/*border: 2px solid #5b5b5b;*/
}

.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:#67573b;
	text-align: center;
}

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



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





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




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

#nav {
      float:left;
      width:100%;
      /*background:#efefef;*/
      font-size:90%;
      line-height:normal;
	  border-bottom:1px solid #666;
	  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.png) 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.png) no-repeat right top;
      padding:5px 21px 4px 6px;
      color:#333333;
	  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:#FFF;
      }
#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:#67573b;
padding-left:35px;
background:url(../images/globe/globe_30px.png) bottom left no-repeat;
}

.thrColHybHdr #mainContent h2 {
color:#67573b;
padding-left:25px;
background:url(../images/globe/globe_21px.png) bottom left no-repeat;
}

.thrColHybHdr #mainContent #product_logo {
float:left;
margin-right:20px;
margin-bottom:10px;
}

p {
line-height:18px;
}

ul {
	
}

li {
	list-style: none;
	padding-left: 20px;
	margin-bottom: 10px;
	background: url(../images/globe/globe_16px.png) 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: #67573b;
}

#package {
	text-align: center;
	width: 450px;
	margin-left: 30px;
	margin-top: 25px;
	border: 1px solid #67573b;
	padding: 20px;
}

#package p {
	font-size:110%;
	color:  #67573b;
}

.product_pic {
	text-align: center;
	width: 420px;
	margin-left: 10px;
	padding: 2px 2px 0 2px;
}
.quote {
	color: #fff;
	background-color: #67573b;
	padding: 10px;
	text-align: center;
	font-size: 110%;
	font-style: italic;
	border: 5px;
	border-color: #;
}

.center_p {
	padding-left: 30px;
}

.down {
padding-left:30px;
}

.pic_links {
	color:  #67573b;
	font-weight: ;
	font-size: 110%;
	margin-left: 50px;
	margin-top: 0;
}

a:link {
	color:  #67573b;
	text-decoration: none;
}

a:visited {
	color:  #7D9955;
	text-decoration:  none;
}

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

.video {
margin-left:35%;

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



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

.thrColHybHdr #footer { 
	padding:10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#67573b;
	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:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 3px;
	margin-top: 3px;
}

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

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

fieldset p {
	color:  #67573b;
}

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

/* =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
-----------------------------------------------------------------------------*/

