/*

	Theme Name: SimpleCMS Theme
	Theme URI: http://pixopoint.com/simplecms/
	Description: SimpleCMS Theme is designed as a simple starting point for developing themes suitable for the SimpleCMS WordPress plugin
	Version: 1.5
	Author: Ryan Hellyer
	Author URI: http://ryanhellyer.net/


	This theme was coded by PixoPoint Web Development
	http://pixopoint.com/


	The CSS, XHTML and design of this theme are released under GPL license:
	http://www.opensource.org/licenses/gpl-license.php


*/


/* Body reset */
body {
	margin:0;
	padding:0;
	text-align: center;
	background-color: #000;
	font-family: "Trebuchet MS";
	font-size: 14px;
	}

#wrapper {
	margin: auto;
	width: 960px;
	background-color: #fff;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* Header styling */
#header_wrapper {
	width:100%;
	}
#header {
	overflow:hidden;
	width:960px;
	height: 80px;
	margin:0 auto;
	background-color: #000;
	}
h1 {
	margin:0;
	padding:0;
	}
h1 a {
	color:#ffffff;
	}
	
p#headerLogo,
h1#headerLogo{
	margin-top:12px;
	padding:0;
	float: left;
}

a img {
	border: 0;
}
	
#description {
	float:left;
	color:#ffffff;
	font-size:14px;
	margin-top:45px;
	font-family: "trebuchet MS";
	}
#search {
	float:right;
	margin-top: 5px;
	}

#search input {
	height: 20px;
	bortder: 1px solid #dadada;
	}



/* Menu styling */
#menu {
	width:100%;
	background:#fff url("/images/navBg.png") repeat-x top left;
	overflow:hidden;
	}
#menu ul {
	width:700px;
	margin:0 auto;
	list-style:none
	}
#menu li {
	padding:0.5em 1em 0.5em 0;
	list-style:none
	color:#000000;
	float:left;
	}
#menu li a {
	color:#fff;
	font-family: "trebuchet MS"
	}


/* Content styling */
#content {
	width:940px;
	margin:10px;
	text-align: left;
	float: left;
	}


/* Footer styling */
#footer {
	width:100%;
	overflow:auto;
	background:#333333;
	}
#footer p {
	padding:1em;
	width:700px;
	margin:0 auto;
	color:#ffffff;
	}
#footer p a {
	color:#ffffff;
	}


.prodImgLarge {
	width: 300px;
	float: left;
	text-align: center;
}

.prodImgLarge img {
	margin: auto;
}


.prodDescr {
	width: 440px;
	margin: 0 5px;
	background-color: #fff;
	float: left;
	font-size: 12px;
	font-family: "Trebuchet MS";
	padding: 5px;
}

.buyProd {
	width: 180px;
	float: left;
}

.smallText {
	font-size: 10px;
}
.center {
	text-align: center;
}

#tabsList {
	background:url(/images/tausta.gif) no-repeat top left;
	padding: 10px; 
	margin-top: 10px;
}

#prodDisplay {
	background:url(/images/tuoteBG.png) repeat-x 0 50%;
	float: left;
	padding:10px 5px;
	margin: 0 0 20px 0;
	border-top: 2px solid #dadada;
}

#prodDisplay li {
	list-style-type: none;
	float: left;
	text-align: center;
}

#prodDisplay li a {
	text-decoration: none;
	border: 0;
	color: #212121;
}

#prodDisplay li a:hover {
	text-decoration: underline;
}


#homePromo {
	float: right;
	width: 250px;
	height: 250px;
	padding: 25px 0;
	overflow: hidden;
	margin-right:10px;
}

.ui-tabs .ui-tabs-nav li {
margin:0 0 -1px 0!important;
}
	
