/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #777;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	min-width: 908px;
	background: #DDD url(img/new_bg.gif) repeat-y top center;
}

a:link, a:visited {
	color: #990000;
	text-decoration: italic;
}

a:hover, a:active {
	color: #C11A27;
	text-decoration: italic;
}

p {
	padding-bottom: 10px;
}

.cart td, .cart th {
	padding: 3px 3px;
}

#Wrapper {
	background: #DDD url(img/main_bg.jpg) repeat-x top left;
}

#Container {
	background: #FFF url(img/dot1.gif) repeat-y top left;
}

body#AudioBar {
	background: #FFF url(img/audio_bg.gif) repeat-x top center;
}

#NavContent {
	width: 222px;
	text-align: center;
}

#ContentArea {
	width: 643px;
}

h3 {
	color: #555;
	text-transform: uppercase;
	padding-bottom: 2px;
}

#Navigation {
	display: block;
	margin-left: 12px;
	background: #FFF url(img/dot2.gif) top left;
	width: 193px;
	text-align: left;
}

#Navigation h1 {
	display: block;
	width: 193px;
	font-weight: normal;
}

#Navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#Navigation ul a {
	color: #999;
	display: block;
	font-size: 13px;
	height: 23px;
	line-height: 23px;
	text-indent: 15px;
	text-decoration: none;
	background: transparent url(img/dottedLine.gif) no-repeat bottom center;
}

#News #Navigation ul a.N, #About #Navigation ul a.A, #Services #Navigation ul a.S, #Portfolio #Navigation ul a.P, #Reviews #Navigation ul a.R, #Enjoy #Navigation ul a.E, #Store #Navigation ul a.ST {
	color: #555;
	background-color: #FFF;
	display: block;
	font-size: 13px;
	height: 23px;
	line-height: 23px;
	text-indent: 15px;
	text-decoration: none;
	background: transparent url(img/dottedLine.gif) no-repeat bottom center;
}

#Navigation ul ul.About, #Navigation ul ul.Services, #Navigation ul ul.Portfolio, #Navigation ul ul.Reviews, #Navigation ul ul.Enjoy, #Navigation ul ul.Store {
	display: none;
}

#About #Navigation ul ul.About, #Services #Navigation ul ul.Services, #Portfolio #Navigation ul ul.Portfolio, #Reviews #Navigation ul ul.Reviews, #Enjoy #Navigation ul ul.Enjoy, #Store #Navigation ul ul.Store {
	display: block;
}

#Navigation ul ul a {
	display: block;
	font-size: 12px;
	height: 18px;
	line-height: 18px;
	text-indent: 25px;
	text-decoration: none;
}

#Navigation ul a:link, .Navigation ul a:visited {
	color: #999;
}

#Navigation ul a:hover, .Navigation ul a:active {
	color: #C11A27;
	background-color: #FFF;
}

#NewsBlock {
	background-color: #FFF;
	width: 193px;
	padding-bottom: 8px;
}

.Snippet {
	margin: 0 9px;
	width: 175px;
	color: #666;
	background: transparent url(img/dottedLine.gif) no-repeat bottom center;
	font-size: 12px;
	padding: 5px 0;
}

.Snippet p {
	padding: 0 5px;
}

.Snippet p.Headline {
	text-transform: uppercase;
	padding: 2px 5px;
}

.Snippet a:link, .Snippet a:visited {
	text-decoration: underline;
}

.Snippet a:hover, .Snippet a:active {
	text-decoration: underline;
	color: #C11A27;
}

div.hidwin {
	padding: 0;
	margin: 0 auto;
	position:absolute;
	z-index:500;
	visibility:hidden;
	overflow:hidden;
	border: 1px solid #CCC;
	width: 175px;
	background-color: #AAA;
}

div.hidwin .Inner {
	border: 5px solid #FFF;
}

div.hidwin fieldset {
	border: none;
	width: 150px;
	margin: 5px auto;
}

div.hidwin fieldset input {
	margin: 2px 0;
	width: 150px;
	color: #333;
}

div.hidwin fieldset input.newsletter {
	color: #C11A27;
	width: 110px;
	margin-right: 5px;
}

div.hidwin fieldset input.login {
	color: #C11A27;
	width: 150px;
	margin: 2px 0;
}

div.hidwin fieldset input.bton {
	color: #333;
	width: auto;
}

.TextBox {
	text-align: justify;
	padding: 0 20px 10px 13px;
}


#inlinePhoto {
	border: 1px solid #CCC;
	width: 265px;
	height: 179px;
	text-align: center;
	position: relative;
	float: right;
	margin-left: 15px;
	margin-bottom: 50px;
}

#inlinePhoto img {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 1;
}

#hoverNav {
	position: absolute;
	z-index: 10;
	height: 100%;
	width: 100%;
	left: 0px;
}

#prevLink, #nextLink {
	position: absolute;
	top: 5px;
	display: block;
	width: 49%;
	height: 167px;
	background: transparent url(img/spacer.gif) no-repeat; /* Trick IE into showing hover */
}
#prevLink {
	left: 5px;
	float: left;
}

#nextLink {
	right: 5px !important;
	right: 4px;
	float: right;
}

#prevLink:hover, #prevLink:visited:hover {
	background: url(img/prevlabel.gif) left top no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(img/nextlabel.gif) right top no-repeat;
}

#inlinePhoto #Caption {
	position: absolute;
	top: 180px;
	z-index: 50;
	float: left;
	clear: both;
	display: block;
	text-align: left;
}

#inlinePhoto #Caption p {
	padding-top: 3px;
	font-style: italic;
}

#SendFriend {
	border: 1px solid #CCC;
	margin: 0;
	padding: 0;
	display: block;
}

.Product {
	width: 145px;
	margin-right: 7px;
	margin-bottom: 10px;
	float: left;
	text-align: center;
}

.Clear {
	clear: both;
}

.Pagination {
	width: 100%;
	height: 25px;
	text-align: right;
}

.TextBoxProd {
	width: 333px;
}

.TextBoxText {
	width: 277px;
}
