/* 
Title:		DVD Dupeshop.com
Author: 	CJ Crawford
Email:		cj@cjcrawford.com
Updated:	July 11, 2007
*/

/*----------Zero out elements----------*/

html, body, h1, h2, h3, h4, h5, h6, ul, ol, li, form, input, address, blockquote {
	margin: 0; 
	padding: 0;
	border: 0;
}

/*----------Set body rule----------*/

body {
	background-image:url(../images/body_bg.jpg);
	color: #666666;
	min-width: 800px;
}

/*----------Sets the width of the main wrapper that will contain all the other DIVs----------*/

#wrapper {
	width: 100%;
	margin: 0 auto; /* Centers wrapper in viewport. */
	text-align: left; /* KLUDGE: Realigns text to the left for the IE fix. */
}

#main{
	margin: 0 auto;
	padding: 0;
	width: 100%;
	position:relative;
	top:-70px;
	background-image:url(../images/mid_bg_x.jpg);
	background-repeat:repeat-x;
	text-align:center;
}


/*----------Sets the header area styles. ----------*/

#header {
	margin: 0;
	padding: 0;
	background: url(../images/r1_bg_x.jpg) repeat-x; /* Sets the header background image with no repeat. */
	height: 162px; /* Sets the height of the header DIV to the height of its background image. */
	width: 100%; /* Sets the header width the same as its background image. */
	position:relative; /* Needed to allow for the absolute postioned nav tabs otherwise the tabs would postion relative to the viewport. */
}

#header_content {

	margin: 0 auto;
	padding: 0;
	width: 780px;
	position:relative;
}

#header_logo{
	position:relative;
	width: 321px;
}

#header_tagline{
	position:relative;
	width: 240px;
	margin-left:340px;
	top:-60px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-weight:bold;
	font-style:italic;
	color:#FFFFFF;
	text-align:center;
}

#header_contact{
	position:relative;
	width: 150px;
	margin-left:620px;
	text-align:left;
	top:-90px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#FFFFFF;
}
#header_contact a{

	color:#FFFFFF;
}
#header_contact a:hover{

	color:#CCCCCC;
}

/*----------SPECIALS ----------*/

#special_500_container{
	margin: 0 auto;
	padding: 0;
	width: 380px;
	height:285px;
	position: absolute;
	top:21px;
	right:25px;
}
#special_1k_container{
	margin: 0 auto;
	padding: 0;
	width: 380px;
	height:285px;
	position:absolute;
	top:21px;
	left:0px;
	
}
#specials{
	margin: 0 auto;
	width:795px;
	position: relative;
	height: 285px;
}

#special_500 {
	height:219px;
	background-image:url(../images/speacial_500_bg.jpg);
	background-repeat:no-repeat;
}
#special_1k {
	height:219px;
	background-image:url(../images/speacial_1k_bg.jpg);
	background-repeat:no-repeat;
}

#special_title{
	position:absolute;
	width:150px;
	top:70px;
	left:185px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight:bold;
	color:#333333;

}

#special_title2{
	position:absolute;
	top:100px;
	left:185px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight:bold;
	color:#333333;
}

#special_info{
	position:absolute;
	top:160px;
	left:50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#333333;
	text-align:right;
}

#special_500_bottom{
	height:47px;
}

/* ---------- TXT BLOCK ---------*/

#txtblock_bg{
	position:relative;
	width:742px;
	margin: 0 auto;
	top:20px;
	background-image:url(../images/txt_block.jpg);
	background-repeat:no-repeat;
}

#txtblock_bg_y{
	position:relative;
	width:742px;
	margin: 0 auto;
	top:75px;
	background-image:url(../images/txt_block_x.jpg);
	background-repeat:repeat-y;

}
	
#txtblock{
	position:relative;
	width:700px;
	left:20px;
	text-align:justify;
	top:-20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#333333;
}

#txtblock_btns{
	position:relative;
	width:742px;
	margin: 0 auto;
	top:75px;
}

#txtblock h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
	color:#333333;
	font-style:italic;
}

#txtblock a{

	color:#CC0000;
}

#txtblock a:hover{

	color:#990000;
}

/* ---------- FOOTER ---------*/

#footer{
	position:relative;
	background-image:url(../images/footer_bg_x.jpg);
	background-repeat:repeat-x;
	padding:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#FFFFFF;
	text-align:center;
	height:100%;
	top:30px;
}
