/*
	--------------------------------------------
	SCREEN SETUP
	Autor: YellowMedia
	Web: www.yellowmedia.cz

	Version: 1.0
	Last update: 27/10/2006
	--------------------------------------------
*/

/*	GLOBAL STYLES
	--------------------------------------------
*/

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */

*				{ margin: 0; padding: 0; }
.nobg 			{ background: none!important; }
img 			{ border: 0; }
fieldset 		{ border: 0; margin: 0; padding: 0 }

body {
	font-family: "Trebuchet MS", "Segoe UI", Tahoma, sans-serif;
	color: #333;
	background: #E6DAC6;
	text-align: center;
}

a 			{ color: #009999 }
a:hover 	{ color: #00CCCC }

p 			{ font-size: 13px; line-height: 19px }



/*	LAYOUT
	--------------------------------------------
*/

div#layout {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

div#layout:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div#wrapper {
	width: 100%;
	background: white url(../images/bg.gif) repeat-x top;
	margin-top: -15px;
	_margin-top: 0;
}

div#content {
	width: 685px;
	float: left;
	margin-right: 15px;
}

/*	TOP
	--------------------------------------------
*/

div#top {
	height: 100px;
	margin-top: 15px;
	position: relative;
	top: 15px;
	_top: 0;
	margin-bottom: 15px;
	_margin-bottom: 0;
}

div#top h1 			{ padding: 25px 0 0 15px; }
div#top h1 img 		{ padding-top: 3px; }
div#top h1 span 	{ display: none; }
div#top ul#links 	{ float: right; margin-top: -78px; _margin-top: -73px }

div#top ul#links li {
	display: inline;
	list-style: none;
	font-size: 11px;
	text-transform: uppercase;
	padding-left: 15px;
	background: url(../images/links-sep.gif) no-repeat 5px 4px;
}

div#top ul#links li a 			{ color: #999; text-decoration: none; padding: 1px 2px }
div#top ul#links li a:hover 	{ color: #FFF; background: #CDC3B6; }

/*	TABS
	--------------------------------------------
*/

div#tabs ul {
	margin-bottom: 15px;
	_margin-bottom: 0;
}

div#tabs ul li {
	width: 142px;
	float: left;
	margin-right: 2px;
	list-style: none;
	text-align: center;
	line-height: 39px;
	height: 39px;
	text-transform: uppercase;
	font-size: 12px;
}

div#tabs ul li a {
	display: block;
	width: 100%;
	text-decoration: none;
	position: relative;
	top: 1px;
}

div#tabs ul li.active a {
	background: url(../images/tabs-blue.gif) no-repeat;
	color: #4E9595;
	font-weight: bold;
	position: relative;
	top: 2px;
}

div#tabs ul li.active a:hover 		{ color: #3B7070;}
div#tabs ul li.inactive, div#tabs ul li.important 		{ padding-top: 7px; height: 29px; line-height: 26px; }
div#tabs ul li.inactive a, div#tabs ul li.important a 	{ padding-top: 5px;}
div#tabs ul li.inactive a 			{ background: #CDC3B6 url(../images/tabs-gray.gif) no-repeat top; color: #8D8173; }
div#tabs ul li.important a 			{ background: #FE8A18 url(../images/tabs-orange.gif) no-repeat top; color: #B63C00; }
div#tabs ul li.inactive a:hover 	{ color: #665D53; margin-top: -3px; height: 29px; line-height: 29px  }
div#tabs ul li.important a:hover 	{ color: #822B00; margin-top: -3px; height: 29px; line-height: 29px }

/*	HEADER
	--------------------------------------------
*/

div#header {
	clear: both;
	width: 960px;
	height: 200px;
	background: #3ebfc0 url(../images/header-bg.gif) no-repeat;
}

div#promo {
	width: 500px;
	margin: 50px 200px 0 0;
	float: left;
}

div#promo h2 		{ color: #096465; font-size: 31px; font-weight: normal; letter-spacing: -1px }
div#promo h3 		{ color: #FFFFFF; font-size: 16px; font-weight: normal;  margin-top: 10px; line-height: 18px; }

div#domain, div#combo {
	width: 245px;
	float: left;
	height: 77px;
}

