/*
Theme Name: IdealCorp
Author: http://themeforest.net/user/YA?ref=YA
Description: Fully featured wordpress theme (with 7 colors), suitable for any corporate / portfolio site
Version: 2.7+
Author: YA
Tags: 7 colors, two columns, widgets, corporate, portfolio, cms

Run your site in seconds. Setup categories, pages and posts, in the theme options page - tweak options and the site is ready.
*/

/*****Basic Elements*****/  

body {
	background: #e1e1e1 url(../templateimages/top_light.jpg) no-repeat 40% 0%;
	text-align: center;
	line-height: 1.6;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #616161;
	padding-top: 15px;
}
	
h1, h2, h3, h4, h5, h6 {
	color: #3d3d3d;
	font-weight: normal;
	font-family: Georgia, serif;
}

h1 {
	font-size: 30px;
	margin-bottom: 30px;
}

h2 {
	font-size: 26px;
	margin-bottom: 15px;
}

h3 {
	font-size: 22px;
	margin-bottom: 12px;
	margin-top: 18px;
}

h4 {
	font-size: 16px;
	margin-bottom: 11px;
}

#sidebar h4 {
	margin: 10px;
}

h5 {
	font-size: 14px;
	margin-bottom: 10px;
}

h6 {
	font-size: 13px;
	margin-bottom: 10px;
}

a {
	text-decoration: none;
	color: #3a97ca;
}

a:hover {
	text-decoration: underline;	
}

p, pre {
	margin-bottom: 10px;
}

#sidebar p {
	margin: 10px;
}

strong {
	color: #333131;
	font-weight: bold;
}

ol {
	list-style-type: decimal;
}

ul {
	list-style-type: disc;
}

ul.cool-li {
	list-style-type: none;
	margin-bottom: 12px;
}

ul.cool-li li {
	padding: 0px 0px 0px 15px;
	background: url(../templateimages/list-item.gif) no-repeat 0px 8px;
}

em, dfn {
	font-style: italic;
}

abbr,acronym {
	color: #353535;
	border-bottom: 1px dashed #868585;
}

dfn, dt {
	color: #353535;
}

dd {
	margin: 0px 0px 0px 10px;
}

div.hr {
	border-top: 1px solid #e9eced;
	height: 1px;
	width: 100%;
	margin: 10px 0px;
	clear: both;
} /* use this div with a class "hr" instead of the standart hr element */

fieldset {
	border: 3px solid #eeeeee;
	padding: 10px;
}

legend {
	font-size: 14px;
	color: #a1a0a0;
	font-weight: bold;
}

fieldset label {
	display: block;
	font-size: 13px;
}

fieldset input, fieldset textarea {
	background: #F1F1F1;
	border:1px solid #E2E2E2;
	padding:3px;	
	color:#4C4C4C;
}

blockquote span {
	color: #77868b;
	font-weight: bold;
}

p.author {
	color: #437181;
	font-weight: bold;
}

p.author em {
	font-weight: normal;
	color: #616161;
}

table {
	width: 100%;
	margin-bottom: 10px;
}

table th {
	color:#292A2D;
	font-size:14px;
	font-weight:bold;
	padding:10px 8px;
}

table tr.odd {
	background: #eeeeee;
}

table tr.even {
	background: #f8f8f8;
}

table td {
	padding: 8px;
}

table tfoot tr {
	font-size: 13px;
	color: #a1a0a0;
}

table tfoot tr td {
	border-top: 2px solid #e7e7e7;
	text-align: right;
}

fieldset {
	border: 3px solid #eeeeee;
	padding: 10px;
}

legend {
	font-size: 14px;
	color: #a1a0a0;
	font-weight: bold;
}

fieldset label {
	display: block;
	font-size: 13px;
}

fieldset input, fieldset textarea {
	background: #F1F1F1;
	border:1px solid #E2E2E2;
	padding:3px;	
	color:#4C4C4C;
}

/*****Generic Classes*****/ 

.minmargin {
	margin-bottom: 1px;
}

.nomargin {
	margin-bottom: 0px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	/*overflow: hidden;*/
}

