/*
Welcome to the !
Authored by the Tombras Group, www.tombras.com */

/*
----------------------------------------------------------------------------- 
ESSENTIAL
-----------------------------------------------------------------------------*/

html { 
height: 100%; margin-bottom: 1px; 
}
body {
	margin: 0;
	padding: 0 0 0 0;
	font: 12px/20px "Georgia", serif;
	color: #250D0A;
	background: #DABD55 url(../_images/content-bg.jpg) repeat-y center top;
	}

body * {margin: 0;padding: 0;}

p,h1,h2,h3,h4,h5,h6,li,td,dt,dd { font-size: 14px; font-weight: normal;}
p,h1,h2,h3,h4,ul,ol,dl,blockquote,pre { margin-bottom: 15px; }

a {color: #C54914; text-decoration: none;}
a:visited {color: #854B40;}
a:hover {color: #710101; text-decoration: underline;}

a.external{
background: url(_images/external.gif) no-repeat right center;
padding-right: 12px;
}

ul,ol,dl{list-style-type: none;}

img { border: none; }


/* Secondary Content
---------------------------------------------------- */


/*
----------------------------------------------------------------------------- 
Wrapper
-----------------------------------------------------------------------------*/

div#wrapper{
width: 450px;
margin: 0 auto;
position: relative;
left: 15px;
}

/*
----------------------------------------------------------------------------- 
Header
-----------------------------------------------------------------------------*/

div#header{
background: url(../_images/alpha-img.png) no-repeat left top;
position: absolute;
height: 310px;
width: 366px;
right: -107px;
top: 0;
z-index: 100;
}



/*
----------------------------------------------------------------------------- 
Content
-----------------------------------------------------------------------------*/

a#snipe{
position: absolute;
top:-100px;
right: -250px;
z-index: 2000000;
background: url(../_images/snipe.png) no-repeat 0 0;
width: 147px;
height: 45px;
text-indent: -200000px;
}

a#snipe:hover{
background-position: 0 -63px;
}

div#content{
background: url(../_images/map-lines.gif) no-repeat left top;
padding-bottom: 60px;
}

div#content:after{
content: ".";
clear: both;
display: block;
visibility: hidden;
line-height: 0;
}

div#main-content{
position: relative;
z-index: 200000;
}

div#sandbag{
height: 120px;
width: 250px;
float:right;
}

h1{
background: url(../_images/logo.png) no-repeat left top;
height: 99px;
width: 319px;
display: block;
text-indent: -20000px;
position: relative;
right: 30px;
margin: 0;
z-index: 1000;
}

h2#alpha{
background: url(../_images/h2.gif) no-repeat left top;
height: 61px;
width: 218px;
display: block;
text-indent: -20000px;
margin: -5pxpx 0 20px 0;
}

h2#learn{
background: url(../_images/learn-header.png) no-repeat left top;
height: 58px;
width: 191px;
display: block;
text-indent: -20000px;
clear: both;
margin-top: 20px;
}

h2#explore{
background: url(../_images/explore-header.png) no-repeat left top;
height: 58px;
width: 191px;
display: block;
text-indent: -20000px;
clear: both;
margin-top: 20px;
}

h2#enjoy{
background: url(../_images/enjoy-header.png) no-repeat left top;
height: 61px;
width: 191px;
display: block;
text-indent: -20000px;
clear: both;
margin-top: 20px;
}


h3{
background: url(../_images/h3.gif) no-repeat left top;
height: 21px;
width: 390px;
display: block;
text-indent: -20000px;

}

p strong{
font-style: oblique;
color: #C54914;
}

ul{
float:left;
}

ul li.img{
width: 65px;
float:left;
height: 90px;
margin-left: 10px;
}

ul li.title{
width: 300px;
margin: 0 0 0 10px;
float: left;
color: #C54914;
font-weight: bold;
font-size: 14px;
}

ul li.description{
width: 350px;
float: left;
margin: 0 0 3px 10px;
line-height: 16px;
}

ul li.tagline{
width: 300px;
float: left;
margin: 0 0 10px 10px;
color: #4A769E;
line-height: 16px;
}

ul li.tagline strong{
font-size: 22px;
padding-right: 36px;
background: url(../_images/pricetag.png) no-repeat right center ;
}

ul li.tagline.highlight{
padding-right: 23px;
background: url(../_images/pricetag.png) no-repeat right top ;
}

ul li.tagline a{
font-weight: bold;
color: #4A769E;
}

/*
----------------------------------------------------------------------------- 
EOD
-----------------------------------------------------------------------------*/