div#domain 			{ margin-top: 32px }
div#combo 			{ margin-top: 2px }

div#domain label, div#combo label {
	color: #FFF;
	font-size: 18px;
	display: block;
	margin-bottom: 8px;
}

select.selectcombo, select.select, input.text {
	width: 208px;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	padding: 1px;
	color: #555;
	border: 1px solid #34AEAF;
	font-size: 13px;
}

input.button {
	color: #B63C00;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-weight: bold;
	background: #FEB369;
	border: 1px solid #FE8A18;
	font-size: 13px;
	padding: 0 1px 1px 1px;
	_padding: 1px;
	height: 24px;
}

input.text 			{ width: 146px; _width: 147px; padding: 2px; }
select.select		{ width: 52px; }

/*	SIDEBAR,
	MENUBOXES
	--------------------------------------------
*/

div#sidebar { float: left; width: 260px; margin-top: 15px; }
div.menubox { margin-bottom: 15px; }

div#sidebar div.menubox div.menubox-header,
div#sidebar div.sidebox div.header						{ width: 260px; line-height: 35px; }
div#sidebar div.menubox div.menubox-header h3 			{ padding: 0 15px; color: #5C544B; font-size: 16px; font-weight: normal; }
div#sidebar div.sidebox div.header h3 					{ padding: 0 15px; color: #CC3300; font-size: 16px; font-weight: normal; }

div.gray 		{ background: #CDC3B6 url(../images/menubox-gray.gif) no-repeat top; }
div.orange 		{ background: #FEB066 url(../images/sidebox-orange.gif) no-repeat top; }

div#sidebar div.menubox ul {
	background: #FFF;
	padding: 1px;
	padding-bottom: 0;
	border: 1px solid #CDC3B6;
	border-top: 0;
}

div#sidebar div.menubox ul li {
	line-height: 28px;
	list-style: none;
	margin-bottom: 1px;
	background: #FBF5EC url(../images/menubox-item.gif) repeat-x top;
	border-bottom: 1px solid #F6F0E7;
	_width: 231px;
}

div#sidebar div.menubox ul li a {
	display: block;
	_width: 231px;
	color: #8D8173;
	background: url(../images/bullet-orange.gif) no-repeat 10px center;
	padding-left: 25px;
	text-decoration: none;
	font-size: 14px;
}

div#sidebar div.menubox ul li a:hover		{ color: #5C544B; }
div#sidebar div.menubox ul li.last			{ border: 0; _padding-bottom: 1px; }


div#sidebar div.sidebox { margin-bottom: 15px }
div#sidebar div.sidebox div.in {
	background: #FFF;
	border: 1px solid #CDC3B6;
	border-top: 0;
}
div#sidebar div.sidebox form {
	padding: 15px;
}

div#sidebar div.sidebox form label 							{ font-size: 13px; color: #666; }
div#sidebar div.sidebox form input.text 					{ width: 222px; border: 1px solid #CDC3B6 }
div#sidebar div.sidebox form textarea.support-textarea		{ width: 225px; height: 125px; border: 1px solid #CDC3B6 }
div#sidebar div.sidebox form input.button {
	margin-top: 15px;
	margin-left: 135px;
	padding: 0 15px;
	_padding: 0 10px;
	_margin-left: 118px;
	background: #32B3B4;
	color: white;
	text-transform: uppercase;
	border: 1px solid #0E9496;
}


/*	BUNDLES
	--------------------------------------------
*/

div#bundles { width: 685px;	float: left; margin: 15px 0; }
div#bundle-left, div#bundle-right {
	width: 335px;
	height: 215px;
	float: left;
	background: #FAF2E6 url(../images/bundle-bg.gif) no-repeat;
	margin-right: 15px;
}

div#bundle-right { margin: 0; }

div#bundle-left h3, div#bundle-right h3 {
	color: #3EBFC0;
	font-size: 26px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 15px 15px 7px 15px;
}

div#bundle-left ul li, div#bundle-right ul li {
	list-style: none;
	color: #666;
	font-size: 14px;
	background: url(../images/bullet-orange.gif) no-repeat left center;
	padding-left: 17px;
	margin: 0 15px;
	line-height: 18px;
}

