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

@import url("reset.css");

body {
	font: 65% Arial, Helvetica, sans-serif;
	color: #382513;
	background: #000 url(../images/bg_body.png) repeat-y left;
	margin-bottom: 15px;
}

p {
	margin-top: 5px;
	margin-bottom: 5px;
}

.center {
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.clear { clear: both; }

.clearRt { clear: right; }

.hidden { visibility: hidden; }

.nodisplay { display: none; }

.floatLft {
	display: block;
	float: left;
}

.floatRt {
	display: block;
	float: right;
}

.pad5 { padding: 5px; }

.tab1 { text-indent: 1em; }

.tab2 { text-indent: 2em; }

.tab3 { text-indent: 3em; }

.text14 { font-size: 1.4em; }

#outerContainer {
	background: url(../images/bg_outer.png) repeat-y left;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#outerContainer #container {
	background: #d8caa8;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#outerContainer #container #head {
	background: url(../images/header.png) no-repeat left top;
	height: 105px;
}

#outerContainer #container #head #nav {
	background: url(../images/bg_nav.png) no-repeat left top;
	float: right;
	height: 30px;
	width: 500px;
	margin-top: 10px;
	margin-right: 35px;
}

#outerContainer #container #head #nav ul li {
	font-size: 1.3em;
	display: block;
	float: left;
	width: 80px;
	list-style: none;
	text-align: center;
	height: 23px;
	padding-top: 7px;
	border-right: 1px solid #4B4E40;
}
#outerContainer #container #head #nav ul li#last { border-right-style: none; }

#outerContainer #container #head #nav ul li a {
	color: #392A1D;
	text-decoration: none;
	display: block;
	height: 23px;
	width: 80px;
}

#outerContainer #container #head #nav ul li a:hover { color: #DBCAA6; }

#outerContainer #container #foot {
	background: url(../images/bg_foot.png) no-repeat left top;
	height: 50px;
}

#outerContainer #container #foot ul {
	display: block;
	margin-left: auto;
	width: 700px;
	margin-right: auto;
	margin-top: 10px;
	height: 20px;
}
#outerContainer #container #foot ul   li a{
	font-style: italic;
	color: #FFF;
	text-decoration: none;
	padding-top: 4px;
	height: 16px;
	width: 100px;
	display: block;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #DBCAA6;
	border-bottom-color: #DBCAA6;
}

#outerContainer #container #foot ul li a:hover {
	color: #FFF;
	background: #333;
}

#outerContainer #container #foot ul li {
	display: block;
	float: left;
	height: 20px;
	width: 100px;
	list-style: none;
	text-align: center;
}

#outerContainer #container #foot p {
	text-align: center;
	font-style: italic;
	display: block;
	margin-top: 5px;
	color: #FFF;
}

#outerContainer #container #foot p a {
	color: #FFF;
	font-weight: bold;
}

/* Slider Styles */

#outerContainer #container #content #slideContainer {
	float: right;
	height: 300px;
	width: 420px;
	background: #333;
	margin-bottom: 10px;
	text-align: center;
	padding: 10px;
}

#outerContainer #container #content #slideContainer  a {
	color: #FFF;
	
}

#slider {
	width: 400px; /* important to be same as image width */
	height: 267px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	margin-right: auto;
	margin-left: auto;
	margin-top: 17px;
}

#sliderContent {
	width: 400px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	margin-left: 0;
	left: 0px;
}

.sliderImage {
    float: left;
    position: relative;
	display: none;
}

.sliderImage span {
	position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
	padding: 10px 13px;
	width: 384px;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
	left: 0px;
}

.sliderImage span strong {
    font-size: 14px;
}

.bottom {
	bottom: 0;
    left: 0;
}

#slider ul { list-style-type: none;}

#outerContainer #container #content #adVVD {
	width: 230px;
	margin-right: 10px;
	padding: 5px;
	border: 1px solid #2E261C;
	margin-left: 5px;
	overflow: hidden;
}

#outerContainer #container #content .pad5.text14 #adVVD h5 img { border-style: none; }

#outerContainer #container #content .pad5.text14 #adVVD h5 a {
	color: #FFF;
	text-decoration: none;
}

#outerContainer #container #content #contestRSS {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	float: right;
}

