body {
	background:#FFF url(../img/body.png) top center repeat-x;
	color:#000;
	font-family:Tahoma;
	font-size:13px;
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,form, input, p {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
a {
	color: #343434;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

object { outline: 0; }
/* START: background facades */
#wrapper {
	margin: 0 auto;
	width: 980px;
}
	#content {
		margin: 15px auto;
		width: 980px; 
	}

	#menu {
		margin: 0 auto;
		width: 960px;
		height: 31px;
	}
		#menu ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}
			#menu li { float: left; }
			#menu li a {
				display: block;
				width: 135px;
				height: 31px;
				line-height: 31px;
				text-align: center;
				font-size: 110%;
				font-family: impact;
			}
			#menu li a.last { background: none; }
	#header {
		margin: 0 auto;
		width: 960px;
	}
		#search {
			padding: 10px;
			background: #EEE;
		}
			#search .text {
				border: 1px solic #CCC;
				padding: 4px;
				width: 340px;
			}
		#letters {
			background: #646464;
			height: 33px;
			line-height: 33px;
			padding: 0 8px;
			color: #FFF;
		}
			#letters a { 
				color: #0ddce9; 
				padding-left: 1px;
			}
	
	#leaderboard {
		margin: 5px auto;
		width: 942px; 
	}

#cart {
	height: 33px;
}

	#cart-price {
		background: transparent url(../img/cartbg.png) 10px center no-repeat;
		
		height: 33px;
		line-height: 33px;
	}
		#cart-price span {
			padding-left: 170px;
			font-size: 14px;
			color: #0381b0;
		}

#categories {
	background: #FFF;
	padding: 5px;
	width: 90%;
	margin: 0 auto;
}
	#categories ul {
		margin: 0;
		padding: 0;
		list-style:none;
	}
		#categories ul ul {
			margin-left: 10px;
			padding-bottom: 5px;
		}
	#categories li a {
		display: block;
		color: #333;
		text-decoration: none;
		padding: 3px 0 3px 16px;
		border-bottom: 1px dotted #CCC;
		background: transparent url(../img/sidebar-li.png) left center no-repeat;
	}
		#categories li a:hover {
			text-decoration: underline;
			color: #000;
		}

#guarantee { 
	padding: 5px;
}
	#guarantee p {
		padding: 8px 5px;
		font-size: 11px;
		line-height: 14px;
	}

#subfooter {
	width: 958px;
	height: 48px;
	line-height: 48px;
	margin: 15px auto;
	background: transparent url(../img/subfooter.png) left center no-repeat;
	font-size: 11px;
	text-align: right;
	border-bottom: 3px solid #EEE;
}
	#subfooter span { padding-right: 20px; }
	#subfooter span a { color: #1898da; }

