@charset "UTF-8";
/* CSS Document */

/* We define background color, and baody top margin and padding */
body {
	background-color: #e6e7eB;
	margin-top: 0px;
	padding-top: 0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 18px;
}

p {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 18px;
	text-align: justify;
}

H1 {
	color: #222222;
	margin: 0px;
	font-size: 21px;
	font-family:Tahoma, Geneva, sans-serif;
	padding-top: 0px;
	font-weight: normal;
}

H2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #222222;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
}

H2 a {
	color:#222;
	text-decoration: none;
}
H2 a:hover { color: #222; text-decoration: underline; }

H3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #222222;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
}

H4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #222222;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
}

H5 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #222222;
	margin: 0px;
	padding-bottom: 10px;
}

H6 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #222222;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
}

a {
	color: #003756; text-decoration: none;
}
a:hover { color: #003756; text-decoration: underline; }

/* Our wrapper will be 940px wide, fixed and centered */
#wrapper {
	width: 940px;
	height: auto;
	margin: 0 auto;
}

/* This is used to obtain 10px gap between "real content" and footer */

#wrapper-content {
	margin-bottom: 10px;
}

/* These three following classes are used for top text, the one over header */
#top-text-left {
	margin-top: 10px;
	margin-bottom:10px;
	float: left;
	padding-left: 20px;
}

#top-text-right {
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	padding-right: 20px;
}

.top-text  {
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #222222;
}

/*******************/
/* START OF HEADER */
/*******************/

/* Rounded corners left */
#header-bg-left {
	background-image: url(../images/bg-header-left.jpg);
	width: 10px;
	height: 100px;
	float: left;
}

/* Main, 920px wide section of header */
#header-main {
	background-color: #003756;
	width: 920px;
	height: 100px;
	float: left;
}

/* Rounded corners right */
#header-bg-right {
	float: right;
	width: 10px;
	height: 100px;
	background-image: url(../images/bg-header-right.jpg);
}

/* Image with logo, to change it just open header.psd, change your content and use premade slices */
#header-logo {
	width: 415px;
	height: 100px;
	float: left;
}
.logo {
	margin-left: 0px;
}

.header-about {
	margin-top: 30px;
	margin-left: 90px;
}

/* This styles desctiption of slogan */

.header-description {
	text-align: justify;
}

.arrow-left {
	float: left;
	padding-left: 10px;
	margin-top: 110px;
	width: 30px;
}


.arrow-right {
	float: right;
	padding-right: 10px;
	width: 30px;
	margin-top: -90px;
}

.header-icon {
	padding-left: 10px;
	margin-top: 50px;
	float: left;
}

.header-heading {
	margin: 0px;
	margin-left: 10px;
}


.header-description {
	color: #fff;
	font-size: 15px;
	font-family:Helvetica,Arial,sans-serif;
	margin: 0px;
	width: 350px;
	height: 90px;
	line-height: 25px;
}

.header-about-main {
	float: left;
	width: 350px;
	margin-left: 35px;
	margin-top: 10px;
}

/*This hidde the controller for sliding slogan section*/
#hidden-controller {
	display: none;
}

/* Div which holds all the slides in slogan sliding section*/
#header-slides {
	float: left;
	width: 500px;
	height: 200px;
}

/* This is divider used in header, made of 2px. You can find it in images folder */
#divider-header {
	width: 2px;
	height: 70px;
	background-repeat: repeat-y;
	background-image: url(../images/divider-header.jpg);
	float: left;
	margin-top: 20px;
}

/**************/
/*NAVIGATION */
/************/

#navigation {
	margin-top: 10px;
	height: 60px;
	margin-bottom: 10px;
}

/* Menu is composed using kwicks plugin. Following three classes take care only of href borders in different browsers */
.kwicks li a {
	border: 0px;
	text-decoration: none;
}
.kwicks img a {
	border: 0px;
	text-decoration: none;
}
.kwicks img {
	border: 0px;
	text-decoration: none;
}

