/* Start DSTW CSS */

body {
	background: black;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 0.8em;	
	text-align: center;
}


#top {
	background-color: white;	
}


#top h1 {
	display: block;
	background-image: url(../img/dstlogoweb.png);
	height: 200px;
	width: 550px;
	text-indent: -999em;
	margin: auto;
}


#nav {
	font-size: 2.0em;
	text-align: center;
	background-color: #942217;
	position: relative;
	padding: 5px;
	white-space: nowrap;	
}


#nav li {
	display: inline;
}


#nav a {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 1.5em;
}


#nav a:hover {
	color: gray;
	text-decoration: underline;
}

#nav .active {
	color: white;
	text-decoration: underline;
}


.navshadow {
	/*-moz-box-shadow: 2px 4px 8px #000;*/
	-webkit-box-shadow: 2px 4px 8px #000;
	box-shadow: 2px 4px 8px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	overflow: hidden;
}


#content {
	background: #ccc; /* for non-css3 browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#000000)) repeat scroll 0 0 transparent;
	background: -moz-linear-gradient(center top,  #ffffff,  #000000) repeat scroll 0 0 transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000') repeat scroll 0 0 transparent;
	padding: 0;
}


#textcontainer {
	background: none repeat scroll 0 0 #777777;
	width: 760px;
	margin: 0px auto;
	border: 3px solid black;
	padding: 0 0 0px 0;	
}

#textcontainer p {
	font-family: Helvetica, Arial, sans-serif;
	display: block;
	font-size: 1.2em;
	margin-bottom: 1em;
	overflow: hidden:
}

#textcontainer p label {
	text-align: left;
	float: left;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.2em;
	margin-bottom: 0.2em;
}

#textcontainer label {
	text-align: left;
	float: left;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.2em;
	margin-bottom: 0.2em;
	padding-right: 0.5em;
}

#textcontainer .bold {
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 0.2em;
}

#textcontainer li {
	font-family: Helvetica, Arial, sans-serif;
	display: inline-block;
	font-size: 1.2em;
	margin-bottom: 0.8em;
	margin-left: 25px;
	overflow: hidden;
}

#textcontainer a {
	color: #942217;
	text-decoration: none;	
}

#textcontainer a:hover {
	color: white;
	text-decoration: underline;
}

#textcontainer .aboutimg {
	width: 244px;
	float: left;
	margin: 0 auto;
	padding-bottom: 0.8em;
	text-align: center;
}

#textcontainer ul.contact {
	display: block;
	float: right;
	width: 390px;
	padding: 65px 0 0 0; 
	text-align: left;
	line-height: 1.5em;
}

.text {	
	width: 650px;
	margin-left: 0px;
	padding: 1.5em 0px 0.5em 0px; 
	text-align: left;
	line-height: 20px;
	display: inline-block;
}


#prodcontainer {
	background: none repeat scroll 0 0 #777777;
	width: 760px;
	margin: 0 auto;
	border: 3px solid black;
	padding: 0 0 10px 0;	
}

#prodcontainer form {
	width: 650px;
	margin-left: 50px;
	padding: 1.5em 0; 
	text-align: left;
	line-height: 20px;
}


#prodcontainer p {
	font-family: Helvetica, Arial, sans-serif;
	display: block;
	font-size: 1.2em;
	margin-bottom: 1em;
	overflow: hidden;
}


#prodcontainer p label {
	width: 300px;
	text-align: right;
	float: left;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.2em;
	margin-right: 15px;
}


#prodcontainer p input {
	width: 200px;
	float: left;
	text-align: left;
	vertical-align: top;
}


#prodcontainer p textarea {
	width: 300px;
	height: 100px;
	display: block;
	text-align: left;
}

.orderconfirm {	
	width: 650px;
	margin-left: 50px;
	padding: 1em 0px 0px 0px; 
	text-align: left;
	line-height: 20px;
}

}
#prodcontainer p span {
	width: 200px;
	float: left;
	text-align: left;
	vertical-align: top;
}


.ordersubmit {
	float: right;
	text-align: left;
	margin-right: 30px;
}


.required {
	font-size: 0.9em;
	color: #b70000;
	text-align: left;
	margin-left: 5px;
}

