body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	background-color: #fff;
}
a:link, a:active, a:visited {
	color: #dc6f00;
	text-decoration: none;
}
a:hover {
	color: #dd7000;
}
#container {
	width: 800px;
	margin: 0 auto;
}
#header {
	height: 80px;
}
#logo {
	width: 40%;
	float: left;
}
#nav {
	width: 60%;
	float: left;
	position: relative;
	top: 48px;
}
ul#tabs { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}
	ul#tabs li { /* all list items */
		/* width needed or else Opera goes nuts */
		float: left;
		height: 32px;
	}
	ul#tabs li a {
		padding: 0 48% 15px 48%;
	}
	ul#tabs li a:hover {
		border: 0;
	}
	ul#tabs li#developer {
		background: url(images/designer_developer.gif) no-repeat right top;
		width: 170px;
	}
	ul#tabs li#owner {
		background: url(images/store_owner.gif) no-repeat right top;
		width: 109px;
	}
	ul#tabs li#purchase {
		margin-left: 45px;
		background: url(images/purchase.gif) no-repeat right top;
		width: 119px;
	}

#content {
	padding: 130px 15px 0 15px;
}
#content.faq {
	background: #fff url(images/faq_bar.png) top left no-repeat;
}
#content.support {
	background: #fff url(images/support_bar.png) top left no-repeat;
}
#content.recent {
	background: #fff url(images/recent_bar.png) top left no-repeat;
}
#content.about {
	background: #fff url(images/about_bar.png) top left no-repeat;
}
#content.features {
	background: #fff url(images/designers_bar.png) top left no-repeat;
}
#content.store {
	background: #fff url(images/store_bar.png) top left no-repeat;
}
#content.demo {
	background: #fff url(images/demo_bar.png) top left no-repeat;
}
#content.order {
	background: #fff url(images/order_bar.png) top left no-repeat;
}
#content.index {
	background: #fff url(images/content.png) top left no-repeat;
	height: 246px;
}
#content #left {
	width: 50%;
	float: left;
}
#content .previewbutton {
	margin-left: 1%;
	width: 5%;
	float: left;
	top: 90px;
	position: relative;
}
#content #preview {
	width: 39%;
	height: 210px;
	float: left;
	text-align: center;
}
#content ul#features li {
	font-size: 14px;
	color: #999;
	list-style: square;
	list-style-type: square;
}
#footer {
	border-top: 1px solid #ccc;
	padding: 10px 0;
	font-size: 10px;
	color: #999;
	text-align: right;
}
.highlight {
	background-color: #d5d5d5;
}
#additional {
	padding: 5px 10px;
}
.boxie {
}
h1 {
	font-size: 22px;
	font-weight: bold;
	display: inline;
	color: #999;
}
h2 {
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	padding: 50px 0 50px 10px;
	margin: 0;
	text-shadow: 2px 2px 1px #222;
}
h3 {
	color: #3b78b3;
	font-size: 18px;
	font-weight: bold;
	display: inline;
}
.clear {
	clear: both;
}
input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*tooltip*/

.tool-tip {
	width: 185px;
	text-align: center;
	z-index: 100;
	color: #fff;
}
.tool-title {
	color: #ff8705;
	font-size: 1px;
	padding: 5px;
	background: url(images/balloon-orange.gif) top left no-repeat !important;
}
.tool-text {
	margin: 0;
	padding: 0 5px 8px 5px;
	text-shadow: 2px 2px 1px #222;
	font-size: 12px;
	background: url(images/balloon-orange.gif) bottom left no-repeat !important;
}

/* Slidey menu */

#slidey {
	position: relative;
	margin-bottom: 10px;
	padding: 10px 0;
}

#slidey .slideys {
	display: block;
	height: 150px;
}

#slidey ul {
	padding-left: 25px;
	margin: 0;
}
#slidey li {
	list-style: none;
	float: left;
}
#slidey li a:hover {
	border: 0;
}

#slidey .slidey {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 130px;
	width: 165px;
	padding: 10px;
	background: #fff;
}

#slidey .slidey span {
	display: none;
}

#slidey .owner {
	background: #fff url(images/store_owner.png);
}

#slidey .designer {
	background: #fff url(images/designer.png);
}

#slidey .faq {
	background: #fff url(images/faq.png);
}

#slidey .purchase {
	background: #fff url(images/purchase.png);
	border-right: 0;
}

/* Misc Styles */
#recent img {
	padding: 10px; 
	border: 1px solid #D3D3D3;
}
#recent {
	text-align: center;
}