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

body {
	background:url(../images/new-background.jpg) fixed #456dcc no-repeat center top;
	}

#main{
	background:white;
	padding:20px 10px;
	min-height: 100px;
	}
#header {
	padding:20px 0 10px 0;
}
#logo {
	float:left;
	width:326px;
	height:47px;
	padding:0;
	margin:0;
}
p#info {
	text-align:right;
	float:right;
	width:200px;
	height:47px;
	padding-top:10px;
}
img#homepagePic{
	margin-bottom:10px;
}
ul#navigation {
   padding: 0;
   list-style-type: none;
   display:block;
   height:20px;
   float:right;
}
ul#navigation li {
	float:left;
	text-align:center;
}
ul#navigation li a {
	display:block;
	padding:0 15px;
}
ul#navigation li.active a {
		background-color:white;
}
	
p#introduction, .story {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom: 1px dotted #84858a;
}
p.priority {
	text-indent:-1000px;}
#highlights {
	margin:10px 0;
}
#extra-box {
	background-color:#dadcdb;
	border:1px solid #84858a;
	padding:10px;
	}
#extra-box form input#mce-EMAIL {
	width:140px;
	margin-bottom:5px;
	float:left;
}
form#contact-form label {
		width:100px;
		text-align:right;
		float:left;
}
form#contact-form label#message {
		text-align:left;
		margin-bottom:0px;
}
form#contact-form {
		background-color:#dadcdb;
		border:1px solid #84858a;
		padding:10px;
		width:250px;
		float:right;
		margin:2em 20px 0 20px;
}
form#contact-form textarea {
		margin-bottom:5px;
}
form#contact-form label, form#contact-form input{
	margin-bottom:10px;
	}
#main ul {
	list-style:disc;
	margin-left:20px;
}
#main ul li {
	list-style:disc;
}
p#footer {
	padding-top:10px;
	padding-bottom:10px;
}
img.story-image {
	float:left;
	width:100px;
	height:63px;
	margin-right: 5px;
	}
table.product-list {
	width: 100%;
	margin: 1em 0;
	border-collapse: collapse;
}

table.product-list td,
table.product-list th {
	padding: .2em;
}

table.product-list th {
	font-weight: bold;
	font-size: 114%; 
	color: #626d7a;
	vertical-align: top;
}

table.product-list th span {
	font-size: 76%;
	font-weight: normal;
	display: block;
}

table.product-list thead tr th {
	border-bottom: 1px solid #ccd0d5;
}

table.product-list tr.even td {
	border-bottom: 1px solid #ccd0d5;
}

table.product-list tr.odd td {
	background-color: #e7ebef;
	border-bottom: 1px solid #ccd0d5;
}

table.product-list td.saving {
	color: #898989;
	text-indent: -3000px;
}

table.product-list td label {
	width: auto;
	font-weight: normal;
	float: none;
}

table.product-list td.ticket {
	background-image: url(../img/icon_ticket.gif);
	background-repeat: no-repeat;
	background-position: 3px 5px;
	padding-left: 23px;
}

table.product-list td.guide {
	background-image: url(../img/icon_guide.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	padding-left: 23px;
}


table.product-list img {
	vertical-align: middle;
}
table.product-list input.qty {
	width:2em;
	}
img.social-networking {
	margin-top: 3px;
	margin-left: 6px;
	margin-right: 6px;
	}
li#blog {
	background-color:#E6597B;
	color:white;
}