#outerContainer #container #content #rtSidbar {
	background: #CCC url(../images/bg_rtSidebar.png);
	float: right;
	width: 200px;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #666;
	overflow: hidden;
}

#outerContainer #container #content #rtSidbar a { color: #999; }

#outerContainer #container #content #wagmp_map_1 {
	height: 300px;
	width: 300px;
	margin-right: 75px;
	float: right;
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #382512;
}

#outerContainer #container #content #phone #contactForm {
	float: right;
	width: 500px;
	margin-right: 15px;
	margin-top: 15px;
	padding: 40px 5px 5px 35px;
	background: url(../images/mailBG_02.png) no-repeat left top;
}

#outerContainer #container #content #phone address {
	display: block;
	width: 200px;
	margin-left: 3em;
	padding: .5em;
}

#outerContainer #container #content #phone h2 {
	background: url(../images/telephone.png) no-repeat 5px top;
	display: block;
	padding-left: 40px;
	height: 46px;
	padding-top: 10px;
}

.error {
	display: none;
	float: right;
	padding-right: 5px;
}

.labelspan {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}

#outerContainer #container #content #gallery {
	height: 900px;
	width: 900px;
	margin-bottom: 15px;
	margin-left: 30px;
}

.package {
	margin: 5px 10px;
	padding: 5px;
	float: left;
	width: 280px;
	font-size: 1.3em;
	text-align: center;
	vertical-align: baseline;
}

a img { border-style: none; }

#outerContainer #container #content #addons {
	display: block;
	width: 915px;
	margin-left: 10px;
	padding: 5px;
}

.item {
	display: block;
	float: left;
	width: 300px;
	margin-right: 10px;
	text-align: center;
	border-top: 1px solid #55432e;
	padding-top: 5px;
	padding-bottom: 5px;
}

#outerContainer #container #content #addons dd {
	border-top: 1px solid #55432E;
	padding-top: 5px;
}

.largebold {
	font-size: 1.4em;
	font-weight: bold;
}

.price {
	width: 200px;
	float: right;
	margin-right: 10px;
	font-weight: bold;
	font-size: 1.2em;
}
#outerContainer #container #content .viewcart {
	float: right;
	width: 200px;
}

#outerContainer #container #content #bgSp {
	background: url(../images/bg_paper.jpg);
	padding: 15px 10px;
	margin-right: 5px;
	margin-left: 5px;
}

#outerContainer #container #content #fill {
	line-height: 40px;
	display: block;
	font-size: 2em;
	padding-left: 15px;
}

.dance {
	margin: 5px 10px;
	padding: 5px;
	float: left;
	width: 150px;
	font-size: 1.3em;
	text-align: center;
	vertical-align: baseline;
}

#outerContainer #container #content #products {
	background: url(../images/Products.png) no-repeat left top;
	height: 190px;
	width: 960px;
	overflow: hidden;
	position: relative;
	padding-top: 10px;
}

#outerContainer #container #content #p_slideContainer {
	float: right;
	height: 150px;
	width: 300px;
	background: #000;
	margin-bottom: 5px;
	text-align: center;
	padding: 10px;
	margin-top: 7px;
	margin-right: 20px;
}

#p_sliderContent {
	width: 300px; /* important to be same as image width or wider */
	position: absolute;
	top: 0px;
	margin-left: 0;
	left: 0px;
	height: 150px;
}

.p_sliderImage {
	float: left;
	position: relative;
	display: none;
}

#p_slider {
	width: 300px; /* important to be same as image width */
	height: 150px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

.title {
	background: #CCC;
	display: block;
	width: 85%;
	margin-bottom: 10px;
	height: 15px;
	padding: 5px;
	text-align: center;
	color: #000;
	margin-right: auto;
	margin-left: auto;
}
.redreg {
	font-size: 1.3em;
	font-weight: bold;
	color: #B40000;
	width: 225px;
	display: block;
	text-align: right;
	border-bottom: 1px solid #646464;
}
#outerContainer #container #content #payment {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#outerContainer #container #content #payment h2 {
	margin-bottom: 10px;
}
#outerContainer #container #content #payment #mailpay{
	font-size: 1.2em;
	font-weight: bold;
	float: right;
	width: 400px;
}