/* Navigation - rounded corners - left */
#nav-bg-left {
	background-image: url(../images/bg-nav-left.jpg);
	width: 10px;
	float: left;
	height: 60px;
}

/* Navigation - rounded corners - right */
#nav-bg-right {
	background-image: url(../images/bg-nav-right.jpg);
	width: 10px;
	float: right;
	height: 60px;
}

/* Main, 920 px wide section ofnavigation with all the links images etc */

#nav-main {
	width: 920px;
	float: left;
	border-top: 1px solid #bcbbba;
	border-bottom: 1px solid #bcbbba;
	height: 58px;
	background-image:url(../images/bg-nav.jpg)
}

.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
}

.kwicks a {
	border: none;
	text-decoration: none;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 100px;
	height: 58px;

	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
	margin: 0px;
	position: relative;
}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 5px; /*Set to same as spacing option. */	
	float: left;
}

#kwick1 {
}

/***********/
/* SEARCH */
/*********/

/* Class used for styling whole search part of nav section */
.search {
	float: right;
	padding-right: 10px;
	padding-top: 15px;
}

/* Input search text */
.input-text {
	background-color: #f5f5f5;
	padding: 5px;
	color: #222222;
	border: 1px solid #bcbbba;
	width: 160px;
}

/* Submit button for search */
.submit-button {
	background-color: #f5f5f5;
	border: 1px solid #666666;
	cursor: pointer;
	padding: 5px;
	width: 110px;
	margin-left: 10px;
}

/* Submit button for search on hover*/
.submit-button:hover {
	background-image: url(../images/bg-nav.jpg);
	background-repeat: repeat-x;
	border: 1px solid #666666;
}

/*****************************/
/* START OF FEATURED SECTION */
/*****************************/

#featured {
	margin-bottom: 10px;
	overflow: hidden;
}

/* Featured - rounded corners - left */
#featured-bg-left {
	width: 10px;
	height: 200px;
	background-image:url(../images/bg-featured-left.jpg);
	float: left;
}

/* Featured - rounded corners - right */
#featured-bg-right {
	width: 10px;
	height: 200px;
	background-image:url(../images/bg-featured-right.jpg);
	float: right;
}

/* Main, 920 px wide section of featured section */
#featured-main {
	width: 920px;
	height: 198px;
	float: left;
	border-top: 1px solid #bcbbba;
	border-bottom: 1px solid #bcbbba;
	background-color: #f5f5f5;
}

/* Box with featured service number 1 */
.featured-left {
	width: 272px;
	float: left;
	padding-left:10px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	height: 160px;
	
}

/* Box with featured service number 2 */
.featured-center {
	display: inline;
	width: 272px;
	float: left;
	padding-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	height: 160px;
	margin-bottom: 20px;
	border-left: 1px solid #A9ABAB;	
}

/* Box with featured service number 3 */
.featured-right {
	width: 272px;
	float: left;
	border-left: 1px solid #A9ABAB;
	padding-left: 20px;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 160px;
}

/* Class that styles icons in featured services boxes */
.featured-icon {
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 20px;
	margin-bottom: 6px;	
	display: inline;
}

/* Class that styles headers in featured services boxes */
.featured-header {
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #222222;
	font-weight: bold;
	float: left;
	line-height: 16px;
	width: 190px;
	margin-bottom: 10px;
	
}

/* Class that styles descriptions in featured services boxes */
.featured-description {
	margin-top: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
	height: 110px;
	display: inline;
	width: 264px;
}


/* LEarn more button background -left rounded corners */
.learn-more-bg-left {
	background-image:url(../images/learn-more-bg-left.jpg);
	height: 30px;
	width: 10px;
	float: left;
}

/* LEarn more button background -right rounded corners */
.learn-more-bg-right {
	background-image:url(../images/learn-more-bg-right.jpg);
	height: 30px;
	width: 10px;
	float: right;
}

