html
{
	margin: 0px;
}

body
{
	background-color: #FFF;
	margin: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
}

.mainheader
{
	margin: 0px auto 0 auto;
	width: 890px;
	text-align: left;
}

.maincontent
{
	margin: 0px auto 0px auto;
	width: 890px;
	text-align: left;
}

img
{
	border: none;
}

span.bold
{
	font-weight: bold;
}

h5
{
	border-bottom: 1px dashed #FFF;
	color: #FFF;
	font-size: 10px;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	text-transform: uppercase;
}

.footer
{
	border-top: 1px solid #CCC;
	padding: 10px 0px 0px 0px;
	margin-bottom: 30px;
	clear: both;
	color: #999;
	font-size: 10px;
	text-align: center;
}	

.footer a
{
	color: #999;
	text-decoration: underline;	
}

.footer a:hover
{
	color: #666;
	text-decoration: underline;	
}

.footer a:active
{
	color: #333;
	text-decoration: underline;	
}

/* -- HEADER -- */

.header
{
	background-color: white;
	background-repeat: repeat-x;
	background-position: left top;
	height: 125px;
	border-right: #CCC;
	border-left: #CCC;
	border-width: 0px 1px 0px 1px;
	border-style: none solid none solid;
}

#contact
{
	float: right;
	margin: 16px 23px 0px 0px;
	border: 0px;
}

#logo
{
	float: left;
	margin: 21px 0px 0px 26px;
	border: 0px;	
}

/*--New top navigation--*/

div.newtopnav
{
	background: #009EEB url(../images/topnavstrip_blue.gif) 0 0 repeat-x;
	border-top: 1px solid #009EEB;
	border-right: 1px solid #009EEB;
	border-left: 1px solid #009EEB;
	font-size: 12px;
	margin: 0 0 10px 0;
	width: 888px;
}

div.newdevice
{
	background: url(../images/topnavdevice_blue.gif) 100% 0 no-repeat;
	height: 2.2em;
}

div.newtopnav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

div.newtopnav li
{
	border-right: 1px solid #46B6EC;
	float: left;
	padding: 6px 0;
}

div.newtopnav li a
{
	color: #FFF;
	font-weight: bold;
	padding: 0 8px;
	text-decoration: none;
}

div.newtopnav li a:hover
{
	color: #000;
}

div.newtopnav li a.blog
{
	background-color: #222;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-weight: normal;
	margin: 0 0 0 5px;
	padding: 3px 8px;
}

div.newtopnav li a.blog:hover
{
	color: #FFF;
	text-decoration: underline;
}

div.newtopnav #last
{

	border-right: 0 none #000;
}

div.newtopnav ul.mt_dropdown li.tab
{
	
	font-size: 12px;
	font-weight: bold;
	position: relative;
	margin: 0;
	padding: 0;
}

div.newtopnav ul.mt_dropdown li.tab ul.mt_dropdown_sec
{
	background: url(../images/nav_dropdown.gif) 0 100% no-repeat;
	display: none;
	padding: 0;
}

div.newtopnav ul.mt_dropdown li.tab:hover,
div.newtopnav ul.mt_dropdown li.tab:active
{
	background: url(../images/nav_tab_right.gif) 100% 0 no-repeat;
}

div.newtopnav ul.mt_dropdown li.tab:hover a
{
	background: url(../images/nav_tab_left.gif) 0 0 no-repeat;
	color: #222;
}

div.newtopnav ul.mt_dropdown li.tab ul.mt_dropdown_sec li:hover a
{
	color: #222;
}

div.newtopnav ul.mt_dropdown li.tab:hover > ul
{	
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 100%;
	width: 200px;
}

div.newtopnav ul.mt_dropdown li.tab ul.mt_dropdown_sec li:hover > ul
{	
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	top: -8px;
	left: 100%;
	width: 200px;
}
/*
div.newtopnav ul.mt_dropdown li.tab:active
{
	background: url(../images/nav_tab_left.gif) 0 0 no-repeat;
	color: #385592;
}
*/
div.newtopnav ul.mt_dropdown li.tab a
{
	color: #FFF;
	display: block;
	text-decoration: none;
	padding: 6px 8px;
}