div#bundle-left div.price, div#bundle-right div.price {
	width: 100px;
	height: 60px;
	float: right;
	margin-top: -135px;
	text-align: center;
	margin-right: 15px;
	_margin-right: 7px
}

div#bundle-left div.price h4,
div#bundle-right div.price h4					{ font-size: 44px; color: #FF600A; letter-spacing: -2px; }
div#bundle-left div.price h4 strong,
div#bundle-right div.price h4 strong			{ font-size: 20px; font-weight: normal; margin-left: -10px; }
div#bundle-left div.price h5,
div#bundle-right div.price h5					{ font-size: 13px; color: #FF600A; font-weight: normal; margin-top: -12px; margin-left: -2px; }

div.buybuttons 				{ float: right; width: 155px; _margin-left: 100px; }
div.buybuttons p 			{ display: inline; line-height: 34px; _line-height: 33px; }

div.buybuttons p a {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #CC3300;
	display: block;
	float: left;
}

div.buybuttons p a:hover 		{ text-decoration: underline; color: #993300; }
div.buybuttons p.buy a 			{ padding: 0 12px 0 13px }
div.buybuttons p.info a 		{ padding: 0 18px 0 18px }

/*	CONTENT STYLING,
	NEWS
	--------------------------------------------
*/

div#news 				{ float: left; background: url(../images/block-bg.gif) repeat-x top; }
div#news div.in,
div#main div.in 		{ padding: 10px 15px; }
div#news span.rss	 	{ float: right; position: relative; top: -40px }

div#news h2, div#main div.in h2 {
	font-size: 26px;
	letter-spacing: -1px;
	color: #FF6600;
	font-weight: normal;
	margin-bottom: 15px;
}

div#news div.in h3  {
	font-weight: normal;
	color: #999;
	font-size: 15px;
	margin: 10px 0;
}

div#news div.in p {	font-size: 13px; margin-bottom: 20px; }
div#news div.in p a.learn-more { background: url(../images/ico-arrowr.gif) no-repeat right center; padding-right: 15px; }

div#partners {
	float: left;
	width: 960px;
	height: 63px;
	background: url(../images/partners-bg.gif) no-repeat top;
}

/*	MAIN
	--------------------------------------------
*/

div#main							{ float: left; background: url(../images/block-bg.gif) repeat-x top; margin-top: 15px; width: 685px}
div#main div.in h3					{ font-size: 19px; color: #666; font-weight: normal; margin: 15px 0 }
div#main div.in table 				{ width: 100%; border-collapse: collapse; border: 1px solid #CDC3B6; font-size: 13px; margin-bottom: 15px}

div#main div.in table th {
	background: #FECD7D;
	color: #CC3300;
	border-collapse: collapse;
	border: 1px solid #CDC3B6;
	line-height: 35px;
	padding: 0 10px;
}

div#main div.in table td {
	border-collapse: collapse;
	border: 1px solid #CDC3B6;
	line-height: 25px;
	padding: 0 10px;
}

div#main div.in table td.dark 			{ background: #FBF5EC }
div#main div.in table td.middle 		{ background: #CDC3B6; color: #444 }
div#main div.in table th.long 			{ width: 300px }
div#main div.in ul 						{ margin: 15px; }
div#main div.in ul li					{
	font-size: 13px;
	line-height: 20px;
	list-style: none;
	background: url(../images/bullet-orange.gif) no-repeat left center;
	padding-left: 15px
}

/*	FOOTER
	--------------------------------------------
*/

div#wrapper-footer {
	background: url(../images/footer-bg.gif) repeat-x top;
	width: 100%;
}

div#footer {
	width: 960px;
	height: 120px;
	text-align: left;
	margin: 0 auto;
	padding-top: 55px;
}

div#footer a { color: #444; }
div#footer a:hover { color: #222; }

div#footer p { color: #666; line-height: 20px }
div#footer ul { margin-bottom: 10px; }

div#footer ul li {
	list-style: none;
	display: inline;
	margin-right: 15px;
	padding-right: 15px;
	background: url(../images/footer-sep.gif) no-repeat right center;
	font-size: 13px;
}

div#footer ul li.last { border: 0 }

div#yellowmedia {
	float: right;
	margin-top: -70px;
	font-size: 13px;
}

