.clearfix {
	clear: both; 
}

/*****Basic Layout*****/  

/** Header **/

	/** Search **/

#search {
	background:transparent url(../templateimages/search.gif) no-repeat scroll 0 0;
	height:30px;
	position:absolute;
	right:0;
	top:0;
	width:224px;
}

#search fieldset {
	border: 0px;
	padding:6px 3px 0 8px;
	overflow: hidden;
}

#search fieldset input {
	color:#4C4C4C;
	border: 0px;
	background: none;
	padding: 0px;
}

#search fieldset input#search-field {
	width:142px;
	font-size: 13px;
	color: #8b8a8a;
	float: left;
}

#search fieldset input#search-button {
	cursor:pointer;
	float:left;
	margin-left:4px;
	margin-top:-5px;
	padding-bottom:11px;
	text-indent:-9999px;
	width:61px;
}

/** Logo **/

#header span#slogan {display:none;}

#header .container {margin-bottom: -5px;}

/*** Main Menu ***/

ul.sf-menu {
	list-style-type:none;
	padding: 0px 0px 0px 15px;
	z-index: 101;
	position: relative;
	/* overflow: hidden; */
}

/*
ul.sf-menu > li {
	float: left;
	border-bottom: none;
	background: none;
} */


ul.sf-menu > li.page_item > a, ul.sf-menu > li.cat-item > a {
	font-size: 14px;
	display: block;
	padding:17px 14px 17px;
	color: #6f6f6f;
}

ul.sf-menu > li.page_item.current_page_item  > a, ul.sf-menu > li.cat-item.current_page_item  > a, ul.sf-menu > li.cat-item.current-cat  > a, ul.sf-menu > li.current-cat-parent > a, ul.sf-menu > li.current_page_ancestor > a, ul.sf-menu > li  > a:hover {
	background: #30434d url(../templateimages/active_menu_bg.gif) repeat-x top left;
	text-decoration: none;
}

ul.sf-menu > li.page_item.current_page_item, ul.sf-menu > li.cat-item.current-cat, ul.sf-menu > li.current-cat-parent, ul.sf-menu > li.current_page_ancestor {
	margin:0 5px;
}

ul.sf-menu > li.page_item.current_page_item  > a, ul.sf-menu > li.page_item.cat-item  > a, ul.sf-menu > li.cat-item.current-cat > a, ul.sf-menu > li.current-cat-parent > a, ul.sf-menu > li.current_page_ancestor > a, ul.sf-menu > li > a:hover {
	color: #dedede;
} /* font color of currently active top link */

ul.sf-menu a:hover {
	color:#cfcfcf;
}

ul.sf-menu > li.page_item.sfHover > a, ul.sf-menu > li.cat-item.sfHover > a {color: #eeeeee;}

/*** Content ***/

#content .container {
	padding: 0px 10px 0px 10px;
}

#main {
	background: url(../templateimages/main_bg.gif) repeat-y top left;
}

#main-bottom {
	background: url(../templateimages/content_bottom.gif) no-repeat top left;
	width: 960px;
	height: 16px;
}

#main_content {
	float: left; 
	width: 530px;
	padding: 0px 0px 0px 30px;
}

#content {
	padding: 33px 0px;
}

/*** Sidebar ***/

#sidebar {
	float: right; 
	width: 340px;
}

#main  {padding: 25px 0px 25px;}

div.block {
	background: #f5f5f5 url(../templateimages/block-top.gif) no-repeat top left;
	position: relative;
	border: 1px solid #e0e0e0;
	margin-bottom:30px;
}

div.block.last, div.block:last-child {margin-bottom:0px;}

div.ui-tabs-panel, div.standart_widget div, div.standart_widget > ul{
	padding: 20px 30px 10px 12px;
}

div#advertisement {padding: 20px 30px 13px 12px;}

div.standart_widget > ul li, div.ui-tabs-panel > ul li{
	padding: 0px 0px 3px;
}

div.standart_widget > ul li ul, div.ui-tabs-panel > ul li ul{
	margin-left: 10px;
	border-left: 1px solid #e8e8e8;
	padding-left: 10px;
}

