/*******************************************************
LOAD EXTRA STYLESHEETS
*******************************************************/
@import url("modern.css");
@import url("column.css");
@import url("comments.css");
@import url("dynamic-widgets.css");
@import url("custom.css");

/*******************************************************
RESET CSS
*******************************************************/
* {
	font-family: Arial;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
	vertical-align: baseline;
	white-space: normal;
}

html, body {line-height: 1}
hr {display: none}
blockquote:before, blockquote:after, q:before, q:after {content: ''}
blockquote, q {quotes: "" ""}
ul {list-style-type: none}
ol {list-style-type: decimal}
.clear {clear: both}

/*******************************************************
LAYOUT WIDTH
*******************************************************/
#wide-header, #wide-intro, #wide-primary, #wide-secondary, #wide-footer, #wide-column {
	width: 100%;
	text-align: center;
	height: 1%;
	display: block;
	position: relative;
}

#header, #intro, #primary, #secondary, #footer, #column {
	display: block;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 90%;
}

/*******************************************************
BODY & WRAPPER
*******************************************************/
body {
	width: 100%;
	background: #fff;
	text-align: center;
	font-size: 12px;
}

body a {
	color: #19759b;
}

body a:hover {
	color: #2794c2;
	border-bottom: 1px dotted #2794c2;
}

/*******************************************************
HEADER / MENUS
*******************************************************/
#wide-header {
	position: static; /* fix menu */
	height: 105px;
	border-bottom: 1px solid #cadae0;
	background: #fff;
}

#logo {
	height: 76px;
}

#logo, #logo a, #logo img {
	float: left;
	display: block;
	overflow: hidden;
}

#logo a:hover {
	border-bottom: none;
}

/*******************************************************
TOP MENU
*******************************************************/
#topmenu {
	float: right;
	margin: 25px 0 0 0;
}

#topmenu li {
	float: left;
	display: block;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 1px solid #e5e5e5;
	height: 30px;
	line-height: 30px;
}

#topmenu img {
	vertical-align: middle;
	margin: 7px 5px 7px 0;
	width: 16px;
	height: 16px;
	overflow: hidden;
}
#kalbos {
	float: right;
	margin: 33px 0 0;
}

#kalbos li {
	float: left;
	display: center;
	margin: 0 0 0 10px;
	padding: 0 0 0 0px;
	border-left: 0px solid #e5e5e5;
	height: 30px;
	line-height: 30px;
}

#kalbos img {
	vertical-align: middle;
	margin: 7px 5px 7px 0;
	width: 16px;
	height: 16px;
	overflow: hidden;
}

/*******************************************************
MAIN MENU
*******************************************************/
#menu, #menu ul {
	position: relative;
	z-index: 300;
}

#menu {
	height: 29px;
	background: url(img/menu.png) repeat-x top;
	border-left: 1px solid #0b2f3e;
	border-right: 1px solid #0b2f3e;
}

#menu ul {
	width: 230px;
	position: absolute;
	display: none;
	top: 29px;
	left: 0;
	background: #316f86;
}

#menu ul ul {
	width: 232px;
	top: -1px;
	left: 230px;
	background: #316f86;
	border: 1px solid #4a7a8c;border-bottom: none;
}

#menu li {
	float: left;
	position: relative;
}

#menu a {
	display: block;
	padding: 9px 20px 8px 20px;
	color: #fff;
	border-right: 1px solid #0b2f3e;
}

#menu li ul a {
	float: left;
	height: auto;
	border-right: none;
	border-bottom: 1px solid #4a7a8c;
	width: 190px;
}

#menu li a:hover {
	border-bottom: none;
}

#menu li ul a:hover {
	color: #c0e8ff;
	border-bottom: 1px solid #4a7a8c;
}

.menu-bottom {
	background: url(img/menu.png) repeat-x bottom;
}

.menu-top {
	background: url(img/menu.png) repeat-x top;
}

#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li:hover ul ul ul ul {display:none;}
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li li li li:hover ul {display:block;}

#menu img {
	vertical-align: middle;
	overflow: hidden;
	width: 16px;
	height: 16px;
	margin: 0 8px 0 0;
}

/*******************************************************
TOUR / TABBED CONTENT
*******************************************************/
#wide-intro {
	background: #35adcf url(img/blue.png) repeat-x;
	top: -1px;
}

#intro {
	background: url(img/bluelight.png) no-repeat top left;
}

.main-intro {
	display: none;
	padding: 5px 0 5px 0;
}

.mic {
	color: #fff;
}

.mic img {
	float: right;
	display: inline;
	margin: 0 0 0 20px;
}

