/* CSS Document */

/* Neutralize styling: 

   Elements we want to clean out entirely: */

html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font-size:12px;
    line-height:14px;
    font-family: helvetica, arial, sans-serif;
	color:#000;
	
}

/* Neutralize styling: 
Elements with a vertical margin: */

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	font-size:100%;
	margin: 0px;
	padding: 0px;
}

/* Apply left margin:
 Only to the few elements that need it: */
 
li, dd, blockquote {
	margin-left: 0;
}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
	color:#818181;
	
}

fieldset {
	border: none;
}

/* Form field text-scaling */

input, select, textarea {
	font-size: 100%;
}

a, a:link, a:visited, a:hover{
	color:#742971;
	text-decoration:none;
}

a:hover{
	color:#b33bae;
	text-decoration:none;
	}

a img, a:link img, a:visited img, a:hover img{
	border:0;
}

a:hover img{	
	text-decoration:none;
	}

.clear{
	visibility:hidden;
	height:1%;
	clear:both;
}

/*------------------------------------------------------------------
Global wrappers
/*------------------------------------------------------------------*/

body{
	background:#000;
}

#headerWrapper, #bodyWrapper, #footerWrapper{
	width:100%;
}

#bodyWrapper{
	background:url(../img/bodyBG.jpg) center top repeat; 
}

#headerWrapper{
	background:url(../img/bgHeaderContent.jpg) center bottom repeat-x; 
}

/*------------------------------------------------------------------
Header Content
/*------------------------------------------------------------------*/

#headerContent{
	background:url(../img/headerPhotoBG.jpg) 29px 0 no-repeat;
	width:669px;
	height:256px;
	margin:0 auto;
	position:relative;
	
}

#logo{
	position:relative;
	top:0;
	left:8px;
	width:139px;
	height:121px;
	
}

#galleryLnk{
	position:absolute;
	top:96px;
	left:488px;
	width:211px;
	height:153px;
	
}


/*------------------------------------------------------------------
Body Content
/*------------------------------------------------------------------*/

#bodyContent{
	background:url(../img/bodyBG.jpg) center top repeat;
	width:669px;
	margin:0 auto;
	padding:0 0 25px 0;
}

#bodyLeft, #bodyRight{
	float:left;

}

#bodyLeft{
	width:318px;
	padding-left:20px
}

#bodyLeft p{
	line-height:17px;
	font-size:12px;
	padding:5px 0px;
	width:288px
}

#bodyLeft p a{
	font-weight:bold;
}

#bodyLeft p a:hover{
	font-weight:bold;
}

#bodyRight{
	width:305px;
	padding-left:25px;
}


 form fieldset {
 	padding:15px 5px 5px 0px;
}

 form fieldset table{
 	width:300px;
	padding:0;
 }

 form fieldset table label{
 	text-transform:uppercase;
	padding:4px 0 0px 0;
	display:block;
 }

 form fieldset table .text{
 	width:260px;
	border: 1px inset #c1c1c1:
 }
 
  form fieldset table select{
 	width:170px;
	border: 1px inset #c1c1c1;
	margin-right:5px;
 }
 
 .buttonSubmit{
 	margin-top:8px;
 }
 
 #dvdBanner{
 	padding:5px 0 25px 0;
 }
 
 #goods{
 	font-size:11px;
	text-transform:uppercase;
	font-weight:normal;
	color:#605f5a;
	padding:20px 0 10px 40px;
	width:400px;
	float:left;
	
 }
 
#outbound{
	background:url(../img/bgUlfooter.jpg) 0 0 no-repeat;
	float:left;
	width:225px;
	list-style:none;	
}

#outbound li{
	float:left;
}

#outbound li a{
	display:block;
	height:57px;
}

#outbound li a span{
	display:none;
}

#outbound li a.facebook{
	background:url(../img/lnkFooter.jpg) 20px 20px no-repeat;
	width:81px
}

#outbound li a.myspace{
	background:url(../img/lnkFooter-02.jpg) 7px 18px no-repeat;
	width:78px
}

#outbound li a.virb{
	background:url(../img/lnkFooter-03.jpg) 3px 14px no-repeat;
	width:50px
}

/*------------------------------------------------------------------
footer Content
/*------------------------------------------------------------------*/

#footerContent{	
	width:669px;
	margin:0 auto;
	padding:15px 0 25px 0;
	text-align:center;
	color:#742971;
}