
#header {
	background-image: url(../media/theme/header/header2.jpg);
	

}






.pageTitle {

	padding: 9px 0 0 18px;
	
	font-size: 17px;
	
	font-weight: bold;
	
	color: #444;

}






#logo {
	display: block;
	
	background-image: url(../media/theme/logo/logo3.png);
	
	width: 318px;
	height: 160px;	
	position: absolute;
	top: 0;
	left: 0;
	
	background-position: 0 0;
	
	margin: 0;
	padding: 0;
}





#container {

}

#currentPage {

	padding: 27px;
}










/* -----------------------  store  ------------------------- */
/************************************************************/


#customerInformation {
	border: double #ccc;
	
	padding: 5px;
	margin: 5px;
	
	position: relative;
	
}


	#store {
		width: 960px;

	}
	
	
	#storeMenuButtons input {

	
	}
	

	#storeTable td a {
		font-size: 0.9em;
		text-decoration: none;
	}
	#storeTable td a:hover {
		text-decoration: none;
	
	}

	#storeTable th {
		background-color: #333;

		color: #fff;
		font-size: 18px;
	
		padding: 5px;
	
		font-weight: normal;
	
		font-style: italic;
	}
	#storeTable td {
		border-right: 1px solid #dfdfdf;
		border-top: 1px solid #eaeaea;

	}
	.storeItemTile {
		display: block;
		padding: 5px;
		margin: 3px;
		border: 1px solid #fff;	

	}
	.storeItemTile:hover {
		border: 1px solid #ccc;
		background-color: #ffe;
	}
	
	
	
	

	.itemPrice {
		padding: 3px;
		display: inline;
	
		font-weight: bold;
	
		float: right; 
		margin: 0 0 0 0;
	
	}


	#upsLogo {
		margin: 5px;
		float: left;
	}

	.requiredField {
		border: 1px solid #333;
		background-color: #ffe;
	}



	/*           storeMenuButtons            */
	#storeMenuButtons {
		padding: 9px;
		
		margin: 0 0 9px 0;
		
		font-weight: bold;
		
		
		
	}

	.descriptionSmall {
		font-size: 10px;
		display: inline;
	
	}
	.descriptionLarge {
		font-size: 14px;
	
		margin: 0 0 0 30px;
	}


	#storeTitle {
		font-size: 16px;
		font-weight: bold;
	

		font-style: italic;
	
	}



	#PayPalCheckoutNowButton {
		width: 190px;
		height: 70px;
		display: block;
	
		background-image: url(../media/images/paypal/PayPalCheckoutNow.jpg);
		background-repeat: none;
	
		background-position: 0 0;
	
		cursor: pointer;
	
		margin: 7px;
	
		float: right;
	}
	#PayPalCheckoutNowButton:hover {
		background-position: 0 -70px;	
	}



	#GoogleCheckoutNowButton {
		width: 189px;
		height: 79px;
		display: block;
	
		background-image: url(../media/images/google/GoogleCheckoutNow.jpg);
		background-repeat: none;
	
		background-position: 0 0;
	
		cursor: pointer;
	
		margin: 7px;
	
		float: right;
	}
	#GoogleCheckoutNowButton:hover {
		background-position: 0 -79px;	
	}





	.totalText {
		font-size: 24px;
		font-weight: bold;
	}


	#emptyCart {
		font-size: 14px;
		font-weight: bold;
	
		margin: 100px 0 100px 0;
	}



/* end store */






#supportFrame {

	height: 500px;
	border: 0;
	padding: 0;
	margin: 0;
}

.hostingHeader {
	background-color: #333;
	border: 1px solid #FFF;
}
.hostingHeader strong {
	color: #fff;
}










.postIt1 {

	padding: 15px;
	
	margin: 0 0 7px 0;
	
	background-color: #ffe;
	
	border: 1px solid #aaa;
	
	
	
	
}
.postIt1 h4 {
	font-weight: normal;
	font-size: 1.4em;
}
.postIt1 p {
	font-size: 1em;
}






