.error {
	font-size: 1.3em;
	color: #b70000;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

.receipt {
	font-size: 1.5em;
	text-align: center;
	margin: 10px 10px 1.5em;
	font-weight: bold;
}

#products li {
	display: inline-block;	
}


.prodbox {
	background-color: black;
	border: 2px solid #942217;
	margin: 10px 5px 5px 5px;
	-moz-box-shadow: 2px 3px 6px #000;
	-webkit-box-shadow: 2px 3px 6px #000;
	box-shadow: 2px 3px 6px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000')";		
}


.prodbox a {
	width: 230px;
	height: 230px;
	text-indent: -999em;
	display: block;			
}


.prodbox a:hover {
	background-position: bottom;	
}


#prod0 a {
	background-image: url(../img/prodimg/prod_bosstat.png);		
}

#prod11 a {
	background-image: url(../img/prodimg/prod_4711tat.png);		
}

#prod1 a {
	background-image: url(../img/prodimg/prod_frankwig.png);		
}


#prod2 a {
	background-image: url(../img/prodimg/prod_janetwig.png);		
}


#prod3 a {
	background-image: url(../img/prodimg/prod_magswig.png);		
}


#prod4 a {
	background-image: url(../img/prodimg/prod_smagswig.png);		
}


#prod5 a {
	background-image: url(../img/prodimg/prod_columbiawig.png);		
}


#prod6 a {
	background-image: url(../img/prodimg/prod_rockywig.png);		
}


#prod7 a {
	background-image: url(../img/prodimg/prod_crimwig.png);		
}

#prod8 a {
	background-image: url(../img/prodimg/prod_eddiewig.png);		
}

#prod9 a {
	background-image: url(../img/prodimg/prod_wetfrankwig.png);		
}

#prod10 a {
	background-image: url(../img/prodimg/prod_bradwig.png);		
}

#proddisplay {
	background-color: white;
	width: 750px;
	height: 520px;
}

#proddisplay iframe {
	width: 375px;
	height: 403px;
	margin: 5px 15px 5px 5px;
	display: inline-block;
	float: left;
}

#proddisplay .mainimg {
	height: 375px;
	display: none;
	float: left;
	margin: 5px 15px 5px 5px;
}

#proddisplay ul.imgthumbs {
	display: block;
	position: absolute;
	width: 375px;
	bottom: 5px;
	padding: 5px; 
}

#proddisplay .imgthumbs li.rotate {
	text-align: center;
	line-height: 100px;
	margin: 0px 2px 0px 0px;
	width: 83px;
	height: 100px;
	cursor: pointer;
    font-size: 1.4em;
    font-weight: bold;
    text-transform: uppercase;
    border: 2px solid white;
}
#proddisplay .imgthumbs li {
	display: block;
	float: left;
}

#proddisplay .imgthumbs img {
	display: block;
	height: 100px;
	margin: 0px 1px 0px 0px;	
	border: 2px solid white;
	cursor: pointer;	
}

#proddisplay .imgthumbs .active,
#proddisplay .imgthumbs li.active {
	border: 2px solid #942217;	
}


#proddisplay ul.info {
	display: block;
	float: right;
	width: 340px;
	padding: 1.5em 15px 0 0; 
	text-align: left;
	line-height: 1.5em;
}


#proddisplay form {
	display: block;
	float: right;
	width: 340px;
	padding: 0 15px 0 0; 
	text-align: left;
	line-height: 1.5em;
}


#proddisplay label {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.6em;
}


#proddisplay span {
	display: block;
	font-size: 1.3em;
	margin-bottom: 1em;
}

.intldisclaimer {
	line-height: 1em;
	margin-bottom: 1em;
}

.note {
	line-height: 1em;
	margin-bottom: 1em;
}


#proddisplay span span {
	font-size: 0.8em;	
}


#proddisplay .hidden {
	display: none;
}

#proddisplay .webrotate {
    width       : 375px;
    height      : 430px;
}

#footer {
	color: white;
	text-transform: uppercase;
	font-size: 1.2em;
	text-align: center;
	position: relative;
	padding: 85px 0 25px 0;
	white-space: nowrap;
}


#footer li {
	display: inline;
	margin: 0 0.75em;	
}


#footer a {
	color: white;
	text-decoration: none;	
}


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


#footer p {
	font-size: 0.8em;
	line-height: 2.2em; 
}

#webrotate
{
    width       : 375px;
    height      : 430px;
}