div.block a {
	color: #5e5e5e;
}

div#latest div ul li a,div#twitter ul li span {display: block;}

div#twitter ul li a {display: inline;}



div.block a:hover, div#twitter ul li a:hover, a#twitter-link:hover {
	color: #3a97ca;
}

div.block ul {list-style-type: none;}

div.block div#latest img{
	border: 2px solid #e8e8e8;
	float: left;
	margin: 3px 10px 0px 0px;
}

div.block div#latest ul li, div#twitter ul li {
	overflow: hidden;
	border-bottom: 1px solid #ededed;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

div.block div#latest ul li:last-child {
	padding-bottom: 10px;
	margin-bottom: 0px;
	border-bottom: none;
}

div.block div#latest ul li span {
	color: #bababa;
	font-style: italic;
}

div.block div.corner {
	background: url(../templateimages/corner.gif) no-repeat;
	position: absolute;
	top: -1px;
	right: -5px;
	width: 5px;
	height: 41px;
	padding: 0px;
}

div#twitter {overflow: hidden;}

div#twitter ul li a {color: #bababa;}

a#twitter-link {text-transform: uppercase; color: #c2c2c2; float:right;}

.block ul.tabs, .block h3 {
	overflow: hidden;
	padding: 4px 5px 3px 10px;
}

.block ul.tabs > li {
	display: inline;
	margin-right: 10px;
}

.block ul.tabs > li.last {
	margin-right: 0px;
}

.block ul.tabs > li a  {
	color: #8f8f8f;
	text-decoration: none;
}

.block ul.tabs > li a:hover {color: #212121;} 

.block ul.tabs > li.ui-tabs-selected a, .block h3, .block ul.tabs > li.ui-tabs-selected a:hover {
	color: #3d3d3d;
}

.block ul.tabs > li > a, .block h3 {
	font-size: 14px;
	font-family: Georgia, serif;
}

.block h3 {margin: 0px;}

.block .ui-tabs-hide {display:none;}

div#categories ul li, div#archives ul li {margin-bottom: 5px;}

div#subscribe img {
	float:left;
	margin: -5px 10px 10px 0px;
}

/*** Footer ***/

#footer {
	clear: both;
	padding: 0px 0px 25px;
	color: #aeb3b6;
	margin-top: -10px;
	overflow: hidden;
}

#footer ul#bottom-menu {
	float: left;
	list-style-type: none;
}

#footer ul#bottom-menu li {
	float: left;
	border-right: 1px solid #cbcdce;
	padding: 0px 5px;
}

#footer ul#bottom-menu li:first-child {
	padding-left: 0px;
}

#footer ul#bottom-menu li:last-child {
	border-right: none;
}

#footer ul#bottom-menu a, #footer h6 {
	color: #aeb3b6;
}

#footer ul#bottom-menu li.current_page_item a, #footer ul#bottom-menu li.current-cat a, #footer ul#bottom-menu li.current-cat-parent a, #footer ul#bottom-menu li.current_page_ancestor a, #footer ul#bottom-menu li a:hover {
	color: #82888c;
	text-decoration: none;
}

#footer h6 {
	float: right;
	font-family: Arial, sans-serif;
	margin-bottom: 0px;
}

#footer  strong {
	color: #84888a;
	font-weight: normal;
}

/***** Home Page ****/

/** Featured Area **/

#featured_area, #pagename {
	height: 55px;
	/*overflow: hidden;*/
	position: relative;
	margin:15px 0 0;
}

#pagename {
	height: 228px;
}

#featured_area .container {
	background:transparent url(../templateimages/featured_bg.jpg) no-repeat scroll center top;
	height:354px;
	width:980px;
}

#pagename .container {
	background:transparent url(../templateimages/page_top.jpg) no-repeat scroll center top;
	height:228px;
	width:980px;
}

div#inner {
	clear: left;
	padding: 40px 60px 0px;
	z-index: 1;
	/* position: relative; */
}

#pagename div#inner {padding-top: 27px;}

#pagename div#inner h2 {margin-bottom: 10px;}

