/* Innerpage bg */
body {
	background: url(../images/bg-inner.gif) repeat-x #FCFCFC;
}

/* Section name styling */
#section-name {
	height: 58px;
	padding-top: 0px;
	padding-bottom: 22px
/*	padding-top: 22px;*/
}

#section-name h1 {
	font-size: 28px;
	color: #fff;
}

/*Sidebar input styling (search)*/
#sidebar input {
	padding: 3px;
	border: 1px solid #d2d2d2;
	background-color: #f5f5f5;
	color: #888888;
	font-size: 12px;
	width: 205px;
	height: 16px;
	float: left;
}


#sidebar {
	float: left;
}


.divider-full {
	height: 1px;
	border: 1px dashed #cccccc;
	border-bottom: none;
	margin: 15px 0px;
}

#mainContent {
	float: right;
}

/* Styling for vaious similar elements on innerpages (blog, team, service etc) */
.service, .team-member, .blog-post {
	padding-top: 15px;
	border-top: 1px dashed #cccccc;
	margin-top: 20px;
}

.team-member, .blog-post {
	margin-top: 15px;
}

.service h2, .team-member h2, .blog-post h2 {
	margin-bottom: 10px;
	margin-top: 0px;
}

.service h3, .team-member h3, .blog-post h3, .blog-post .blog-post-readmore h3 {
	margin-top: 14px;
	margin-right: 30px;
}

.comments-no {
	float: right;
	background: url(../images/icon12.png) no-repeat;
	height: 37px;
	width: 48px;
	padding-top: 11px;
	color: #0a3872;
	text-align: center;
}
.blog-post-author-date p{
	color: #0a3872;
	margin-bottom: 10px;
	font-style: italic;
}



/* Contact form */

form {
	border: none;
}

fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}
/*.notification_error {
	border: 1px solid #ccc;
	height: auto;
	width: 590px;
	padding: 5px;
	background: #F8F0F1;
	text-align: left;
	font-size: 12px;
	text-indent:22px;
	margin: 20px 0px;
	line-height: 22px;
	background-image:url(../images/stop.png);
	background-position:center;
	background-repeat:no-repeat;
	background-position:5px;
}*/


.notification_error {
	border: 1px  #CC3300 solid;
	height: auto;
	width: 590px;
	padding: 5px;
	background: #F8F0F1;
	text-align: left;
	font-size: 12px;
	line-height: 22px;
	margin: 20px 0px;
	line-height: 22px;
}

.notification_error h4 {
float:left;
padding:3px 10px 0px 0px;
margin:0px;
}

.notification_error img {
float:left;
padding:4px 6px 0px 2px;
margin:0px;
}


.notification_ok {
	border: 1px #567397 solid;
	height: auto;
	width: 590px;
	padding: 5px;
	background: #f5f9fd;
	text-align: left;
	font-size: 12px;
	line-height: 22px;
	margin: 20px 0px;
	line-height: 22px;
}

.notification_ok h4 {
float:left;
padding:3px 10px 0px 0px;
margin:0px;
}

.notification_ok img {
float:left;
padding:4px 6px 0px 2px;
margin:0px;
}


.sysquestion {
	border: 1px  #FFCC00 solid;
	height: auto;
	width: 590px;
	padding: 5px;
	background:  #FFFFCC;
	text-align: left;
	font-size: 12px;
	line-height: 22px;
	margin: 20px 0px;
	line-height: 22px;
}

.sysquestion h4 {
float:left;
padding:3px 10px 0px 0px;
margin:0px;
}

.sysquestion img {
float:left;
padding:2px 6px 0px 2px;
margin:0px;
}

.info_fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}



.button, button {
	border: 1px solid #cccccc;
	background: #eeeded;
	color: #0a3872; 
	font-size: 12px;
	margin: 0px;
	padding: 5px;
}

/* Label */
label {
	width: 140px;
	font-size: 12px;
	color: #0a3872;
	font-weight: bold;
	line-height: 25px;
	margin-right: 15px;

}

/* Input, Textarea */
#mainContent input, textarea, select
{
	padding: 5px;
	border: 1px solid #cccccc; 
	color: #434141; 
	font-family: "Lucida Grande", Tahoma, Verdana;
	font-size: 12px;
	margin: 5px 0 5px 0px;
}

#mainContent .textbox {
	/*width: 163px;*/
	float:left;
}

#mainContent .textboxselect {
	width: 176px;
	float:left;
}


#mainContent .textbox2 {
/*	width: 250px;*/
/*	width: 163px;*/
	float:left;
}

#mainContent .textboxselect2 {
	width: 263px;
}

#mainContent .textbox3 {
	width: 70px;
	margin-left:5px;
}

#mainContent textarea {
	width: 423px;
	height: 67px;
}

/* Comments styling */
.add-comment {
border-bottom: 1px dashed #cccccc;
padding-bottom: 20px;
margin-bottom: 0px;
}
.add-comment input {
	width: 114px;
}

.add-comment label {
width: 80px;
}

.comment {
	border-bottom: 1px dashed #cccccc;
	height: 148px;
	margin-top: 15px;
	padding-bottom: 15px;
}

.comment p {
	color: #0a3872;
}

.comment .comment-date {
	color: #cccccc;
	float:right;
	font-style: italic;
}

/* Gallery styling */
.gallery-prev {
	float: left;
	margin: 0px;
}

.gallery-next {
	float: right;
	margin: 0px;
}

.gallery-item, .gallery-item-right {
	float: left;
	width: 170px;
	padding: 5px;
	border: 1px solid #cccccc;
	margin-right: 27px;
	margin-top: 10px;
	margin-bottom: 10px;
	
}

.gallery-item-right {
	float: right;
	margin-right: 0px;
}

/* Contact styling */
.contact {
	float: left;
}

.contact2 {
	float: left;
	margin-right:30px;
}

.message {
	float: left;
	margin-left: 30px;
}

.message2 {
	float: left;
	padding-left: 30px;
	border-left:#CCCCCC 1px solid;
}

.button {
	margin-top: 25px;
	float: right;
}

#mainContent .message textarea.textbox {
	width: 382px;
	height: 139px;
}

.forgot{
font-size:10px;
padding: 10px 0px 0px 0px;
}






/* Table styling */


#box-table-a
{

	font-family: "Lucida Grande", Tahoma, Verdana;
	font-size: 12px;
/*	margin: 45px;*/
	width: 520px;
	text-align: center;
	border-right: 2px solid #C1E0FF;
	border-left: 2px solid #C1E0FF;
	border-bottom: 2px solid #C1E0FF;
/*	border-collapse: collapse;*/
}
#box-table-a th
{
	font-size: 13px;
	font-weight: bold;
	padding: 8px;
	background:#0E5A8A;
	border-top: 2px solid #C1E0FF;
	border-bottom: 1px solid #fff;
	color:#CFF20B;
	text-align:center;
	border-right: 1px solid #fff;
}
#box-table-a td
{
	padding: 8px;
	background: #ECF5FF; 
	border-bottom: 1px solid #fff;
	color: #0a3872;
	border-top: 1px solid transparent;
	border-right: 1px solid #fff;
	text-align:center;
	font-weight:bold;
}
#box-table-a tr:hover td
{
	background: #FBFDFF;
	color: #0a3872;
}




#box-table-price
{

	font-family: "Lucida Grande", Tahoma, Verdana;
	font-size: 13px;
/*	margin: 45px;*/
	width: 100px;
	text-align: center;
/*	border-collapse: collapse;*/
}
#box-table-price th
{
	font-size: 13px;
	font-weight: bold;
	padding: 8px;
	background:#0E5A8A;
	border-top: 2px solid #C1E0FF;
	border-bottom: 2px solid #C1E0FF;
	border-left: 2px solid #C1E0FF;
	border-right: 2px solid #C1E0FF;
/*	border-bottom: 1px solid #fff;*/
	color:#CFF20B;
	text-align:center;
/*	border-right: 1px solid #fff;*/
}
#box-table-price td
{
	font-size: 14px;
	font-weight: bold;
	padding: 8px;
	background:#ECF5FF;
	border-top: 2px solid #C1E0FF;
	border-bottom: 2px solid #C1E0FF;
	border-left: 2px solid #C1E0FF;
	border-right: 2px solid #C1E0FF;
/*	border-bottom: 1px solid #fff;*/
	color:#0E5A8A;
	text-align:center;
}

#box-table-z
{

	font-family: "Lucida Grande", Tahoma, Verdana;
	font-size: 12px;
/*	margin: 45px;*/
	width: 600px;
	text-align: center;
	border-right: 2px solid #C1E0FF;
	border-left: 2px solid #C1E0FF;
	border-bottom: 2px solid #C1E0FF;
/*	border-collapse: collapse;*/
}
#box-table-z th
{
	font-size: 13px;
	font-weight: bold;
	padding: 8px;
	background:#0E5A8A;
	border-top: 2px solid #C1E0FF;
	border-bottom: 1px solid #fff;
	color:#CFF20B;
	text-align:center;
	border-right: 1px solid #fff;
}
#box-table-z td
{
	padding: 8px;
	background: #ECF5FF; 
	border-bottom: 1px solid #fff;
	color: #0a3872;
	border-top: 1px solid transparent;
	border-right: 1px solid #fff;
	text-align:center;
	font-weight:bold;
}
#box-table-z tr:hover td
{
	background: #FBFDFF;
	color: #0a3872;
}


#box-table-chica
{

	font-family: "Lucida Grande", Tahoma, Verdana;
	font-size: 11px;
/*	margin: 45px;*/
	width: 600px;
	text-align: center;
	border-right: 2px solid #C1E0FF;
	border-left: 2px solid #C1E0FF;
	border-bottom: 2px solid #C1E0FF;
/*	border-collapse: collapse;*/
}
#box-table-chica th
{
	font-size: 11px;
	font-weight: bold;
	padding: 8px;
	background:#0E5A8A;
	border-top: 2px solid #C1E0FF;
	border-bottom: 1px solid #fff;
	color:#CFF20B;
	text-align:center;
	border-right: 1px solid #fff;
}
#box-table-chica td
{
	padding: 8px;
	background: #ECF5FF; 
	border-bottom: 1px solid #fff;
	color: #0a3872;
	border-top: 1px solid transparent;
	border-right: 1px solid #fff;
	text-align:center;
	font-weight:normal;
}
#box-table-chica tr:hover td
{
	background: #FBFDFF;
	color: #0a3872;
}

