@charset "UTF-8";

a img {
	border: 0;
}

p  {
	font-size: 10pt;
	color: #858585;
	line-height: 12pt;
	margin-bottom: 10px;
	margin-top: 0px;
}

body,td,th {
	font-size: 10pt;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: #e2007a;
}
a:active {
	text-decoration: none;
}
h1,h2,h4,h5,h6 {
	font-weight: bold;
	line-height: 16pt;
	color: #858585;
}
h1 {
	font-size: 15pt;
	color: #858585;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h2 {
	font-size: 15pt;
	color: #858585;
	margin: 0px;
}
h3 {
	font-size: 10pt;
	color: #858585;
	line-height: 5pt;
	margin: 0px;
}

h4 {
	font-size: 10pt;
	font-weight: normal;
	color: #858585;
	line-height: 0pt;
	margin: 0px;
}

body  {
	background: #666666; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 100%;
	text-align: left;
	margin: 0px;
}
.header #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	
} 
.header #headerpic {
	height: 221px;
	background-image: url(../images/header/header-pic.jpg);  /* 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. */
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	float: left;
} 
.header #header h1 {
	margin: 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 */
	font-size: 15px;
	color: #858585;
	font-weight: bold;
}
.header #newsflash {
	float: left;
	width: 380px;
	background: #ffffff; 
	margin-left: 25px;
	margin-bottom: 10px;
}

.header #slideshow {
	float: left;
	width: 380px;
	height: 464px;
	background-image:url(../images/home/pictureframe.jpg);
	background-repeat:no-repeat;
	margin-left: 25px;
	margin-bottom: 10px;
}

.header #slide {
	width: 226px;
	height: 335px;
	margin-left: 79px;
	margin-top: 63px;
}


.header #newsflash2 {
	float: left; /* since this element is floated, a width must be given */
	width: 273px;
	background-image: url(../images/home/newsflash1.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	text-align: center;
	background-position: center top;
}

.header #newsflashPic {
	float: left; /* since this element is floated, a width must be given */
	width: 273px;
	background-image: url(../images/home/newsflash1.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	text-align: center;
	background-position: center top;
	text-decoration:none;
}


.header #payment {
	float: left; /* since this element is floated, a width must be given */
	width: 930px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	text-align: center;
	background-position: center top;
}

.header #newsletterSignup {
	float: right; /* since this element is floated, a width must be given */
	width: 222px; /* padding keeps the content of the div away from the edges */
	height: 600px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #ffffff;
	background-image: url(../images/home/newsletternotebook1.jpg);
	background-repeat: no-repeat;
}

.header #newsletterTanks {
	float: right; /* since this element is floated, a width must be given */
	width: 222px; /* padding keeps the content of the div away from the edges */
	height: 400px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #ffffff;
	background-image: url(../images/home/newsletternotebook2.jpg);
	background-repeat: no-repeat;
}

.header #formBox {
	text-align: center;
	padding-top: 0px;
	padding-right: 34px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 175px;
}


.header #formBox2 {
	text-align: center;
	padding-top: 0px;
	padding-right: 34px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 60px;
}


.header #cardsBtn {
	float: left;
	width: 300px;
	margin-left: 25px;
	margin-bottom: 10px;
	text-decoration: none;
	background-color: #ffffff;
	background-position: center;
	text-align: center;
}


.header #cardsText {
	float: left;
	width: 600px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: center;
	margin-bottom: 20px;
}

.header .CardBox {
	background-image: url(../shop/images/dropshadowcard.gif) no-repeat bottom right;
	width: 75px;
	height: 110px;
	margin:5px auto;
	overflow: visible;
	text-align: center;
	padding: 0px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.header .CardHolder {
	float: left;
	height: 255px;

	width: 150px;
	text-align: center;
	margin-top: 2px;
	margin-right: 21px;
	margin-bottom: 2px;
	margin-left: 21px;
}


.header #mainContent {
	color: #858585;
	line-height: 15px;
	
} 

.header #tourText {
	float: left;
	width: 520px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: center;
	margin-bottom: 20px;
}



table.tour {
	border: 1px;
	padding: 10px;
}
table.tour td {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
table.tour tr.d0 td {
	background-color: #ececec;
}
table.tour tr.d1 td {
	background-color: #ffffff;
}






#NavButton ul, #NavButton li {
margin: 0;
padding-top: 5px;
padding-bottom: 5px;
	float: left;
	display: inline;
	text-align: left;
	
}

.header #NavButton {
	padding-top: 5px;
	margin: 0;
	text-align: left;
} 

#thumbGallery
{padding:20px;}

.header #pictureContainer {
	float: left; /* since this element is floated, a width must be given */
	width: 132px;
	height: 130px; 
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 25px;
	margin-right: 25px;
	text-align: center;
}

.header #pictureBox {
	width: 130px;
	height: 75px;
	padding: 0px;
	text-align: center;
	border: 1px solid #666666;
	margin-bottom: 10px;
}

.header #pictureCaption {
	width: 132px;
	height: 55px;
	padding: 0px;
	text-align: center;
	margin-bottom: 5px;
}


.header #mediaContainer {
	float: left;
	width: 265px;
	height: 1200px; 
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 25px;
	text-align: center;
}


.header #mediaBox {
	width: 130px;
	height: 75px;
	padding: 0px;
	text-align: center;
	margin-bottom: 10px;
}

.header #tubeContainer {
	float: left;
	width: 780px;
	height: 445px; 
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 70px;
	margin-right: 25px;
	text-align: center;
}

.header #mediaText {
	float: right;
	width: 400px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}





.header #contactList {
	float: left; 
	width: 640px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 20px;
	text-align: left;
}


.header #contactPic {
	float: left; 
	width: 300px; 
	margin-left: 20px;
}

.header #contactText {
	float: left; 
	width: 440px;
	padding-top: 0px;
	padding-right: 95px;
	padding-bottom: 0px;
	padding-left: 100px;
	text-align: center;
	margin-bottom: 20px;
}





#footer ul{
	text-align: center;
	list-style-type: none;
	display: inline;
}

.header #footer { 
	width: 940px;
	margin: 0;
	padding: 10px 0px 10px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	
	
} 
.header #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 10px 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}




.floatright { /* 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: 0px;
}
.floatleft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
}
.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;
}

.clear {clear:both;}