.mic h1 {
	font-size: 20px;
	line-height: 40px;
	padding-left: 22px;
}
.mic h1 a {color:#fff;border-bottom: 1px dotted #fff;}
.mic h1 a:hover {color:#fff;border-bottom:none;}


.mic p {
	font-size: 13px;
	line-height: 19px;
	margin: 5px 0 0 0;
	padding-left: 30px;
}

.mic ul {
	margin: 10px 0 0 40px;
}

.mic ul li {
	line-height: 18px;
	padding: 5px 0 5px 30px;
	background: url(img/check.png) no-repeat left center;
}

.mic ol {
	margin: 15px 0 0 60px;
}

.mic ol li {
	line-height: 18px;
	padding: 5px 0 5px 0;
}

.mic li {font-weight: bold}

.mic ins {
	background: #009cc9;
	color: #fff;
	font-weight: bold;
}

.mic del {
	background: #bdf0ff;
	color: #56bcd9;
	text-decoration: line-through;
}

.mic span {
	color: #d0f4ff;
}

.mic a {
	color: #cffeff;
}

.mic a:hover {
	color: #cffeff;
	border-bottom: 1px dotted #edffff;
}

/*******************************************************
TAB SWITCHER
*******************************************************/
.hometabcontainer {
	padding: 0 0 0 20px;
	background: #0a94b6;
	height: 40px;
	line-height: 40px;
	border: 1px solid #1b7d9d;
}

.hometabs {
	float: left;
	border-right: 1px solid #1b7d9d;
}

.hometabs li {
	float: left;
	border-left: 1px solid #1b7d9d;
}

.hometabs li a {
	float: left;
	display: block;
	color: #fff;
	padding: 0 25px 0 25px;
	font-size: 13px;
	height: 40px;
	line-height: 40px;
}

.hometabs li a:hover {
	color: #fff;
	background: #0083a4;
	border-bottom: none;
}

.hometabs li.active a {
	background: #35adcf;
	position: relative;
	top: -1px;
}

.hometabs li.active a:hover {
	color: #fff;
	background: #35adcf;
	border-bottom: none;
}

.fbuttons {
	float: right;
	margin: 10px 0 0 0;
}

.fbuttons li {
	float: left;
	margin: 0 0 0 10px;
	display: inline;
}

.fbuttons li a, .fbuttons li a span {
	float: left;
	display: block;
	font-weight: bold;
	height: 34px;
	line-height: 34px;
	color: #fff;
	cursor: pointer;
}

.fbuttons li a span {
	background: url(img/button-green-left.png) no-repeat left top;
	padding: 0 0 0 20px;
}

.fbuttons li a:hover span {
	background: url(img/button-green-left.png) no-repeat left bottom;
	padding: 0 0 0 20px;
	border-bottom: none;
}

.fbuttons li a {
	background: url(img/button-green-right.png) no-repeat right top;
	padding: 0 20px 0 0;
}

.fbuttons li a:hover {
	background: url(img/button-green-right.png) no-repeat right bottom;
	padding: 0 20px 0 0;
	border-bottom: none;
}

/*******************************************************
PRIMARY COLUMN: FEATURES + NEWS / UPDATES
*******************************************************/
#wide-primary {
	background: #fff url(img/shadow1.png) repeat-x top;
	top: -1px;
}

#features {
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
}

#lastnews {
	float: right;
	width: 33%;
	margin: 20px 0 20px 0;
}

/*******************************************************
FEATURED BOXES
*******************************************************/
.featurebox {
	float: left;
	width: 30%;
	padding: 0 1.5% 0 0;
	margin: 0 0 25px 0;
	color: #444;
}

.featurebox h2 {
	color: #333;
	font-size: 14px;
	line-height: 20px;
}
.featurebox h2 a {color: #333;border-bottom: 1px dotted #333;}
.featurebox h2 a:hover {color: #333;border-bottom: none;}

.featurebox p {
	line-height: 20px;
	margin: 5px 0 0 0;
}

.featurebox ul {
	margin: 5px 0 0 10px;
}

.featurebox ul li {
	padding: 2px 0 2px 15px;
	background: url(img/bullet.gif) no-repeat left center;
}

.featurebox ol {
	margin: 5px 0 0 30px;
}

.featurebox ol li {
	padding: 2px 0 2px 0;
}

.featurebox li {
	line-height: 18px;
	color: #375100;
	font-weight: bold;
}

.featurebox img {
	display: inline;
	margin: 8px 0 5px 0;
}

.featurebox img.imgleft {
	float: left;
	margin: 8px 10px 5px 0;
}

.featurebox img.imgright {
	float: right;
	margin: 8px 0 5px 10px;
}

.featurebox ins {
	background: #009cc9;
	color: #fff;
	font-weight: bold;
}

.featurebox del {
	background: #bdf0ff;
	text-decoration: line-through;
}

.featurebox span {
	color: #999;
}

/*******************************************************
NEWS AND UPDATES
*******************************************************/
.newtabs {
	height: 34px;
	line-height: 34px;
	background: url(img/darkbg.png) repeat-x;
}

.newtabs li {
	float: left;
}

.newtabs li a {
	margin: 0 15px 0 15px;
	color: #fff;
}

.newtabs li a:hover {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

.newtabs li.active a {
	color: #4d9fc0;
}

.newtabs li.active a:hover {
	color: #4d9fc0;
	border-bottom: 1px dotted #fff;
}

#blog, #tweets {
	display: none;
	background: #e4f6fd;
}

#blog li, #tweets li {
	background: url(img/itemsep.png) no-repeat bottom;
	padding: 15px;
	line-height: 18px;
	color: #444;
}

#blog span {
	color: #fff;
	padding: 2px;
	font-size: 10px;
	font-weight: bold;
}