#footer {
	width: 955px;
	margin: 10px auto;
}
	.footer-content {
		padding: 0 10px;
		font-size: 12px;
		line-height: 13px;
		text-align: center;
		color: #444;
	}
		.footer-content p { padding: 8px 0;}

		.sidebar {
			width: 212px;
			margin: 10px auto;
			border: 1px solid #EEE;
			padding: 4px;
		}
			.sidebar h2 { 
				height: 33px;
				line-height: 33px;
				color: #d1e2ec;
				padding-left: 32px;
				font-size: 18px;
				background: transparent url(../img/sidebar-h2.png) no-repeat; 
			}
			.sidebar-top-1, .sidebar-top-2 { height: 45px; }
			.sidebar-top-1 h2, .sidebar-top-2 h2{ 
				line-height: 45px;
				color: #FFF;
				padding-left: 50px;
			}
			.sidebar-top-1 { background: transparent url(../img/sidebar-top-1.png) no-repeat; }
			.sidebar-top-2 { background: transparent url(../img/sidebar-top-2.png) no-repeat; }

			.sidebar-content-1 { background: transparent url(../img/sidebar-content-1.png) repeat-y; }
			.sidebar-content-2 { background: #4d4d4d; }

			.sidebar-bottom-1, .sidebar-bottom-2 { height: 11px; }
			.sidebar-bottom-1 { background: transparent url(../img/sidebar-bottom-1.png) no-repeat; }
			.sidebar-bottom-2 { background: transparent url(../img/sidebar-bottom-2.png) no-repeat; }


h1.heading {
	font-style: italic;
	font-size: 28px;
	padding-bottom: 8px;
	margin: 15px 0;
	border-bottom: 3px solid #EEE;
}

div.productbox {
	width: 226px;
	float: left;
	margin: 10px 5px;
	border: 1px solid #EEE;
}
	.productbox-top {
		background: transparent url(../img/productbox-top.png) top center no-repeat;
		padding: 15px;
	}
		.price {
			color: #0d84e9;
			font-size: 30px;
		}
		.peritem { color: #666; }
		.pimage {
			display: block;
			width: 70px;
			height: 70px;
		}

		.shortDescription {
			height: 100px;
			font-size: 11px;
			line-height: 13px;
			text-align: justify;
			width: 100%;
			margin: 10px 0;
			padding: 5px;
			overflow: auto;
		}
	.productbox-bottom {
		background: transparent url(../img/productbox-bottom.png) top center no-repeat;
		height: 12px;
	}

div.subproductbox {
	width: 160px;
	margin: 10px 0;
	padding-bottom: 10px;
	border: 1px solid #EEE;
	padding: 5px;
}

/* START: tabs */
div.tabs ul.tabmenu {
	padding: 0;
	list-style: none;
}
div.tabs ul.tabmenu li {
	display: inline;
	float: left;
}
div.tabs ul.tabmenu li a {
	padding: 8px 15px;
	display: block;
	outline: 0;
	background: #FFF;
	color: #666;
}
div.tabs ul.tabmenu li a.selected {
	background: #EEE;
	color: #000;
}
div.tabs div.tab {
	background: #EEE;
	color: #000;
	padding: 5px;
}
/* END: tabs */

.productname {
	font-size: 20px;
	font-weight: bold;
	padding: 0 15px;
}
table.cart {
	margin: 10px auto;
}
table.cart th {
	border-bottom: 2px solid #333;
	color: #848684;
	font-size: 17px;
	font-weight: normal;
	text-align: left;
	padding: 4px 0;
}
table.cart td {
	padding: 8px 0;
	border-bottom: 2px solid #DDD;
	font-size: 12px;
}
	.product_info {
		padding: 8px 0;
	}
	h2.packagename {
		color: #4a8a00;
		font-size: 22px;
		font-weight: bold;
	}

	table.cart td .package { font-weight: bold; }
	table.cart td .peritem { 
		font-weight: bold;
		color: #2965ce;
		font-size: 16px;
	}
	table.cart td .savings {
		color: #f76d00;
		font-size: 22px;
	}
	table.cart td small { color: #1092e7; }

table.formTable input.text {
	width: 280px;
	padding: 4px 2px;
	border: 1px solid #CCC;
	font-family: verdana;
}
table.formTable textarea {
	width: 280px;
	height: 120px;
	padding: 4px 2px;
	border: 1px solid #CCC;
	font-family: verdana;
}
table.formTable tr.odd { background: transparent; }
table.formTable tr.even { background: transparent; }
table.formTable tr.odd td, table.formTable tr.even td {
	border-bottom: 1px dotted #CCC;
}
span.formButton {
	padding: 0 5px 0 0;
	display: inline-block;
	background: transparent url(../img/button-bg.png) 100% -32px no-repeat;
}
	span.formButton input {
		height: 32px;
		line-height: 32px;
		border: none;
		padding: 0 10px 0 15px;
		background: transparent url(../img/button-bg.png) 0 0 no-repeat;
		font-family: tahoma;
		cursor: pointer;
		color: #333;
		margin: 0;
		font-weight: bold;
	}
span.formButton2 {
	padding: 0 5px 0 0;
	display: inline-block;
	background: transparent url(../img/button-bg2.png) 100% -32px no-repeat;
}
	span.formButton2 input {
		height: 32px;
		line-height: 32px;
		border: none;
		padding: 0 10px 0 15px;
		background: transparent url(../img/button-bg2.png) 0 0 no-repeat;
		font-family: tahoma;
		cursor: pointer;
		color: #FFF;
		margin: 0;
		font-weight: bold;
	}
.asterisk {
	padding-right: 20px;
	background: transparent url(../img/asterisk.png) center right no-repeat;
}

#notice {
	width: 90%;
	text-align:center;
	background: #F60;
	margin: 10px auto;
	color: #FFF;
	padding: 5px;
}

.curved {
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.scurved {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

div.clearfix {
	clear: both;
	height: 1px;
	background: transparent;
}
div.clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }

