/*------------------------------------------------------------------------------
[Stylesheet of all website pages]
Project:	Interberry Solutions
Version:	2.0
--------------------------------------------------------------------------------*/
/*------------------Layout,Table of Contents------------------------------------- 
1. GLOBAL RESET
2. GLOBAL BASIC STYLING FOR COMMON HTML ELEMENTS
3. COMMON CSS CLASSES
4. GLOBAL LAYOUT
5. COMMON SITE HEADER
6. COMMON SITE FOOTER
7. COMMON CONTENT LAYOUT
---------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------
1. GLOBAL RESET
---------------------------------------------------------------------------------*/
* {
	margin:0px;
	padding:0px;
}
fieldset, img {
	border:0;
	padding:0px;
	margin:0px;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
a {
	outline:none;
	padding:0;
	margin:0;
	border:0;
	color:#05529a;
	text-decoration:underline;
}
a {
	text-decoration:underline;
}
input {
	outline:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3e3e3e;
	padding:2px;
}
textarea {
	outline:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3e3e3e;
	padding:2px;
}
select {
	outline:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#3e3e3e;
}
p {
	line-height:20px;
	color:#000000;
}
/*---------------------------------------------------------------------------------
2. GLOBAL BASIC STYLING FOR COMMON HTML ELEMENTS
---------------------------------------------------------------------------------*/
a {
	color:#05529a;
	text-decoration:underline;
}
a:hover {
	text-decoration:underline;
	
}
/*---------------------------------------------------------------------------------
3. COMMON CSS CLASSES
---------------------------------------------------------------------------------*/
html, body {
	height: 101%;
}
body {
	background-color:#3a3a36;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	height:101%;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
.clear {
	clear:both;
}
.jusify {
	text-align:left;
}
.blockinlne {
	display:inline-block;
}
.normaltext {
	font-size:12px;
	color:#555555;
	text-align:left;
}
.getcodelink a:hover {
	text-decoration:underline;
	color:#555555;
}
.getcodelink a:visited {
	color:#660066;
}
/*---------------------------------------------------------------------------------
4. GLOBAL LAYOUT
---------------------------------------------------------------------------------*/
#page_width {
	margin:0 auto;
	width:880px;
	overflow:hidden;
	padding:0px 61px;
	background-color:#FFF;
}
.content_width {
	margin:0 auto;
	width:880px;
}
/*---------------------------------------------------------------------------------
5. COMMON SITE HEADER
---------------------------------------------------------------------------------*/
#headeroutter {
	width:880px;
	overflow:hidden;
	margin-bottom:10px;
}
.header {
	width:880px;
	float:left;
	border-bottom:1px solid #000000;
}
.header .logo {
	float:left;
	width:280px;
	overflow:hidden;
	padding:0px 0 0 0;
	margin:0px;
}
.header .rightsect {
	width:550px;
	float:right;
	padding:18px 10px 0px 0px;
	color:#555555;
	line-height:20px;
	text-align:right;
}
#middle {
	width:880px;
	overflow:hidden;
	margin-bottom:10px;
	clear:both;
}
#footer {
	width:860px;
	height:120px;
	color:#000000;
	margin:0 auto;
	padding:10px 10px 0px 10px;
	line-height:20px;
	clear:both;
	background:url(../images/footer_bg.gif) no-repeat 0px 4px;
}
/*-----------------------------------------------------------------------------------
6. SITE MAIN NAVIGATION
-----------------------------------------------------------------------------------*/
#topnavouter {
	width:880px;
	height:35px;
	clear:both;
	border-bottom:2px solid #f29000;
	/*background:url(../images/navleft_bg.gif) no-repeat top left ;*/
}
.mainnav {
	/*background:url(../images/navright_bg.gif) top right no-repeat;*/
	width:404px;
	height:35px;
	float:right;
}
.mainnav ul {
	padding:0px;
	margin:0px;
}
.mainnav ul li {
	padding:0px;
	margin:0px;
	float:left;
	list-style:none;
}
.mainnav ul li a {
	padding:10px 20px 10px 20px;
	display:block;
	font-size:12px;
	color:#05529a;
}
.mainnav ul li a:hover {
	color:#05529a;
	text-decoration:underline;
}
.mainnav ul li a.selected {
	color:#000000;
	text-decoration:none;
}
.mainnav ul li a.reviews {
	background:url(../images/btn_reviewhiglight.jpg) repeat-x top left #307ab9;
	color:#FFFFFF;
	text-decoration:none;
}
.mainnav ul li.homeselected {
	padding:10px 30px 10px 30px;
	display:block;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}
.homebanner{
	background:url(../images/bannerbg_home.jpg) no-repeat top left;
	width:880px;
	height:222px;
	clear:both;
	border-bottom:1px solid #a2a2a2;
	padding:0px 0px 0px 0px;
	position:relative;
}
.homebanner h1 {
	font-size:20px;
	color:#020e28;
	line-height:24px;
	padding:0px;
	margin:0px;
	position:relative;
	top:180px;
	left:75px;
}
.homebanner h1 span {
	color:#020e28;/*0c5dae*/
}
.homebanner ul{
padding:0px;
margin:0px;
width:300px;
position:relative;
top:20px;
left:605px;
}
.homebanner li {
padding:0px;
margin:0px;
list-style:none;
}
.homebanner li a {
font-size:17px;
font-weight:normal;
text-decoration:none;
background:url(../images/blt_home.gif) no-repeat 0px 4px;
padding:0px 0px 8px 20px;
color:#05529a;
display:inline-block;
}
.homebanner li a:hover {
text-decoration:underline;
}
.homeleft {
	float:left;
	width:471px;
	overflow:hidden;
	margin:12px 0px;
}
html>body .homeleft {
	float:left;
	width:474px;
	overflow:hidden;
	margin:12px 0px;
}
.homeright {
	width:406px;
	overflow:hidden;
	margin:12px 0px;
}
.hometabouter {
	width:432px;
	overflow:hidden;
	margin:0px auto;
}
.tabmenu {
	width:432px;
	height:26px;
	clear:both;
}
.tabmenu ul {
	padding:0px;
	margin:0px;
}
.tabmenu li {
	float:left;
	list-style:none;
}
.tabmenu li a {
	float: left;
	display: inline;
	color:#FFFFFF;
	text-decoration: none;
	text-align:center;
	cursor:pointer;
	font-size:14px;
	font-weight:normal;
	margin-right:5px;
	height:26px;
	padding:0px 0px 0px 8px;
	background:url(../images/tabmenu_stillleft.jpg) no-repeat left top #6694e3; /*left tab image path*/
}
.tabmenu li a b {
	float: left;
	display: block;
	height:21px;
	padding:5px 8px 0px 0px;
	background:url(../images/tabmenu_stillright.jpg) no-repeat right top #6694e3; /*left tab image path*/
	font-weight:normal;
}
.tabmenu li.current a, .tabmenu li a:hover {
	color: #000000;
	background:url(../images/tabmenu_hoverleft.jpg) no-repeat left top #e3e3e3; /*left tab image path*/
	text-decoration: none;
	font-weight:normal;
}
.tabmenu li.current a b, .tabmenu li a:hover b {
	color: #000000;
	background: url(../images/tabmenu_hoverright.jpg) no-repeat right top #e3e3e3; /*right tab image path*/
	font-weight:normal;
}
.tablist {
	background:url(../images/bg_tablist.jpg) no-repeat bottom left;
	width:431px;
	overflow:hidden;
	margin-top:9px;
	padding-bottom:7px;
	clear:both;
}
.tablist .innertab {
	border-left:1px solid #c7c6bc;
	border-top:1px solid #c7c6bc;
	border-right:1px solid #c7c6bc;
	width:403px;
	padding:12px 12px 0px 12px;
	margin:0 auto;
	overflow:hidden;
}
.tablist .innertab h2 {
	font-size:14px;
	color:#c26903;
	font-weight:bold;
	margin-bottom:5px;
}
.tablist .innertab p
{
padding-bottom:4px;
}
.dottedbottomborder
{
/*border-bottom:1px dotted #c7c6bc;
*/padding-bottom:6px;
}
.testimonialimg {
	border:1px solid #c7c6bc;
	margin-bottom:16px;
}
.homeright h3 {
	font-size:12px;
	color:#000000;
}
.testimonialtext {
	font-size:12px;
	color:#FFFFFF;
	font-style:normal;
	line-height:19px;
	padding:0px 0px 10px 0px;
}
.font11 {
	font-size:11px;
	color:#FFFFFF;
}
.marginright20 {
	margin-right:20px;
}
.latestprojectimg {
	width:166px;
	height:92px;
	border:1px solid #c7c6bc;
	float:left;
	margin-right:15px;
}
.marginright14	{
    margin-right:14px;
}
#footer a {
	color:#05529a;
	padding:0px 8px;
}
/*------------ For Innerpages ------------*/
.innerbannercompany {
	background:url(../images/bannerbg_company.jpg) no-repeat top left;
	width:880px;
	height:166px;
	clear:both;
	padding:8px 0px 0px 0px;
}
.innerbannercompany h1 {
	font-size:17px;
	font-weight:bold;
	margin-bottom:6px;
}
.bannerreview {
 width:484px;
 overflow:hidden;
 text-decoration:none;
	background:url(../images/review_bottombg.gif) no-repeat bottom left #265384;
	}
