body {
	background: #ebebeb url(http://www.houdah.com/images/body-bg-blank.png) repeat-x 0 0;
	font: normal 12px/18px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	color: #333;
}

	body.blue { background-image: url(../images/body-bg-blue.png); }
	body.orange { background-image: url(../images/body-bg-orange.png); }
	body.green { background-image: url(../images/body-bg-green.png); }
	body.sudoku { background-image: url(../images/body-bg-sudoku.png); }
	body.grey { background-image: url(../images/body-bg-grey.png); }
	body.actprinter { background-image: url(../images/body-bg-grey.png); }
	body.type2phone { background-image: url(../images/body-bg-midnight.png); }
	body.red { background-image: url(../images/body-bg-red.png); }
	body.blank { background-image: url(../images/body-bg-blank.png); }
	body.release { background: #fafafa; background-image: none; padding-left: 2em; width:420px;}

a {
	color: #285794;
}

	a:hover {
		color: #DB6A29;
	}
	
p {
	padding-bottom: 15px;
}

.container {
	width: 960px;
	margin: 0 auto;
}

.content {
	clear:both;
	margin: 40px 0;
	overflow: hidden;
	background: #fff;
	padding: 20px;
}

h2 {
	font-size: 18px;
	letter-spacing: -1px;
	padding-top: 14px;
	padding-bottom: 12px;
	color: #333;
}

.centered {
	text-align: center;
}

/*---------- Header ----------*/
#header {
	background: url(../images/header-sep.png) no-repeat 100px 0;
	height: 100px;
}

	#header h1,
	#header h1 a {
		width: 93px;
		height: 100px;
		display: block;
		float: left;
	}
	
		#header h1 a {
			text-indent: -9999px;
			background: url(../images/logo.png) no-repeat 0 0;
		}
		
	ul#nav {
		list-style: none;
		margin: 0;
		padding: 0;
		float: left;
		height: 100px;
		margin-left: 30px;
	}
	
		ul#nav li,
		ul#nav li a {
			float: left;
			display: block;
			height: 100px;
		}
		
		ul#nav li {
			background: url(../images/nav-sep.png) no-repeat right 0;
			padding: 0 22px 0 20px;
		}
		
			ul#nav li:hover {
				background: url(../images/nav-hover.png) no-repeat right 0;
			}
		
			ul#nav li a {
				color: #6e6d6d;
				font-size: 18px;
				line-height: 18px;
				font-weight: bold;
				text-decoration: none;
				text-transform: uppercase;
				padding-left: 40px;
				padding-top: 33px;
				padding-bottom: 27px;
				height: 40px;
			}
			
				ul#nav li a span {
					display: block;
					font-size: 12px;
					font-weight: normal;
				}
		
				ul#nav li.about a { background: url(http://www.houdah.com/images/nav-about.png) no-repeat 0 center; }
				ul#nav li.products a { background: url(http://www.houdah.com/images/nav-products.png) no-repeat 0 center; }
				ul#nav li.support a { background: url(http://www.houdah.com/images/nav-support.png) no-repeat 0 center; }
				ul#nav li.store a { background: url(http://www.houdah.com/images/nav-store.png) no-repeat 0 center; }
				
				
			ul#nav li a:hover {
				color: #333;
			}
			
				ul#nav li a:hover span {
					color: #000;
				}
				
			/*-- Dropdown --*/
			
			ul#nav li .dropdown {
				display: none;
				position: absolute;
				margin-top: 78px;
				z-index: 10001;
				width: 222px;
				margin-left: -33px;
				background: url(http://www.houdah.com/images/dropdown-top.png) no-repeat 13px 0;
				padding-top: 2px;
			}
			
				.dropdown-shadow {
					width: 294px;
					height: 17px;
					background: url(http://www.houdah.com/images/dropdown-shadow.png) no-repeat left bottom;
				}
			
				ul#nav li .dropdown ul {
					margin: 0;
					padding: 0;
					background: url(http://www.houdah.com/images/dropdown-bg.png) repeat-y center 0;
					padding: 0 13px;
				}
			
				ul#nav li .dropdown li,
				ul#nav li .dropdown li a {
					float: none;
					height: auto;
					background: none;
					margin: 0;
					padding: 0;
					border: 0;
					font-size: 14px;
					line-height: 14px;
					text-transform: none;
				}
				
					ul#nav li .dropdown li a {
						border-top: 1px solid #fff;
						border-bottom: 1px solid #c4c4c4;
						padding: 10px 10px;
						font-weight: normal;
					}
			
				ul#nav li .dropdown li.first a {
					border-top: 0;
				}
				
				ul#nav li .dropdown li.last a {
					border-bottom: 0;
				}
			
			ul#nav li:hover .dropdown {
				display: block;
			}
				