div.newtopnav ul.mt_dropdown li.tab ul.mt_dropdown_sec li
{
	background-image: none;
	border: none;
	float: none;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

div.newtopnav ul.mt_dropdown li.tab ul.mt_dropdown_sec li a
{
	background-image: none;
	border-bottom: 1px dashed #C8D5F1;
	border-right: none;
	color: #999;
	font-weight: bold;
	margin: 6px 8px;
	padding: 0 0 6px 0;
}

div.newtopnav ul.mt_dropdown li.tab ul.mt_dropdown_sec li a:hover
{
	color: #222;
}

/*--End of new top navigation--*/


/* -- TOP NAV BAR -- */
/* -- Styles shared between Winter/Summer -- */

.device
{
	background-repeat: no-repeat;
	background-position: right top;
	padding: 4px 2px;
}

.topnav ul
{
	list-style: none;
	margin:0px;
	padding:0px;
}

.topnav li
{
	padding: 0px 4px 0px 7px;
	display: inline;
	position: relative;
}

.topnav #last
{
	padding: 0px 4px 0px 7px;
	border-right: 0 none #000;
}


/* -- LEFT NAV BAR -- */

.leftnav
{
	clear: both;
	float: left;
	width: 170px;
	margin-bottom: 10px;
}

.leftnav .block
{
	width: 168px;
	padding: 0px 0px 6px 0px;	
	margin: 0;
}

.leftnav #navsmalltext
{
	margin: 0px 9px 0px 9px;
	font-weight: normal;
	font-size: 10px;
}

.leftnav form
{
	margin: 0px;
	padding: 0 0 0 10px;
}

.leftnav #subscribeaddress
{
	margin: 6px 0px 0px 0px;
	width: 150px;
}

.leftnav #subscribebutton
{
	margin: 6px 9px 0px 19px;
}

.leftnav #subscribeloader
{
	margin: 9px 9px 3px 14px;
	width: 12px;
	height: 12px;
	background-image: url(../images/refresh.gif);
	background-repeat: no-repeat;
}

.leftnav #subscriberesult
{
	float: left;
	width: 148px;
	padding: 6px 10px 0px 10px;
	margin-bottom:-5px;
	font-size: 12px;
	font-weight: bold;
}

.leftnav #subscriberesult.ok
{
	color: black;
}

.leftnav #subscriberesult.error
{
	color: red;
}

.leftnav #tripbrowserbutton
{
	float: left;
	width: 170px;
	height: 50px;
	background-image: url(../images/tripbrowser.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border: none;
}

.leftnav #tripbrowserbutton span
{
	display:none;
}

.leftnav #tripbrowserbutton:hover 
{ 
	background-position: 0px -50px;
}

.leftnav #tripbrowserbutton:active
{ 
	background-position: 0px -100px;
}

.leftnav ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0 0px;	
	color: #000;
	font-weight: bold;
	font-size: 12px;
	list-style-type: none;
}

.leftnav li
{
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #FFF;
	padding: 0px;
}

.leftnav ul li a
{
	display: block;
	padding: 3px 0px 2px 9px;
	text-decoration: none;
	color: #000;
}

.leftnav #winter_button
{
	float: left;
	width: 170px;
	height: 45px;
	background-image: url(../images/switcher_winter.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border: none;
	margin-bottom: 5px;
	text-decoration: none;
}

.leftnav #summer_button
{
	float: left;
	width: 170px;
	height: 45px;
	background-image: url(../images/switcher_summer.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border: none;
	margin-bottom: 5px;
	text-decoration: none;
}

.leftnav #winter_button span,
.leftnav #summer_button span
{
	display:block;
	margin: 7px;
	font-size: 13px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

.leftnav #winter_button span
{
	text-shadow: 2px 2px 2px #3B88DD;
}
.leftnav #summer_button span
{
	text-shadow: 2px 2px 2px #B48F0D;
}

.leftnav #winter_button:hover,
.leftnav #summer_button:hover 
{ 
	background-position: 0px -45px;
}

.leftnav #winter_button:active,
.leftnav #summer_button:active
{ 
	background-position: 0px -90px;
}

/* -- RIGHT NAV BAR -- */

.rightnav
{
	float: right;
	width: 170px;
	margin-bottom: 10px;
}

.rightnav .block
{
	width: 168px;
	border-right: #CCC;
	border-bottom: #CCC;	
	border-left: #CCC;
	border-width: 0px 1px 1px 1px;
	border-style: none solid solid solid;
	padding: 0px 0px 10px 0px;
	margin-bottom: 5px;
}

.rightnav .block a img
{
	border: none;
	padding: 0;
}

.rightnav #tshirtbutton
{
	float: left;
	width: 170px;
	height: 45px;
	background-image: url(../images/tshirt_button.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border: none;
	margin-bottom: 5px;
}

.rightnav #tshirtbutton span
{
	display:none;
}

.rightnav #tshirtbutton:hover 
{ 
	background-position: 0px -45px;
}

.rightnav #tshirtbutton:active
{ 
	background-position: 0px -90px;
}

#blogbutton
{
	float: left;
	width: 170px;
	height: 45px;
	background-image: url(../images/blog_button.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border: none;
	margin-bottom: 5px;
}

#blogbutton span
{
	display:none;
}

#blogbutton:hover 
{ 
	background-position: 0px -45px;
}

#blogbutton:active
{ 
	background-position: 0px -90px;
}

.rightnav img
{
	margin-bottom:5px;
	border-top: #CCC;
	border-bottom: #CCC;
	border-width: 1px 0px 1px 0px;
	border-style: solid none solid none;
	display:block;
	clear:left;
}

.rightnav #fromTheGallery
{
	margin-top:5px;
}

ul.news
{
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 9px;
	color: #000;
	list-style-type: none;
}

.rightnav #fromthegallery
{
	margin: 0px;
}

.rightnav #pic
{
	margin: 0px;
}

.testimonials
{
	padding: 0px 9px 0px 9px;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #000;	
}

.testimonials a
{
	text-decoration: none;
	color: #000;	
}

.testimonials a:hover
{
	text-decoration: none;
	color: #000;
}

.testimonials a:active
{
	text-decoration: none;
	color: #000;	
}

.quotetop
{
	margin: 3px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
}

.quotebottom
{
	margin: 2px 0px 0px 0px;
	padding: 14px 0px 0px 0px;
}