#blog .day {
	background: #acdbee;
	margin: 0 1px 0 0;
}

#blog .month {
	background: #76c4de;
	text-transform: uppercase;
	margin: 0 8px 0 0;
}

#blog a {
	color: #222;
	font-weight: bold;
}

#blog a:hover {
	color: #222;
	border-bottom: none;
}

.twitter-link {
	color: #19759b;
}

.twitter-link:hover {
	color: #2794c2;
	border-bottom: 1px dotted #2794c2;
}

.twitter-timestamp {
	font-size: 11px;
}

.twitter-timestamp a {
	color: #000;
	border-bottom: 1px dotted #366799;
}

.twitter-timestamp a:hover {
	color: #000;
	border-bottom: none;
}

/*******************************************************
SECONDARY BLOCKS
*******************************************************/
#wide-secondary {
	background: url(img/shadow2.png) repeat-x top;
}

#block1 {
	float: left;
	width: 6%;
	margin: 20px 2% 0 0;
}

#block2 {
	float: left;
	width: 12%;
	margin: 20px 2% 0 0;
}

#block3 {
	float: left;
	width: 31%;
	margin: 22px 0 0 0;
}

#secondary h3 {
	display: inline;
	color: #366799;
	font-size: 14px;
	line-height: 20px;
	padding: 0 7px 0 0;
}

#secondary img {
	display: inline;
	vertical-align: middle;
}

#secondary p {
	color: #666;
	line-height: 18px;
	margin: 10px 0 0 0;
}

/*******************************************************
USER REVIEWS
*******************************************************/
a.nextreview, a.prevreview {
	font-weight: bold;
	float: right;
	color: #222;
	border: 1px dotted #bbb;
	padding: 6px 10px 6px 10px;
	margin: 15px 0 0 5px;
}
a.nextreview:hover, a.prevreview:hover {
	color: #222;
	border: 1px dotted #2794c2;
	background: #f3fdff;
}

.review {
	display: none;
	margin: 10px 0 0 0;
}

.thumb {
	float: left;
	display: block;
	width: 24%;
	background: url(img/bubble-left-arrow.png) no-repeat right 10px;
	right: -1px;
	position: relative;
}

.usersays {
	float: left;
	display: block;
	width: 75%;
}

.usercomment {
	display: block;
	background: #fbfbf8;
	border: 1px solid #f2f2e7;
	padding: 10px;
	color: #444;
	font-style: italic;
	line-height: 18px;
}

.clientline {
	color: #333;
	margin: 15px 0 0 0;
}

/*******************************************************
NEWSLETTER FORM
*******************************************************/
.newsform {
	margin: 15px 0 0 0;
	vertical-align: middle;
}

.newsform .email {
	vertical-align: middle;
	background: #eee;
	color: #777;
	padding: 5px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 60%;
	margin: 0 5px 0 0;
}

.newsform .submit {
	vertical-align: middle;
	cursor: pointer;
	font-weight: bold;
	color: #fff;
	background: url(img/submit.png) no-repeat;
	text-align: center;
	width: 80px;
	height: 27px;
	line-height: 27px;
}

/*******************************************************
GALLERY / CAROUSEL
*******************************************************/
.maincarousel {
	width: 80%;
	position: relative;
	margin: 10px auto 0 auto;
	text-align: center;
}
.maincarousel a:hover {border-bottom:none}

a.leftarrow {
	position: absolute;
	left: 0;
	top: 45%;
	width: 20px;
	height: 20px;
	background: url(img/prev.png) no-repeat;
}

a.rightarrow {
	position: absolute;
	right: 0;
	top: 45%;
	width: 20px;
	height: 20px;
	background: url(img/next.png) no-repeat;
}

.showarea {
	display: none;
}

/*******************************************************
FOOTER
*******************************************************/
#wide-footer {
	background: #d7e5e8 url(img/footer.png) repeat-x top;
	padding: 50px 0 0 0;
}

#footer {
	color: #333;
}

#footer a {
	color: #3b5e6f;
}

#footer a:hover {
	color: #3b5e6f;
	border-bottom: none;
	text-decoration: underline;
}

.footercol {
	float: left;
	display: block;
	width: 19%;
	padding: 0 0 20px 0;
}

.footercol li.footercolhead {
	font-size: 14px;
	margin: 0 0 3px 0;
}

.footercol li {
	line-height: 20px;
	padding: 0 20px 0 0;
}

.footercontent {
	background: url(img/footerline.png) repeat-x top;
	line-height: 18px;
	padding: 20px 0 10px 0;
	font-size: 11px;
}


	
