@charset "utf-8";
/* Universal Reset */	
	* {margin:0;padding:0; color:#5f5f5f; font-size:12px; font-family:"Trebuchet MS";}
	* a {outline: none;}

/* General Element Stylings */
	body {background:#3F9AD1 url(/images/BG.jpg) repeat-x;}
	p,li{margin-bottom:10px;}
	li{margin-left:20px;margin-bottom:10px;}
	ul,ol{margin-bottom:20px;}
	a:link{color:#6699FF;}
	a:visited{color:#6699FF;}
	a:hover{color:#FF8F00;}

/* Build Elements */
	#center {
		position:relative;
		margin:0 auto;
		width:990px;
	}
	/* Header Items	*/
		#logo {
			position:absolute;
			display:block;
			top:50px;
			left:70px;
			width:218px;
			height:235px;
			background:url(/images/logo.png) no-repeat;
		}
		#logo span {display:none;}
		
		#headerImage {
			position:absolute;
			top:60px;
			left:317px;
			width:643px;
			height:170px;
			background:url(/images/headerImage.png) no-repeat;
		}
		
		#decor1 {
			position:absolute;
			top:0;
			left:5px;
			width:945px;
			height:445px;
			background:url(/images/decorImage0.jpg) no-repeat;
		}
		
		#contact {
			position:absolute;
			top:323px;
			left:70px;
			width:218px;
			height:200px;
			text-align:center;
		}
		#contact h1 {font-size:18px;}
		#contact p {margin-bottom:0; font-size:11px; line-height:13px;color:#000000; font-weight:bold;}
		#contact a {font-size:11px; color:#000000;}
		
		#affiliate {
			position:absolute;
			display:block;
			top:390px;
			left:321px;
			width:612px;
			height:14px;
			background:url(/images/affiliate_decksdocks.png) no-repeat bottom right;
			padding-top:18px;
			color:#000000;
			text-decoration:none;
		}
		
		#mainIntro {
			position:absolute;
			top:240px;
			left:321px;
			width:612px;
			color:#000000;
		}
		#mainIntro h1 {
			margin-bottom:30px;
		}
	/* Nav Area */
		#topNav {
			position:absolute;
			top:0px;
			left:334px;
			width:622px;
			height:20px;
			text-align:right;
			text-transform:capitalize;
		}
		#topNav a {
			display:inline-block;
			vertical-align:top;
			color:#0079C2;
			font-size:18px;
			font-weight:bold;
			line-height:35px;
			text-decoration:none;
			margin:4px 0 4px 20px;
			border-bottom:3px solid #E4F3F8;
		}
		#topNav a.active {
			border-bottom:3px solid #D7D8DD;
		}
		#topNav a:hover {
			color:#7BACDC; border-bottom:3px solid #D7D8DD;
		}	
	/* Main Body Area */
		#canvasTop {
			position:absolute;
			top:461px;
			left:56px;
			width:903px;
			height:15px;
			background:url(/images/contentTopInterior.png) no-repeat;
		}
		#canvas {
			position:relative;
			top:476px;
			left:56px;
			padding:0 20px 15px 20px;
			width:863px;
			min-height:325px;
			background:url(/images/contentInterior.png) no-repeat bottom;
		}
		#content {
			position:relative;
			display:block;
		}
		
		#canvasTopHome {
			position:absolute;
			top:461px;
			left:56px;
			width:552px;
			height:15px;
			background:url(/images/contentTopHome.png) no-repeat;
		}
		#canvasHome {
			position:relative;
			top:476px;
			left:56px;
			padding:0 20px 15px 20px;
			width:512px;
			min-height:325px;
			background:url(/images/contentHome.png) no-repeat bottom;
		}
		#storePreview {
			position:absolute;
			top:469px;
			left:655px;
			width:264px;
			height:266px;
			background:url(/images/storePreview.png) no-repeat;
		}
		#canvasTopStore {
			position:absolute;
			top:461px;
			left:56px;
			width:903px;
			height:15px;
			background:url(/images/contentTopStore.png) no-repeat;
		}
		#canvasStore {
			position:relative;
			top:476px;
			left:56px;
			padding:0 20px 15px 20px;
			width:863px;
			min-height:700px;_height:700px;
			background:url(/images/contentStore.png) no-repeat bottom;
		}
		#storeMenu {
			position:absolute;
			display:block;
			width:200px;
		}
		#contentStore {
			position:relative;
			left:275px;
			display:block;
			width:570px;
		}
	/* Footer Area */
/* Sub Menu */
		#subMenu, #subMenu ul {
			color:#000000;
			font-size:14px;
			list-style:none;
			margin-left:5px;
			margin-bottom:5px;
		}
		#subMenu li {
			margin-bottom:5px;
			margin-left:0;
		}
		#subMenu li a {
			display:inline;
			color:#0079C2;
			font-size:14px;
			text-decoration:none;
			margin-bottom:5px;
		}
		#subMenu ul li a {
			color:#333333;
			font-size:12px;
		}
		#subMenu li a:hover {
			text-decoration:underline;
		}
		





		#storeMenu {
			color:#000000;
			font-size:14px;
		}
		#storeMenu a {
			color:#0079C2;
			font-size:14px;
		}
		.headingOne {
			font-weight:bold;
			font-size:18px;
			color:#000000;
			line-height:30px;
			
		}