#featured_area .description {
	float: left;
	width: 545px;
	height: 152px;
	font-family: Georgia, serif;
	padding-top:0px;
}

#featured_area .description h2, #featured_area .description h2 a, #pagename h2, #pagename h2 a {
	font-size: 36px;
	color: #fff600;
	margin-bottom: 15px;
	letter-spacing: -1px;
}

#featured_area .description h2 a:hover, #pagename h2 a:hover {
	text-decoration: none;
}

#featured_area .description p, #pagename p {
	font-size: 23px;
	color: #b2cedf;
	line-height:34px;
}

#pagename p {font-family: Georgia, serif;}

#pagename img {
	display: none;
}

#featured_area .description p span {
	color: #f1f1f1;
}

#featured_area .description a.learn_more {
	font-size: 11px;
	text-transform: uppercase;
}

#featured_area .photo {
	margin-top: -5px;
	float: left;
	position: relative;
	padding-left:40px;
}

#featured_area .slide {
	overflow: hidden;
}


a.jFlowPrev, a.jFlowNext {
	display: block;
	width: 19px;
	height: 21px;
	position: absolute;
	bottom: 152px;
	text-indent: -9999px;
	cursor: pointer;
}

a.jFlowPrev {
	background: url(../templateimages/left-arrow-trans.png) no-repeat;
	left: 1px;
}

a.jFlowNext {
	background: url(../templateimages/right-arrow-trans.png) no-repeat;
	right: 3px;
}

div#myController {
	display: none;
}

/** Home Page Content **/

#main-top {
	width: 960px;
	height: 20px;
	background: url(../templateimages/content_top.gif) no-repeat top left;
}

p#welcome {
	color: #737373;
	font-size: 16px;
	margin-bottom: 30px;
}

p#welcome img {
	float: right;
	margin: 7px 0 10px 10px
}

body#home #content h2 {
	margin-bottom: 15px;
}

body#home #main_content h3 {
	margin-bottom: 20px;
}

div.service.first {
	margin-top: 20px;
}

div.service {
	overflow: hidden;
	margin: 0px 0px 20px;
	border-top: #e00000 dashed 1px;
}

div.service img {
	float: right;
	margin: 7px 0px 10px 10px;
}

div.service h1 {
	font-size: 19px;
	color: #e00000;
}

div.service p {
	font-size: 13px;
	font-weight: normal;
}

div.service a {
	color: #616161;
	display: block;
}

div.service a:hover {
	color: #333131;
	text-decoration: none;
} 

div.service img.learnmore {
	float: left;
}

div#buttons {
	margin-top: 30px;
	overflow: hidden;
	margin-bottom: 10px;
}

a.button_services, a.button_tour {
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	height:34px;
	float: left;
}

a.button_services {
	background: url(../templateimages/services_bg.jpg) no-repeat;
	padding:12px 0 0 20px;
	width:161px;
	margin-right: 30px;
}

a.button_tour {
	background: url(../templateimages/tour_bg.jpg) no-repeat;
	padding:12px 0 0 41px;
	width:140px;
}

/** Services Page **/

ul#latest_blog {
	list-style-type: none;
}

/** Portfolio Page **/

ul#categories {
	list-style-type: none;
}

ul#categories li {
	margin-bottom: 11px;
}

/** Post **/

.post, .service-desc {
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e9eced;
}

.post.last, .service-desc.last {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none;
}

.post h2 {
	margin-bottom: 0px;
}

.post h2 a {
	color: #4B4745;
}

div.post-meta {
	font-size: 12px;
	color: #9eaab9;
	margin: 10px 0px 22px;
	font-style: italic;
}

div.post-meta a.category {
	color: #ccdbe4;
}

div.post-meta a.category:hover {
	color: #8ca5b4;
}

div.post-meta em {
	font-family: Palatino Linotype, Georgia, serif;
	font-size: 14px;
}

.post img {
	border: 1px solid #e4e3e3; 
	float: right;
	margin: 0px 0px 10px 20px;
}

.post h2{line-height: 1.3;}