/* LEarn more button background -center */
.learn-more-main {
	width: 70px;
	height: 28px;
	background-color: #e6e7eb;
	border-top: 1px solid #bcbbba;
	border-bottom: 1px solid #bcbbba;
	float: left;
}

/* LEarn more button href styling */
.learn-more-main a{
	color: #222222;
	text-decoration: none;
	line-height: 11px;
	padding-left: 17px;
}

.learn-more-main p{
	line-height: 12px;
}


/* LEarn more button href styling on hover */
.learn-more-main a:hover {
	text-decoration: underline;
}

/* Class that styles learn more buttons in  in featured services boxes */
.learn_more {
	width: 90px;
	height: 30px;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #222222;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	text-align: center;
}

/*Learn more button-text styling */
.learn-more-main p {
	margin: 0px;
	margin-top: 7px;
}

/****************/
/* MAINCONTENT */
/**************/

/* Top rounded corners of MainContent */
#maincontent-bg-top {
	width: 940px;
	height: 10px;
	background-image:url(../images/bg-maincontent-top.jpg);
	background-repeat: no-repeat;
}

/* Lower rounded corners of MainContent */
#maincontent-bg-bottom {
	width: 940px;
	height: 10px;
	background-image: url(../images/bg-maincontent-bottom.jpg);
	background-repeat: no-repeat;
}

/* Main viewport content, including sidebars */
#maincontent-main {
	border-left: 1px solid #bcbbba;
	border-right: 1px solid #bcbbba;
	background-color: #f5f5f5;
	height: auto;
	width: 938px;
	overflow: hidden;
}

#maincontent-main-coreno {
	padding-left: 20px;
	margin-right: 20px;
	padding-top: 5px;
}

/* maincontent without sidebars */
#maincontent-main-core {
	width: 570px;
	float:left;
	padding-left: 20px;
	margin-right: 20px;
	padding-top: 5px;
}

/* sidebar collumn */
#maincontent-main-sidebar {
	margin-top: 10px;
	width: 290px;
	margin-right: 20px;
	float: right;
	margin-left: 10px;
}

/* sidebar element */
.sidebar {
	margin-bottom: 20px;
	height: auto;
	width: 290px;
}

/* Top rounded corners of sidebar element */
.sidebar-bg-top {
	width: 290px;
	height: 10px;
	background-image:url(../images/bg-sidebar-top.jpg);
	background-repeat: no-repeat;
}

/* Bottom rounded corners of sidebar element */
.sidebar-bg-bottom {
	width: 290px;
	height: 10px;
	background-image: url(../images/bg-sidebar-bottom.jpg);
	background-repeat: no-repeat;
}


/* Sidebar element main section */
.sidebar-main {
	width: 288px;
	background-color: #ebecef;
	border-right: 1px solid #c8c7c6;
	border-left: 1px solid #c8c7c6;
	height: auto;
	padding-bottom: 10px;
}

/* Styling used for image which is used as a header of sidebar elemtn */
.img-sidebar-header {
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 8px;
}

/* Small image icons in quick contact sidebar */
.img-sidebar-contact {
	margin-left: 20px;
	float: left;
	margin-right: 20px;
}

/* Every single one line of contact info in quick contact sidebar */
.sidebar-contact-line {
	padding-bottom: 3px;
}

/*Contact info in quick contact sidebar */
.sidebar-contact-info {
	float: left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #222222;
	margin: 0px;
	margin-top: 0px;
	line-height: 16px;
}

/* General sidebar text */
.sidebar-text {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #222222;
	margin: 0px;
	margin-left: 20px;
	margin-top: 0px;
	line-height: 18px;
	text-align: justify;
	margin-right: 20px;
}

.contact-main-info {
	float: left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #222222;
	margin: 0px;
	margin-top: 0px;
	line-height: 16px;
	margin-top: 10px;
}