/*---------- Product ----------*/
#products {
	background: url(../images/front.png) no-repeat 0 0;
	width: 100%;
	height: 518px;
	overflow: hidden;
	margin-top:30px;
}

	.product-quad {
		float: left;
		width: 50%;
		height: 259px;
		overflow: hidden;
		position: relative;
		display: block;
	}
	
	.product-quad a {
		position: absolute;
		top: 165px;
		width: 135px;
		height: 29px;
		display: block;
		text-indent: -9999px;
	}
	
	.product-quad a.buy {
		left: 188px;
	}

	.product-quad a.download {
		left: 324px;
	}
	
	.product-quad a.landing {
		top: 60px;
		height: 40px;
		left: 200px;
		width: 260px;
	}

.product {
}

	.product h2.seo, .product h3.seo {
		text-indent: -9999px;
	}
	
		.product a.go {
			position: absolute;
			display: block;
			width: 300px;
			height: 50px;
			text-indent: -9999px;
		}
	
		.product-left a.go {
			left: 340px;
			top: 85px;
		}
		
		.product-right a.go {
			top: 85px;
			left: 280px;
		}

	#houdahgeo {
		background: url(../images/bkgndHG.png) no-repeat 0 0;
		width: 100%;
		position: relative;
		clear: both;
		height: 305px;
	}
	
	#houdahspot {
		background: url(../images/bkgndHS.png) no-repeat right 0;
		width: 100%;
		position: relative;
		clear: both;
		height: 305px;
	}
	
	#tembo {
		background: url(../images/bkgndTB.png) no-repeat right 0;
		width: 100%;
		position: relative;
		clear: both;
		height: 305px;
	}
	
	#sudoku {
		background: url(../images/bkgndSD.png) no-repeat right 0;
		width: 100%;
		position: relative;
		clear: both;
		height: 305px;
	}
	
	#iphone {
		background: url(../images/bkgndIP.png) no-repeat 0 0;
		width: 100%;
		position: relative;
		clear: both;
		height: 305px;
	}
	
	#actprinter {
		background: url(../images/bkgndACTP.png) no-repeat 0 0;
		width: 100%;
		position: relative;
		clear: both;
		height: 305px;
	}
	
	#type2phone {
		background: url(../images/bkgndT2P.png) no-repeat 0 0;
		width: 100%;
		position: relative;
		clear: both;
		height: 305px;
	}
	
	.product .buttons {
		position: absolute;
		padding-top: 10px;
	}
	
		.product .buttons a {
			display: block;
			width: 100%;
			height: 80px;
			text-indent: -9999px;
		}
	
		.buttons-orange {
			width: 248px;
			height: 184px;
			background: url(../images/buttons-orange.png) no-repeat 0 0;
			left: 0;
			bottom: 0;
		}
		
		.buttons-blue {
			width: 250px;
			height: 188px;
			background: url(../images/buttons-blue.png) no-repeat 0 0;
			right: 0;
			bottom: 19px;
		}
		
		.buttons-red {
			width: 248px;
			height: 184px;
			background: url(../images/buttons-red.png) no-repeat 0 0;
			left: 0;
			bottom: 0;
		}
		
		.buttons-green {
			width: 248px;
			height: 184px;
			background: url(../images/buttons-green.png) no-repeat 0 0;
			left: 0;
			bottom: 0;
		}

		.buttons-sudoku {
			width: 248px;
			height: 184px;
			background: url(../images/buttons-sudoku.png) no-repeat 0 0;
			left: 0;
			bottom: 0;
		}
		
		.buttons-type2phone {
			width: 248px;
			height: 92px;
			background: url(../images/buttons-midnight.png) no-repeat 0 0;
			right: 0;
			bottom: 0;
		}