#commentform input#submit {
	background: #F2F2F2 url(../templateimages/submit.gif) repeat-x;
	border: 1px solid #BBBBBB;
	color: #464646;
	cursor: pointer;
	padding: 5px 8px;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
}

#commentform input#submit:hover {
	border-color: #666666;
	color: #000000;
}

div#current_cat {
	border: 1px solid #e9e9e9;
	border-left: none;
	border-right: none;
	background: #f3f3f3;
	padding: 10px 10px 10px 20px;
	margin-bottom: 25px;
}

div#current_cat h4 {margin:0px;color: #828282;}

div.navigation {overflow: hidden;}

a.button {
	text-transform: uppercase;
	color: #fbfbfb;
	background: #91567f;
	padding: 5px 10px;
	display: inline-block;
	font-size: 11px;
}

a.button:hover {
	text-decoration: none;
	background: #658294;
}

.post a.button {
	margin-top: 14px;
	float: right;
}

#pagination  {
	overflow: hidden;
	margin-bottom: 20px;
}

#pagination a {
	font-size: 11px;
	text-transform: uppercase;
}

.service-desc img {float: left; margin:7px 15px 2px 0;}

.service-desc h2 {margin-bottom: 5px;}

/** Blog **/

p.in_category {
	font-style: italic;
	color: #616161;
	margin-top: 1px;
	padding: 0px 0px 5px;
}

p.in_category  a{
	color: #8dadc7;
}

/** Contact Page **/

p#tip {
	font-weight: bold;
	font-size: 13px;
}

/** Contact us Form **/

p#contact_paragraph {
	color: #636363;
	font-size: 15px;
}

#contact_us {
/*	width: 460px; */
	margin: 25px 0px 0px;
}

p.label_name, p.input_form {
	float: left;
}

p.label_name {
	width: 80px;
	clear: both;
	color: #5e5e5e;
	font-size: 14px;
}

#contact_us input, #contact_us textarea {
	width: 438px;
	background: #f3f3f3;
	border: 1px solid #eae9e9;
	font-size: 13px;
	padding: 4px;
	margin-bottom: 15px;
	color: #797676;
}

#contact_us input.button {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 14px;
	background: url(../templateimages/send.gif) no-repeat;
	padding: 5px 10px;
	display: inline-block;
	width: 103px;
	border: 0px;
	cursor: pointer;
	height:36px;
	padding:8px 10px 28px;
}

div#feedback {
	margin-top: 20px;
}

p.error {
	display: none;
	padding: 5px 0px;
	color: #8dadc7;
	font-weight: bold;
}

p#submit {text-align:right;}

p#success {
	display: none; 
	font-size: 16px; 
	text-align: center; 
	margin-bottom: 20px;
	cursor: pointer;
	color: #9e9595;
	font-style: italic;
}

.aligncenter { display:block; margin:0 auto }
.alignleft { float: left; margin: 0px 40px -2px 5px;max-width:530px;overflow:hidden;}
img.alignright { float:right; margin: 0px 0px 10px 40px;max-width:530px;overflow:hidden;}
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 270px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	}

	
#wp-calendar caption {
	text-decoration: none;
	font: bold 14px Arial, Sans-Serif;

	}

#wp-calendar td {
	padding: 3px 5px;
	color: #9f9f9f;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
	
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	padding: 3px 5px;
	}
/* End Calendar */

form#commentform div#current_cat{margin-bottom: 15px;}

form#commentform textarea#comment {width:98%; border: 1px solid #e4e4e4; padding: 5px;}

.post-content h4 {font-size: 18px;}

ul#comments_section, ul#comments_section li {
	list-style-type: none;
	clear:both;
	list-style-type:none;
	margin-bottom:20px;
	padding: 10px 20px;
	position:relative;
}

ul#comments_section {padding: 0px;}

ul#comments_section li {
	border: 1px solid #ececec;
}

ul#comments_section ul {list-style-type:none;}

h5#comments {font-size: 16px; color: #9a9a9a; margin-bottom: 15px;}

img.avatar {position: absolute;top:10px;left:20px;}

.comment-author, .comment-meta, em.moderation {padding-left: 60px;}

.comment-author {padding-top: 4px;}