/* This class is used to style section name of every subpage, eg.: Services, Contact etc */
.section-name {
	color: #222222;
	margin: 0px;
	font-size: 21px;
	font-family:Tahoma, Geneva, sans-serif;
	padding-top: 0px;
}

/* This class is used to style subheaders , eg.: Service 1 , Service 2 */
.subheading {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #222222;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
}

/* Class used to style general text */
.general-text {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 18px;
	text-align: justify;
	
}

/***********/
/* FOOTER */
/*********/

/* toprounded corners footer */
#footer-bg-top {
	width: 940px;
	height: 10px;
	background-image:url(../images/footer-bg-top.jpg);
}

/* Main section of footer, 920 px wide */
#footer-main {
	width: 938px;
	border-left: 1px solid #bcbbba;
	border-right: 1px solid #bcbbba;
}

/* bottom rounded corners footer */
#footer-bg-bottom {
	height: 10px;
	width: 940px;;
	background-image:url(../images/footer-bg-bottom.jpg);
}

/* Footer text, left part */
.footer-text-left {
	margin: 0px;

	padding-left: 20px;
	color: #222222;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	float: left;
}

/* Footer text - right part */
.footer-text-right {
margin: 0px;

	padding-right: 20px;
	color: #222222;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	float: right;
}

/* Class used to style image on the left side of mainContent */
.main-image-left {
	padding: 5px;
	border: 1px solid #bcbbba;
	background-color: #e6e7eb;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}

/* Class used to style image on the left side of mainContent */
.main-image-right {
	padding: 5px;
	border: 1px solid #bcbbba;
	background-color: #e6e7eb;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}

/* Class used to style UL (used in service section */
.list {
	list-style: url(../images/list.gif);
	float: left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	font-weight: bold;
	margin: 0px;
	padding-left: 20px;
}

/* Class used to every single service (on services page) */
.service {
	border-bottom: 1px dotted #bcbbba;
	padding-bottom: 10px;
	margin-top: 10px;
}
/* Class used style image of team member) */
.icon-team {
	float: left;
}
/* Class used style description of team member) */
.data-team {
	float: left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	margin: 0px;
	margin-left: 10px;
}

/* This styles every data line in team member description */
.team-member-data-line {
	margin-bottom: 4px;
}

/* This is used to avoid borders and padding of whole contact form */
.contact-fieldset {
	border: none;
	padding: 0px;
}

/*Styling for labels in contact form */
.contact-label {
	font-family: Tahoma;
	color: #222222;
	font-size: 11px;
	float: left;
	padding-top: 4px;
	margin-right: 20px;
}

/*Styling for input fields in contact form */
.contact-input {
	float: left;
	border: 1px solid #222222;
	padding: 4px;
	width: 230px;
}

/* subject select in contact section */
.contact-select {
	float: left;
	padding: 2px;
}

/* message body text field in contact section */
.contact-body {
	float: left;
	padding: 5px;
	border: 1px solid #222222;
	font-family: Tahoma;
	font-size: 12px;
}

/* Contact submit button */
.contact-button {
	border: 1px solid #222222;
	margin-left: 93px;
	margin-top: 10px;
	padding: 5px;
	background-image:url(../images/bg-nav.jpg);
	background-repeat:repeat-x;
}

#contact-form {
	float: left;
}

#contact-maininfo {
	float: right;
}

.contact-form-all {
	margin-top: 10px;
}

/* class used to clear float */
.clear {
	clear: both;
}

.slide {
	width: 500px;
}

.sidebar ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 20px;
	padding: 0 0 12px;
	color:#222222;
	font-family:Tahoma,Geneva,sans-serif;
	font-size:11px;
	line-height:18px;
	text-align:justify;
}

.box {
	background:#EEEEEE none repeat scroll 0 0;
	border:1px solid #D4D4D4;
	color:#404040;
	margin:20px 0;
	padding:15px;
}


