/**************************************************************
css reset
**************************************************************/
* {
	font-family: Arial, Tahoma, Times;
	font-size: 1em;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
	vertical-align: baseline;
	white-space: normal;
}
html, body {line-height: 1}
ul {list-style-type: none}
ol {list-style-type: decimal}
.clear {clear: both}
/**************************************************************
body and wrapper
**************************************************************/
body {
	width: 100%;
	background: #fff;
	text-align: center;
	color: #444;
}

#wrapper {
	width: 980px;
	margin: 0 auto 0 auto;
	text-align: left;
}
/**************************************************************
tweeter bar
**************************************************************/
#twitter {
	border-bottom: 1px dotted #ddd;
	padding: 15px 0 15px 0;
	font-size: 13px;
	color: #888;
	text-align: center;
	background: #f5f5f5 url(images/twitter.png) no-repeat right bottom;
}

#twitter a {
	color: #20708b;
	border-bottom: 1px dotted #20708b;
}

#twitter a:hover {
	background: #20708b;
	color: #fff;
}
/**************************************************************
header logo + support
**************************************************************/
#w-header {
	padding: 20px 20px 0 0;
}

#w-header #logo {
	float: left;
	display: block;
}

#w-header #livechat {
	float: right;
	display: block;
}

#w-header img {
	display: block;
	overflow: hidden;
}
/**************************************************************
menu
**************************************************************/
#w-menu {
	border-bottom: 1px dotted #ddd;
	display: block;
	text-align: center;
	width: 980px;
	height: 24px;
	margin: 10px 0 0 0;
}

#w-menu li {
	display: inline;
}

#w-menu li {
	margin: 0 25px 0 0;
}

#w-menu a {
	padding: 7px 15px 7px 15px;
	border: 1px solid #ddd;
	border-bottom: 0;
	font-size: 12px;
	font-weight: bold;
	background: #fff;
	color: #333;
}

#w-menu a:hover {
	background: #20708b;
	color: #fff;
}
/**************************************************************
themes intro
**************************************************************/
#w-themes {
	display: block;
	overflow: hidden;
	width: 960px;
	padding: 0 10px 0 10px;
}

#w-themes .themecol {
	float: left;
	display: block;
	overflow: hidden;
	text-align: center;
	width: 270px;
	padding: 20px 25px 0 25px;
}

.themecol ul {
	margin: 0 0 15px 7%;
}

#w-themes p {
	font-size: 0.75em;
	line-height: 1.6em;
	color: #222;
	padding: 0 0 15px 0;
}

#w-themes img {
	vertical-align: middle;
}

img.screenshot {
	display: block;
	overflow: hidden;
	margin: 0 auto 0 auto;
	padding: 3px;
	border: 1px solid #ddd;
	background: #fff;
}

#w-themes a:hover img.screenshot {
	border: 1px solid #bbb;
}
/**************************************************************
subscription box
**************************************************************/
#w-buy {
	padding: 15px 100px 15px 15px;
	margin: 0 0 5px 0;
	background: #dff0f2 url(images/icon-pack.png) no-repeat right center;
}

#w-buy p  {
	line-height: 1.5em;
}

#w-buy p a {
	color: #20708b;
	border-bottom: 1px dotted #20708b;
}

#w-buy p a:hover {
	background: #20708b;
	color: #fff;
}
/**************************************************************
client showcase
**************************************************************/
#w-who {
	border-top: 1px dotted #ddd;
	padding: 10px 0 10px 0;
}

#w-who h1 {
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: normal;
}

#w-who h1 span {
	font-weight: bold;
	color: #20708b;
}

#w-clients ul, #w-clients ul li, #w-clients ul li img, #w-clients ul li a {
	float: left;
	display: block;
}

#w-clients ul li img, #w-clients ul li a {
	overflow: hidden;
}

#w-clients ul li a {
	position: relative;
	border: 1px solid #ccc;
}

#w-clients ul li a span {
	position: absolute;
	right: 0px;
	top: 0px;
	background: #20708b;
	color: #fff;
	font-size: 0.65em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px;
}

#w-clients ul li a:hover span {
	background: #000;
}
/**************************************************************
carousel for clients
**************************************************************/
#horizontal_carousel {
	float: left;
	width: 980px;
	height: 112px;
	position: relative;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	background: #f3f3f3;
	padding: 30px 0 30px 0;
}

#horizontal_carousel .container {
	float: left;
	margin: 0 2px 0 14px;
	width: 864px;
	height: 112px;
	position: relative;
	overflow: hidden;
}

#horizontal_carousel ul {
	width: 100000px;
	position: relative;
	top: 0;
	left: 0;
	height: 112px;
}

#horizontal_carousel ul li {
	width: 216px;
	height: 112px;
	text-align: center; 
	list-style:none;   
	float:left;
}

#horizontal_carousel .previous_button {
	float:left;  
	width: 50px;
	height: 112px;
	background: url(images/carousel/left.png);
	z-index: 100;
	cursor: pointer;
}

#horizontal_carousel .next_button {
	float: left;  
	width: 50px;
	height: 112px;
	background: url(images/carousel/right.png);
	z-index: 100;
	cursor: pointer;
}

#horizontal_carousel .previous_button_over {background: url(images/carousel/left_over.png)}
#horizontal_carousel .previous_button_disabled {background: url(images/carousel/left_disabled.png); cursor: default;}
#horizontal_carousel .next_button_over {background: url(images/carousel/right_over.png)}
#horizontal_carousel .next_button_disabled {background: url(images/carousel/right_disabled.png); cursor: default;}
/**************************************************************
footer
**************************************************************/
#w-footer {
	text-align: center;
	padding: 20px 0 20px 0;
	font-size: 0.8em;
	color: #999;
}

#w-footer a {
	color: #20708b;
	border-bottom: 1px dotted #20708b;
}

#w-footer a:hover {
	background: #20708b;
	color: #fff;
}