body {
	font:14px/16px Tahoma, sans-serif;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0;
	margin: 0;
	
	background: #000 url(sky.gif) no-repeat center top;
	color: #000000;
	width: 100%;
	display: table;
	}
	
	#border{
		margin-left:6px;
		margin-top:6px;
		margin-bottom:6px;
		margin-right:6px;
		
	}

	#bigbg{
	margin: 0px auto 0px auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	background: url(big_bg.png);
	width: 770px;
	}

	#outerWrapper {
	background-color: #FFFFFF;
	/*background: url(menu_bg_full.jpg);*/
	margin: 0px auto 0px auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	width: 750px;
	
	
	}
	
	.toolbox {
	width:738px;
	height:20px;
	background-color:#000;
	color:#FFF;
		
	}
	
	.header{
		/*background-color:#000;*/
		padding:5px 5px 5px 5px;
		width:728px;
		height:75px;
		z-index:2;
	}
	
	.header .logo {
	background-color:#FFF;
	float:left;
	}
	
	.header h2{
		margin: 0px 0px 0px 0px;
		font-size:18px;
		text-align:center;

	}
	
		.header h1{
		margin: 0px 0px 0px 0px;
		font-size:18px;
		text-align:center;

	}
	
	.header h3{
		font-size:20px;
		color:#C00;
		margin: 5px 0px 0px 0px;
		text-align:center;

	}
	
	.header p{
		margin: 5px 0px 0px 0px;
		text-align:center;
	}
	
	
	.splash {
	width:738px;
	/* height:145px;*/
	height:160px;
	
	}
	

	
	.splash .pawncontent {
		
		width:738px;
		height:150px;
		z-index:-3;
		
	/*	overflow:auto;*/
	}
	
	.content{
		padding: 5px 5px 5px 5px;	
	}



	/*PRODUCT AREA*/
	.content .productarea {
		padding-left:6px;
		

	}
	
	.content .productarea .product {
		padding:4px 4px 4px 4px;
		float:left;
		width:228px;
		height:250px;
	}
	/**PRODUCT AREA**/
	
	/*TITLE RED*/
	.content .productarea .product .titlered {
		padding-left:5px;
		padding-top:1px;
		font-weight:bold;
		background-image:url(bg_red.jpg);
		width:228px;
		height:25px;
		color:#FFFFFF;
		
	}
	.content .productarea .product .titlered img {}
	.content .productarea .product .titlered font {
		position:absolute;
		margin-top:1px;
		margin-left:6px
	}
	/**TITLE RED**/
	
	
	.content .productarea .product .titleblue {
		padding-left:5px;
		padding-top:1px;
		font-weight:bold;
		background-image:url(bg_blue.jpg);
		width:228px;
		height:25px;
		color:#FFFFFF;
	}
	.content .productarea .product .titleblue img {}
	.content .productarea .product .titleblue font {
		position:absolute;
		margin-top:1px;
		margin-left:6px
	}
	
		
	.content .productarea .product .titlegreen {
		padding-left:5px;
		padding-top:1px;
		font-weight:bold;
		background-image:url(bg_green.jpg);
		width:228px;
		height:25px;
		color:#FFFFFF;
		
	}
	.content .productarea .product .titlegreen img {}
	.content .productarea .product .titlegreen font {
		position:absolute;
		margin-top:1px;
		margin-left:6px
	}
	
	
	.content .productarea .product .description {
	margin-top:0px;
	padding-left:5px;
	width:228px;
	height:225px;
	}
	
	.content .productarea .product .descriptioninterest {
	margin-top:0px;
	padding-left:5px;
	width:228px;
	height:225px;
	background:url(bg_description_interest.jpg);
	text-align:center;
	}
	
	.content .productarea .product .descriptiongold {
	margin-top:0px;
	padding-left:5px;
	width:228px;
	height:225px;
	background:url(bg_description_gold.jpg);
	text-align:center;
	}
	
	.content .productarea .product .descriptionelec {
	margin-top:0px;
	padding-left:5px;
	width:228px;
	height:225px;
	background:url(bg_description_electronics.jpg);
	text-align:center;
	}
	
	
	/*BIG PRODUCT*/
	.content .productarea .bigproduct {
		margin-top:5px;
		padding:4px 4px 4px 4px;
		float:left;
		width:700px;
		
	}
	
	.content .productarea .bigproduct .title {
		text-align:center;
		padding-left:5px;
		padding-top:1px;
		font-weight:bold;
		background-image:url(bg_grey.jpg);
		width:700px;
		height:25px;
		color:#000000;
		
	}
	.content .productarea .bigproduct .description {
	margin-top:0px;
	padding-left:5px;
	width:700px;
	
	}
	
	.content .productarea .bigproduct .description .leftimg {
		position:absolute;
		/*margin-left:-2px;*/
		margin-top:75px;
	
	}
	
	.content .productarea .bigproduct .description .rightimg {
		position:absolute;
		
		margin-left:500px;
		margin-top:75px;
	
	}
	
	
	
	.footer{
		text-align:center;
		color:#666;
		font-size:10px;
	}
	
	

	/*CLEAR EVERYTHING*/
	.clear {
	float:clear;	
	}