/* Stylesheet for prStore.com store template */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

html {
	background: #121212 url('images/background_html.jpg') repeat-x top center;
	}
	
body {
	background: url('images/background_body.jpg') no-repeat top center;
	font-family: Helvetica, arial, Verdana, Trebuchet MS, tahoma, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #000;
	line-height: 120%;
	font-size: 13px;
	}
	
h1 {
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	line-height: 40px;
	}
	
h2	{
	color: #000;
	font-weight: bold;
	font-size: 16px;
	line-height: 40px;
	}
	
p	{
	padding: 6px 0px;
	}
	
#wrapper {
	width: 800px;
	padding: 0px;
	margin: 0px auto;
	text-align: left;
	}
	
#header {
	height: 500px;
	width: 750px;
	padding: 0px 25px;
	color: #fff;
	}
	
#header a {
	color: #fff;
	text-decoration: none;
	}
	
.contact {
	width: 750px;
	padding: 0px;
	height: 150px;
	line-height: 30px;
	text-align: right;
	font-weight: bold;
	}
	
.store {
	height: 70px;
	width: 750px;
	padding: 0px;
	font-size: 24px;
	text-indent: -3px;
	font-weight: bold;
	color: #000;
	}
	
.details {
	height: 200px;
	width: 175px;
	padding-right: 575px;
	}
	
.details a {
	color:#fff; 
	font-weight: bold;
	border-bottom: 1px solid #fff;
	}
	
#callOut {
	width: 575px;
	padding: 10px 200px 0px 25px;
	background: url('images/background_callout.jpg') no-repeat top center;
	height: 315px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
	}
	
#content {
	width: 750px;
	padding: 20px 25px;
	background: url('images/background_content.jpg') repeat-y center center;
	}
	
#contentL {
	width: 530px;
	padding: 0px 20px 20px 0px;
	float: left;
	}
	
#contentL a {
	color: rgb(204, 0, 0);
	font-weight: bold;
	}
	
#contentR {
	width: 200px;
	float: right;
	}
	
#footer {
	clear: both;
	text-align: center;
	width: 750px;
	padding: 10px 25px;
	height: 40px;
	line-height: 40px;
	background: url('images/background_footer.jpg') no-repeat center center;
	overflow: none;
	color: #fff;
	}
	
	
	