.comment-author a, .comment-meta a {color: #333333;}

span.says {color:#898989;display: none;}

div.reply {margin-bottom: 10px;}

.comment-meta {color:#929292; margin-bottom: 10px;font-size: 11px;}

.comment-meta a {color:#929292}

.cancel_comment {position: absolute; top:5px; right:0px;}

div#respond {position: relative;}

ul#recentcomments li {
	border-bottom:1px solid #EDEDED;
	margin-bottom:10px;
	padding-bottom:10px;
}

ul#recentcomments li:last-child {border-bottom:0px;margin-bottom:0px;}

ul#recentcomments li a {
	font-style:italic;
}

ul#recentcomments li a.url {color:#000000;font-style:normal;}

.phone {
	float: right;
	position: relative;
	top: 50px;
}

ul.blogroll li img {
	vertical-align: middle;
}

.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(../templateimages/tab.png) no-repeat;
}
.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #27537a;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
    color: #000;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}
.tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 7px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
    border: 1px solid #7a7a7a;
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(../templateimages/loading.gif) no-repeat 0 50%;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
/*line-height:	1.0;  */
	float: left;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			4.2em; /* match top ul list item height */
	z-index:		1000;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	list-style-type: none;
}

ul.sf-menu a, ul.sf-menu a:visited {
	color: #bebebe;
	display: block;
	font-size: 13px;
	padding: 7px 10px;
	text-decoration: none;
	font-weight: normal
} 

.sf-menu li li {
	background: #404040;
	border-bottom: 1px solid #575656;
}
.sf-menu li li li {
	background: #404040;
	border-bottom: 1px solid #575656;
}
.sf-menu li:hover,.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background: #202020;
	color: #eaeaea;
	text-decoration: none;
	outline:		0;
}

.sf-menu a:hover {
	color: #eeeeee;
}

.sf-menu li.sfHover {
	background: #202020;
	color: #eeeeee;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
/*	width:			10px;
	height:			10px;
	text-indent: 	-999em; */
	overflow:		hidden;
/*	background:		url('../templateimages/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 7px 8px 0; 
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;

}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* T&Cs text */
#terms {
	background-image: url(../templateimages/back_fade3.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 4px;
	padding-top: 10px;
	margin-bottom: 12px;
	font-size: 7pt;
	color: #999999;
}


/* --- language, currency menu and search box ------------------------ */
#languagemenu form select, #currencymenu form select, #prodtypemenuform select {
	width: 168px;
	margin: 0;
	padding: 0;
}

#searchbox {
	margin: 0 10px;
}

#searchbox input {
	width: 148px;
}

#searchbox #searchbutton {
	width: 50px;
	text-align: right;
	margin: 0;
	padding: 0;
}

/* --- Template items ------------------------------------------------ */
#left_pad {
	padding: 0px 5px 0px 8px;
}

#left h2 {
	margin: 10px 0px 5px 0px;
	font-weight: bold;
}

/* search and mailinglist forms */
#quicksearch form {
	display: block;
}

#left input.submit {
	height: 22px;
	width: 30px;
}

#left input.text {
	width: 95px;
}

#mailinglist label#email {
	display: block;
	margin: 0px 0px 2px 0px;
}

#mailinglist label#htmlemail {
	display: block;
	margin: 2px 0px 2px 0px;
}

#right h2 {
	margin: 10px 0px 5px 0px;
	font-weight: bold;
}

#categorymenu ul div {
	margin: 0;
	padding: 0;
}

#teaserWrap {
	text-align: center;
}

#teaser {
	height: 298px;
	width: 961px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

#teaser DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 298px;
	width: 961px;
}

#teaser DIV.active {
    z-index:10;
    opacity:1.0;
}

#teaser DIV.last-active {
    z-index:9;
}

#teaser h2 {
	font-size: 28px;
	color: #FF0;
	margin-bottom: 15px;
	letter-spacing: -1px;
	position: relative;
	top: 40px;
	left: 20px;
}

#teaser a {
	color: #FF0;
}

#teaser p {
	color: #fff;
	position: relative;
	top: 30px;
	left: 20px;
}