.bannerreviewtop {
 width:464px;
	height:138px;
 text-decoration:none;
	background:url(../images/review_topbg.gif) no-repeat top left;
	padding:10px;
	position:relative;
	}
	.bannerreviewtop a {
	color:#FFFFFF;
	text-decoration:underline;
	}
	.bannerreviewtop h1 {
	font-size:17px;
	font-weight:bold;
	margin-bottom:6px;
	color:#FFFFFF;
}
	.bannerreviewtop p {
	color:#FFFFFF;
}
	/* PAGINATION BANNER SECTION */
.homerotatepanel	{
	position:absolute;
	top:125px;
	left:330px;
	width:160px;
	}
.homerotatepanel a, .homerotatepanel span {
	background:url(../images/review_rotate.gif) no-repeat top left;
	display: block;
	float: left;
	margin: 0 0px 0 0;
	padding: 1px 0px 0px 7px;
	width:13px;
	height:19px;
	text-decoration: none;
	color:#265384;
	font-size:10px;
	font-weight:normal;
	line-height:18px;
 }
.homerotatepanel a:hover {
	color: #265384;
 }
.homerotatepanel span {
	color: #9c9c9c;
 }
.homerotatepanel span.current {
	background:url(../images/review_rotateselect.gif) no-repeat top left;
	color: #c26903;
 }
.nextbg {
	background:url(../images/next_bg.gif) no-repeat top left !important;
	}
.prevbg {
	background:url(../images/prev_bg.gif) no-repeat top left !important;
	}
/* PAGINATION BANNER SECTION */
.breadcrumbs {
	clear:both;
	height:25px;
	width:auto;
	padding:4px 0px 0px 10px;
	margin-bottom:10px;
	background:url(../images/bread_bg.gif) no-repeat 0px 0px;
}
.middlelefttopbg {
	width:237px;
	height:280px;
	overflow:hidden;
	padding:9px 6px 9px 12px;
	background:url(../images/middleleft_topbg.gif) no-repeat top left;
}
.middleleft {
	width:255px;
	float:right;
	margin-left:10px;
	background:url(../images/middleleft_bottombg.gif) no-repeat bottom left #dad5be;
}
html>body .middleleft {
	width:255px;
	float:right;
	 margin-left:13px;
	*margin-left:10px;
}
.middleleft p {
	color:#222222;
}
.middleleft h3 {
	color:#222222;
	margin-bottom:8px;
	font-size:13px;
	padding:0px;
	font-weight:bold;
}
.detailbtn{
background:#f9f9f9;
border:1px solid #bbbbbb;
color:#000000;
text-decoration:none;
padding:3px 5px;
}
.marginright2 {
	margin-right:2px;
}
.marginright4 {
	margin-right:4px;
}
.marginright10 {
	margin-right:10px;
}
.margintop5 {
	margin-top:5px;
}
.margintop15 {
	margin-top:15px;
}
.margintop20 {
	margin-top:20px;
}
.marginbottom7 {
	margin-bottom:7px;
}
.marginbottom10 {
	margin-bottom:10px;
}
.marginbottom20 {
	margin-bottom:20px;
}
.commondiv {
	width:auto;
	overflow:hidden;
}
.catdiv {
	width:auto;
	overflow:hidden;
}
.catdiv a {
	color:#05529a;
	text-decoration:none;
}
.catdiv a:hover {
	text-decoration:underline;
}

