/* CSS Document */

body{
	padding:0;
	margin:0;
	height:100%;
	text-align:center;
	background:url(images/tile.jpg) repeat-x;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:3px solid #C776C9;
	color:#621E4E;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	border-bottom:2px solid #D8D8EB;
	color:#621E4E;
}

p,ul,li,.dwContentText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
	
}

#dwOuterWrapper{
	margin:0 auto;
	height:100%;
	width:896px;
	text-align:left;
}

/* HEADER */
#dwHeader{
	width:100%;
	height:148px;
	background-image:url(images/headerBG.jpg);
	background-color:white;
	background-repeat:no-repeat;
	background-position:200px 0px;
}

#dwHeaderLiner{
	width:100%;
	height:46px;
	background:url(images/headerLiner.jpg) bottom repeat-x white;
}

#dwHeader a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#8b8b8b;
	text-decoration:none;
}

#dwHeader a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#8b8b8b;
	text-decoration:underline;
}

#dwLogo{
	margin-top:4px;
	margin-left:25px;
}

.dwFloatLeft{
	float:left;
}

#dwLogos{
	float:right;
	margin:90px 10px 0px 0px;
}

#dwTopLinkHolder{
	text-align:right;
	clear:both; 
	width:100%;
	height:40px;
}

#dwTopLinkPosistioner{
	float:right;
	width:150px;
	margin-top:5px; 
	margin-right:3px; 
}

.dwMarginTop5px{
	margin-top:5px;
}

.dwMarginRight5px{
	margin-right:5px;
}

.dwMarginLeft5px{
	margin-left:5px;
}

#dwTopLinkPosistioner a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:100;
	text-decoration:none;
	color:white;
}

#dwTopLinkPosistioner a:hover{
	text-decoration:underline;
	font-weight:100;
	color:white;
}


/*NAV*/

#dwNavAndContentWrapper{
	width:100%;
	background-color:white;	
	height:100%;
}

#dwNav{
	width:200px;
	width:180px;
	margin-left:3px;
	height:100%;
	background-color:white;
	border-top:2px inset #970191;
	border-left:2px inset #970191;
	border-right:2px inset #970191;
}

.dw1stLevel{
	display:block;
	background:url(images/nav1st.jpg) repeat-x;
	width:185px;
	width:165px;
	height:24px;
	padding-top:10px;
	padding-left:15px;
}

.dw1stLevel a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:white;
	text-decoration:none;
	text-transform:uppercase;
}

.dw1stLevel a:hover{
	text-decoration:underline;
}

.dw2ndLevel{
	display:block;
	background:url(images/nav2nd.jpg) repeat-x;
	width:185px;
	width:165px;
	height:20px;
	padding-top:10px;
	padding-left:15px;
}

.dw2ndLevel a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;
	text-decoration:none;
}

.dw2ndLevel a:hover{
	text-decoration:underline;
}

.dw2ndLevelXL{
	display:block;
	background:url(images/nav2ndXL.jpg) repeat-x;
	width:185px;	
	width:165px;
	height:38px;
	padding-top:10px;
	padding-left:15px;
}

.dw2ndLevelXL a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;
	text-decoration:none;
}

.dw2ndLevelXL a:hover{
	text-decoration:underline;
}

#dwNavBottom{
	background:url(images/navBottom.jpg) repeat-x;
	width:200px;
	width:180px;
	height:38px;
}

/*CONTENT/2nd Column*/
#dwContent{
	width:438px;
	padding:20px;
	background-color:white;
	height:100%;
	background-image:url(images/lineside.jpg);
	background-repeat:repeat-y;
	background-position:10px;
}

#dwBucketHolder{
	border:1px solid #898989;
	width:100%;
	background:url(images/bucketBG.jpg) repeat-x;
	height:100%;
}


/*3rd Column*/
#dwAddress{
	width:220px;
	padding-left:10px;
	background-image:url(images/lineside.jpg);
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	
	color:black;
	font-size:12px;
}

#dwAddress2{
	padding-left:10px;
	background-image:url(images/lineside.jpg);
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	
	color:black;
	font-size:12px;
}


#dwAddressName{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#8b8b8b;
	text-decoration:none;
}

/*FOOTER*/
#dwFooter{
	clear:both;
	text-align:center;
}

#dwFooterLiner{
	width:100%;
	height:10px;
	background-image:url(images/linebottom.jpg);
	background-repeat:repeat-x;
	background-position:10px;
}

#dwFooter p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#8b8b8b;
}

#dwFooter a{
	color:black;
	text-decoration:underline
}

#dwFooter a:hover{
	color:#8b8b8b;
	text-decoration:none
}


h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	font-size:11px;
	color:#621E4E;
}

h4{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	font-size:11px;
	color:#black;
}

.dwProductImages{
	border:1px solid #b3b3b3;
}

.dwBucketImage{
	border-top:1px solid #DFDFDF;
	border-left:1px solid #DFDFDF;
	border-right:1px solid #DFDFDF;
}



.dwBack{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	color:black;
	text-decoration:underline
}

.dwBack:hover{
	color:#8b8b8b;
	text-decoration:none
}

.dwLiner{
	height:10px;
	border-top:1px dotted #A3A3A3;
	width:100%;
}