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

body {
	margin: 0px;
	text-align: center;
	min-width: 850px;
	background-repeat:repeat-x;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#393939;
	
}

A:link {
	text-decoration: none;
	color:#43728f;

}

A:visited {
	text-decoration: none;
	color:#43728f;
}

A:active {
	text-decoration: none;
	color:#43728f;
}


A:hover {
	text-decoration: underline; 
	color: #e13532;
}


#wrapper {
	width: 850px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#flash {
	width: 850px;
	height: 191px;
	background-image:url(images/bg_box_top2.png);
}

#center {
	width: 850px;
	background-image:url(images/bg_box_center.png);
	height:auto;
	
}

#footer {
	width: 850px;
	height: 68px;
	background-image:url(images/bg_box_footer.png);
	background-repeat:no-repeat;
	position:relative;
	clear:both;
	color:#43728f;
	font-size: 11px;
}

#content {
	width: 790px;
	margin-left: 30px;
	overflow:hidden;
	
}

#column_left {
	float:left;
	width: 500px;
}

#column_right {
	float:right;
	width: 270px;
}

#left_nav {
	float: left;
	margin-left: 4px;
	margin-top: 6px;
	width: 170px;

}

#table_right{
	float: right;
	width: 611px;

}

.productName {
	font-size:16px;
	color:#000000;

}

.price {
font-size:14px;
font-weight:bold;
}


.headline {
	font-size: 16px;
	color:#000000;
	font-weight:bold;
}

.headline2 {
	font-size: 18px;
	color:#000000;
	font-weight:bold;
}

#specials_left {
	width: 372px;
	float: left;
}

#specials_right {
	width: 372px;
	float: right;
}

#contact_directions {
	position: absolute;
	margin-top: 360px;
	margin-left: 500px;
	width: 222px;
	height: 50px;
}

.tableHead {	color: #CC0000;
	font-size: 16px;
	font-weight:800;
}
tr.dashLine {	border-bottom: 1px dashed #999999;
}
table {
	border-collapse: collapse;
	}


#video{
	width:100%;
	height:314px;
	background-color:#333333;
	text-align:center;
	margin-top:15px;
	
	-webkit-border-radius: 12px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
     -moz-border-radius: 12px; /* FF1-3.6 */
          border-radius: 12px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
          
  /* useful if you don't want a bg color from leaking outside the border: */        
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
}

.box_gradient {
  background-color: #000000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#212121)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #000000, #212121); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #000000, #212121); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #000000, #212121); /* IE10 */
  background-image:      -o-linear-gradient(top, #000000, #212121); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #000000, #212121);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#000000', EndColorStr='#212121'); /* IE6-IE9 */
}

#videoText{
	float:right;
	width:415px;
	margin-top:20px;
	margin-right:15px;
}

#boxStarring{
	width:331px;
	float:left;
	margin-top:16px;
}
#starringMid{
	width:100%;
	background-image:url(images/box_starring_mid.jpg);
	background-repeat:repeat-y;
	text-align:center;
}

.starringPerson{
	width:320px;
	height:84px;
	background-repeat:no-repeat;
	background-position:center;
}

.starringTxt{
	padding-left:150px;
	padding-top:12px;
	font-size: 18px;
	color:#000000;
	font-weight:bold;
	text-align:left;
}

.name{
	font-size:14px;
	font-weight:lighter;
}

.marginP{
	margin-top:5px;
}

.box_shadow {
  -webkit-box-shadow: 0px 0px 18px #ffffff; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
     -moz-box-shadow: 0px 0px 18px #ffffff; /* FF3.5 - 3.6 */
          box-shadow: 0px 0px 18px #ffffff; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}

#eventsVideo{
	width:90%;
	color:#000000;
	padding-left:15px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:10px;
	 background-color: #FFFFFF;
	 border-style:solid;
	 border-width:thin;
	 border-bottom-color:#333333;
	-webkit-border-radius: 12px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
     -moz-border-radius: 12px; /* FF1-3.6 */
          border-radius: 12px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */

}

#eventImage{
	float:right;
	width:129px;
	text-align:center;
}