.margintop5 {
	margin-top:0px;
}
html>body .margintop5 {
	margin-top:7px;
}
.quickcontact {
	width:auto;
	overflow:hidden;
}
.quickcontact p {
	line-height:0px;
	padding:0px;
	margin:0px;
}
.middleright {
	width:606px;
	overflow:hidden;
}
.middleright h1 {
	font-size:16px;
	color:#c26903;
	font-weight:bold;
	margin-bottom:10px;
}
.middleright h2 {
	font-size:12px;
	color:#c26903;
	font-weight:bold;
	margin-bottom:5px;
}
.middleright p {
	padding-bottom:20px;
}
.innerbannerdelivery {
	background:url(../images/bannerbg_delivery.jpg) no-repeat top left;
	width:880px;
	height:166px;
	clear:both;
	padding:8px 0px 0px 0px;
}
.innerbannerdelivery h1 {
	font-size:17px;
	font-weight:bold;
	margin-bottom:6px;
}
.innerbannerservices {
	background:url(../images/bannerbg_services.jpg) no-repeat top left;
	width:880px;
	height:166px;
	clear:both;
	padding:8px 0px 0px 0px;
}
.innerbannerservices h1 {
	font-size:17px;
	font-weight:bold;
	margin-bottom:6px;
}
.innerbannerprojects {
	background:url(../images/bannerbg_projects.jpg) no-repeat top left;
	width:880px;
	height:166px;
	clear:both;
	padding:8px 0px 0px 0px;
}
.innerbannerprojects h1 {
	font-size:17px;
	font-weight:bold;
	margin-bottom:6px;
}
.colorgrey {
	color:#555555;
}
.projectdesleft {
	width:400px;
	margin-right:5px;
	float:left;
}
html>body .projectdesleft {
	width:405px;
	margin-right:5px;
	float:left;
}
.projectdesright {
	width:150px;
	background:#FFFFFF;
	clear:both;
}
.innerdescription {
	width:150px;
	overflow:hidden;
	position:relative;
}
.innerdescription p {
	line-height:17px;
	padding:3px 0px 3px 0px;
}
.innerdescription .link10 {
	font-size:10px;
}
.arwdiv {
	width:40px;
	float:left;
	overflow:hidden;
	padding:3px 0px 0px 10px;
}
.projectlink {
	color:#05529a;
	font-weight:bold;
	text-decoration:underline;
	
}
.projectlink:hover {
	text-decoration:none;
}
.innerbannerpartner {
	background:url(../images/bannerbg_partner.jpg) no-repeat top left;
	width:880px;
	height:166px;
	clear:both;
	padding:8px 0px 0px 0px;
}
.innerbannerpartner h1 {
	font-size:17px;
	font-weight:bold;
	margin-bottom:6px;
}
.padleft5 {
	padding-left:5px;
}
.lightgreytable {
	color:#5a5858;
}
.lightgreytable2 {
	color:#353535;
}

.listdiv {
	width:auto;
	overflow:hidden;
}
.listdiv ul {
	padding:0px;
	margin:0px;
}
.listdiv ul li {
	margin:0px;
	padding:0px 0px 0px 20px;
	list-style:inside;
	line-height:22px;
}
.elanceicn {
	position:absolute;
	left: 287px;
	top: 204px;
}
.reviewcommonouter {
	width:auto;
	overflow:hidden;
}
.reviewinner {
	width:577px;
	overflow:hidden;
	background:url(../images/bg_reviewmiddle.jpg) repeat-y top left;
	margin:0px auto 30px auto;
	clear:both;
}
.reviewinner .top {
	width:577px;
	height:7px;
	background:url(../images/bg_reviewtop.jpg) no-repeat top left;
}
.reviewinner .bottom {
	width:533px;
	overflow:hidden;
	background:url(../images/bg_reviewbottom.jpg) no-repeat bottom left;
	padding:7px 22px 17px 22px;
	font-size:14px;
	line-height:20px;
}
.reviewinner p {
	padding:2px 0px;
}
.clientname {
	color:#f7921d;
	font-size:11px;
}
.pagination {
	width:auto;
	height:24px;
	margin-right:18px;
}
.pagination a {
	float:left;
	border:1px solid #2672b2;
	background:#FFFFFF;
	color:#105cb6;
	text-align:center;
	margin-right:1px;
	padding:2px 6px;
}
.pagination a:hover, .pagination a.selected {
	background:url(../images/bg_paginationhover.jpg) repeat-x top left #2b76b5;
	color:#FFFFFF;
	text-decoration:none;
}
.innerbannerreviews {
	background:url(../images/bannerbg_reviews.jpg) no-repeat top left;
	width:880px;
	height:166px;
	clear:both;
		padding:8px 0px 0px 0px;
}
.innerbannerreviews h1 {
	font-size:17px;
	font-weight:bold;
	margin-bottom:6px;
}
.error
{
color:#FF0000;
}
/*developer*/
#msg
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:red;
	text-align:center;
	 padding-bottom:5px;
}
.projectimg
{
width:609px;
height:225px;
border:1px solid #c5c7bc;
}