/*-------------impromptu---------- */
.cleanbluewarning .cleanblue{ background-color: #acb4c4; }
.cleanbluefade{ position: absolute; background-color: #aaaaaa; }
div.cleanblue{ font-family:Georgia,"Times New Roman",serif; position: absolute; background-color: #ffffff; width: 300px; font-size: 12px; text-align: left; border: solid 1px #213e80; }
div.cleanblue .cleanbluecontainer{  background-color: #ffffff; padding: 0px; font-weight: bold;  }
div.cleanblue .cleanblueclose{ background: url('images/th.jpg'); text-align: right; width: 90%; cursor: default; padding: 1px 15px; color: #ffffff; font-weight: bold; }
div.cleanblue .cleanbluemessage{ padding: 10px; line-height: 20px; font-size: 11px; color: #333333; }
div.cleanblue .cleanbluebuttons{ text-align: right; padding: 5px 0 5px 0; border: solid 1px #eeeeee; background-color: #f4f4f4; }
div.cleanblue button{ padding: 3px 10px; margin: 0 10px; background-color: #567ebb; border: solid 1px #f4f4f4; color: #ffffff; font-weight: bold; font-size: 12px; }
div.cleanblue button:hover{ border: solid 1px #d4d4d4; }


pre,code {
	background:#EEEEEE none repeat scroll 0 0;
	border:1px solid #DDDDDD;
	clear:both;
	font-family:Consolas,"Andale Mono",Courier,"Courier New",monospace;
	margin:0 0 1.81818em;
	overflow:auto;
	padding:0.81818em;
	font-size:1.3em;
	line-height:1.4em;
}

/* Galleria */ 
.galleria{list-style:none;width:650px}
.galleria li{display:block;width:80px;height:80px;overflow:hidden;float:left;margin:0 10px 10px 0}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
img.thumb {
	cursor:pointer;
	display:block;
	height:auto;
	left:auto;
	top:auto;
	width:auto;
	border: 1px solid #ccc;
	padding: 3px;
}
img.imagelogo {
	display:block;
	height:auto;
	left:auto;
	top:auto;
	width:auto;
	border: 1px solid #ccc;
	padding: 3px;
	margin: 10px 0;
}
* html .galleria li div span{width:400px} /* MSIE bug */

.listingextras
{
	margin: 5px 0 ;
	font-size:13px;
	text-align: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
}
.listingextras a {
	margin: 5px 0 ;
	font-family:Tahoma,Geneva,sans-serif;
	line-height:18px;
	text-align: center;
	padding: 5px;
	text-decoration: none;
}
.listingextras2 {
	border: 1px solid #F1F1F1;
	margin: 5px;
	padding: 5px;
}
.listingextras2 a {
	margin: 5px 0 ;
	font-size: 1em;
}
.favorites {
	background: url('../images/favorites.png') left top no-repeat;
	padding: 3px 0 2px 15px;
	margin-left: 10px;
	height: 16px;
}
.download {
	background: url('../images/download.png') left center no-repeat;
	padding: 3px 0 2px 15px;
	margin-left: 10px;
	height: 16px;
}
.printer {
	background: url('../images/printer.png') left top no-repeat;
	padding: 3px 0 2px 15px;
	margin-left: 10px;
	height: 16px;
}
.moreads {
	background: url('../images/moreads-seller.gif') left top no-repeat;
	padding: 3px 0 2px 15px;
	margin-left: 10px;
	height: 16px;
}
.goto {
	background: url('../images/home.png') left top no-repeat;
	padding: 3px 0 2px 15px;
	margin-left: 10px;
	height: 16px;
}
.demo {
	background: url('../images/demo.png') left top no-repeat;
	padding: 3px 0 2px 15px;
	margin-left: 10px;
	height: 16px;
}
.review {
	background: url('../images/review.png') left top no-repeat;
	padding: 3px 0 2px 15px;
	margin-left: 10px;
	height: 16px;
}
.rate {
	background: url('../images/rate.png') left top no-repeat;
	padding: 3px 0 2px 15px;
	margin-left: 10px;
	height: 16px;
}
.report {
	background: url('../images/report.png') left top no-repeat;
	padding: 3px 0 2px 15px;
	margin-left: 10px;
	height: 16px;
}
.help {
	background: url('../images/help.png') left top no-repeat;
	padding: 3px 0 2px 15px;
	margin-left: 10px;
	height: 16px;
}
.friendmail {
	background: url('../images/emailfriend.png') left top no-repeat;
	padding: 3px 0 2px 15px;
	margin-left: 10px;
	height: 16px;
}
.contact {
	background: url('../images/contact.gif') left top no-repeat;
	padding: 3px 0 2px 15px;
	margin-left: 10px;
	height: 16px;
}

#largeimage {
	width: 670px;
	max-height: 300px;
	overflow: auto;
}

#galleria img {
	background:white none repeat scroll 0 0;
	border:1px solid #DDDDDD;
	margin:3px 20px 0 0;
	padding:5px;
}



/* @group Reviews */

#reviews {
	padding: 10px 0 10px 0;
	font-size: 12px;
}
.commentlist {
	padding: 0;
	margin: 0 0 0 14px;
	list-style-type: none;
}

#main ul.commentlist {
	margin-left:0;
}

#main ul.commentlist li {
	list-style-type:none;
}
.commentlist li {
	margin-top: 16px;
	margin-left: 0px;
}

.before-comment {
	background: url(images/comment-top.jpg);
	width: 481px;
	height: 21px;
}

.commentlist .comment {
	margin: 0;
	font-size: 13px;
}

.comment-text {
	margin-left: 50px;
	margin-right: 10px;
	margin-top: 24px;
	font-size: 0.9em;
}

.comment-text * {
	margin-bottom: 0;
	padding-bottom: 0;
}

.after-comment {
	background: url(images/comment-bottom.jpg);
	width: 481px;
	height: 37px;
}
.comment {
	border-bottom: 1px solid #E0E0CB;
}
.avatar {

	display:block;
	float:left;
	margin:0 15px 5px 0;
	padding:1px;
}
.entry span.stars{
	position:relative;
	margin-bottom:1;
	padding: 0 5px 6px 5px;
	top:0;
	vertical-align:middle;
}
.note { padding: 0.76923em 10px; background: #ffffa0; border: 1px solid #d3d35d; 
	background-image:url(images/important.png);
	background-position:20px 50%;
	background-repeat:no-repeat;
	clear:both;
	margin:2em auto;
	min-height:40px;
	padding:15px 20px 15px 80px;
	text-align:justify;
	vertical-align:middle;
	color: #333;
}
.action img.rss { 
	display: inline;
	margin: 0;
}
.orderby {
	padding:1em;
	background-color:#FAFAFA;
	border:1px solid #CCCCCC;
	margin: 0 0 1em 0;
}
.orderby form{
	margin:-7px 0px 0 0px;
}
span.rss {
	color:#336699;
	display:block;
	font-size:12px;
	font-weight:bold;
	margin:-25px 15px 0 10px;
	padding:0 20px 0 0;
	text-align:right;
	text-decoration:none;
}
span.rss a {
	text-decoration: none;
}

/* FAQ */
.faq {
	border-bottom: 1px solid #ccc;
	margin: 0 0 10px 0;
	color: #333;
}
.faq p strong {
	color:#6D7F83;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}
/* @end */

/* Pagination
 * This class handles the appearence of the
 * previous and next section
 *
*/
.pageNav td { padding: 2px 4px 2px 4px; }
.pageNav a { text-decoration: none; }

.pagination{
	text-align: right;
	background-color: #7088b0;
	color: #333333;
}
.paginationNum{
	background-color: #FFFFFF;
	color: #333333;
}
.navigationBack{
	background-color: #809ac5;
	color: #FFFFFF;
	font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	padding: 3px 6px 3px 6px;
	white-space: nowrap;
}
.navigation{
	font: x-small verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