/*---------- Tabs ----------*/
ul#tabs {
	list-style: none;
	padding: 0;
	margin: 0;
	clear: both;
}

	ul#tabs li,
	ul#tabs li a {
		float: left;
		display: block;
	}
	
		ul#tabs li {
			padding-left: 8px;
		}
	
		ul#tabs li a {
			color: #6f6f6f;
			font-weight: bold;
			text-decoration: none;
			padding: 13px 0;
			padding-right: 20px;
			padding-left: 9px;
			padding-bottom: 14px;
		}
		
			ul#tabs li a:hover { color: #333; }
		
			ul#tabs li a img {
				margin-right: 3px;
				float: left;
				margin-top: -5px;
			}
	
		ul#tabs li.selected {
			padding-left: 8px;
			background: url(../images/tab-left.png) no-repeat 0 0;
		}
		
		ul#tabs li.selected a {
			padding-right: 20px;
			padding-left: 9px;
			background:url(../images/tab-right.png) no-repeat right 0;
			color: #111;
		}
		
		#slider {
			width: 100%;
		    margin: 0 auto;
			padding: 20px 0;
		    position: relative;
		}

		.scroll {
		    width: 100%;
		    overflow: auto;
		    position: relative;
		    clear: left;
		}

		.scrollContainer div.panel {
		    padding: 20px 40px;
			margin: 0 auto;
			background: #fafafa;
		}

		#shade {
		    background: #EDEDEC url(../images/shade.jpg) no-repeat 0 0;
		    height: 50px;
		}

		.hide {
			display: none;
		}
		.scrollButtons {
		    position: absolute;
		    top: 340px;
		    cursor: pointer;
			z-index: 11001;
		}

		.scrollButtons.left {
			left: -16px;
		}

		.scrollButtons.right {
		    right: -16px;
		}
		
		
/*---------- Shaded Box ----------*/
.shaded-box {
	width: 960px;
	height: 125px;
	background: url(../images/shaded-box.gif)  no-repeat 0 0;
	margin: 40px 0;
	clear: both;
}

	.shaded-box .awards {
		padding-top: 22px;
		text-align: right;
		padding-right: 12px;
	}

	.shaded-box span {
		display: inline-block;
		vertical-align: middle;
		margin-left: 7px;
	}

	.item {
		border-right: 1px solid #e8e7e7;
		color: #898989;
		padding: 20px;
		float: left;
	}
	
	#osx {
		background: url(../images/osx.png) no-repeat 95% center;
		width: 200px;
		padding-right: 120px;
	}
	
	#osx h3 { }
		
	#universal {
		background: url(../images/MacOSX_Universal_60px.gif) no-repeat 95% center;
		width: 200px;
		padding-right: 120px;
	}
	
	#universal h3 { }
	
	#requirements {
		width: 200px;
		padding-right: 60px;
	}
		
	.feature-item {
		clear: both;
		width: 100%;
		overflow: hidden;
		padding-bottom: 20px;
	}

	.left img {
		float: left;
		margin-right: 10px;
	}
	
	.right img {
		float: right;
		margin-left: 10px;
	}
	
	.feature-item h3 {
		padding-top: 5px;
		font-size: 18px;
		font-weight: normal;
		padding-bottom: 10px;
	}
	
	.feature-item p {
		color: #666;
	}
		
/*---------- Store ----------*/
.store-item {
	border-bottom: 1px solid #d4d4d4;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

	.store-item h4 {
		clear: both;
	}

	.store-item img.logo {
		float: left;
		margin-right: 40px;
		margin-top: 10px;
	}
	
	.store-item table {
		float: left;
		width: 750px;
	}
	
	.store-item table td {
		padding: 5px;
	}
	
	td.price {
		font-size: 24px;
		font-weight: bold;
		letter-spacing: -1px;
		color: #222;
	}
	
	.store-item a.cart {
		background: url(http://www.houdah.com/images/add-cart-button.png) no-repeat 0 0;
		width: 151px;
		height: 30px;
		padding-top: 8px;
		display: block;
		text-align: center;
		color: #444;
		font-weight: bold;
		text-decoration: none;
	}

	.store-item a.mas {
		background: url(http://www.houdah.com/images/MacAppStore.png) no-repeat 0 0;
		width: 151px;
		height: 45px;
		display: block;
		text-align: center;
		color: #fff;
		font-size: 0;
		text-decoration: none;
	}

	.store-item a.view {
		background: url(http://www.houdah.com/images/view-cart-button.png) no-repeat 0 0;
		width: 151px;
		height: 30px;
		padding-top: 8px;
		display: block;
		text-align: center;
		color: #444;
		font-weight: bold;
		text-decoration: none;
	}
			
	.footnote {
		text-align: center;
		color: #555;
		padding-top: 40px;
		clear:both;
	}
	
	#alt-store {
		color: #555;
		padding-top: 40px;
		clear:both;
	}
		
/*---------- Footer --------*/
#footer {
	clear: both;
	color: #777;
	font-size: 11px;
	padding-top: 20px;
	height: 40px;
}

ul#links {
	list-style: none;
	margin: 0;
	float: right;
	color: #777;
}

	ul#links li,
	ul#links li a {
		display: block;
		float: left;
	}
	
		ul#links li:first-child a {
			border: 0;
		}
	
		ul#links li a {
			border-left: 1px solid #d4d4d4;
			font-weight: bold;
			color: #777;
			padding: 0 10px;
		}
		
#disclaimer {
	text-align:center;
	padding: 30px 130px;
}


/*---------- Pierre --------*/


#contentContainer  li {
	padding-bottom: 0.5em;
}

#contentContainer  ul {
	margin-top: 0em;
	margin-bottom: 0em;
	padding-bottom: 0em;
}

#content {
	position: relative;
}


.matrixBox, .matrixBox img {
	border: 0;
	position: relative;
	left: -5px;
	margin-left: auto;
	margin-right:auto;
}


.bannerBox {
	float: left;
	position: absolute;
	left: -160px;
	top: -166px;
	width:731px;
	align:center; 
	text-align: center;
}

.bannerBox img, .bannerBox a {
	border: 0;
	margin-left: auto;
	margin-right:auto;
}


.note {
	background-color: #e6edff;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0px 15px 15px 15px;
	margin-bottom:  -15px;
	border: 1px solid #eaeaea;
}

#pageLogo {
	position: absolute;
	top: 30px;
	width: 743px;
}

#logo {
	float: left;
	z-index: 500;
	margin-top: -20px;
	margin-left: -20px;
}

#pageBadge {
	position: absolute;
	width: 743px;
}

#badge {
	float: right;
	z-index: 500;
	padding-top: 10px;
}

img.imageStyle {
	border: 0px;
}.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 3px 3px 0;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 3px;
}
	
.align_center {
	text-align: center;
	margin-left: auto; 
	margin-right: auto;
}

/*

.addthis_toolbox.addthis_default_style span {
	line-height:16px;
}

.addthis_default_style .addthis_separator {
	margin:0 5px;
	display:inline;
}

div.atclear {
	clear:both;
}
.addthis_default_style .addthis_separator,.addthis_default_style .at300b,.addthis_default_style .at300m,.addthis_default_style .at300bs {
	float:left;
	border: 1px solid red;
}
*/


