/*  
Theme Name: Business-5
*/

/* General Rules */
body,
p, ul, ol, li, form,
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}

/*body {
	font-size: 62.5%; /* Resets 1em to 10px */
	/*font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: url(images/bg_body.gif);
	color: #333;
	text-align: center;
	padding-bottom: 15px;*/
	/*}*/
body {	
	background-color:#676767;
margin:0;
padding:0;
}


h1, h2, h3 {
	font-family: georgia,'times new roman',times,serif;
	}

h1 {
	font-size: 2.8em;
	text-align: left;
	padding: 8px 20px 0 20px;
	font-weight: normal;
	}
h1, h1 a:link, h1 a:visited {
	text-decoration: none;
	color: #000000;
	}

h1 a:hover, h1 a:active {
	text-decoration: none;
	color: #C30;
	}

.description {
	font-size: 1.2em;
	text-align: left;
	padding: 0 20px;
	color: #C30;
	}

h2 {
	font-size: 1.3em;
	}

h2.postdate {
	font-size: 1em;
	color: #666;
	padding: 15px 0 0 0;
	}

h2.posttitle {
	margin: 3px 0 0 0;
	}

h2.pagetitle {
	font-size: 1.5em;
	margin: 30px 0 0 0;
	
	color: #4D4D4D;
	}

#sidebar h2 {
	font-size: 1.2em;
	color: #066;
	margin: 5px 0 0;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #0474B4;
	}
a, h2 a:hover, h3 a:hover {
	color: #C30;
	text-decoration: none;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

h3 {
	font-size: 1.3em;
	margin: 30px 0 0;
	}

/* End General Rules*/

/* Begin Layout */
#page {
	margin: 20px auto;
	width: 942px;
	text-align: left;
	/*background: url(images/os_main.jpg) repeat-y;*/
	background-color:#FFFFFF;
	}

#main{
	float: left;
	width: 942px;
	}

#content {
	font-size: 1.2em;
	float: left;
	width: 400px;
	/*margin-left: 70px;*/
	display: inline;
	margin:0 0 20px 0;
	}
	
#contentcenter {
	font-size: 1.2em;
	float: left;
	width: 400px;
	margin-left: 70px;
	display: inline;
	}
/* Sliding Door technique by A List Apart */
#menu {
	float: left;
/*	width: 666px;
	font: bold italic 1.2em/normal georgia,'times new roman',times,serif;
*/	margin: 50px 0 0 470px;

	
	}
#menu ul {
	list-style: none;
	}

#menu li {
	margin-left:5px;
	color:#666666;
	float: left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	list-style: none;
	}



#menu a {
	float: left;
	display: block;
	padding: 4px 3px;
	text-decoration: none;
	color:#555555;
	}
    /* Commented Backslash Hack
	 hides rule from IE5-Mac \*/
    /* End IE5-Mac hack */

#menu a:hover {
color:#017CFF;
text-decoration:none;
}
.num{
	 margin-right:10px;
	 margin-top:20px;
	 float:right; 
	 text-align:right; 
	 color:#939594;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:11px;
}
.num span{
	color:#4FAAD9;
}
#header {
	height: 141px;
	width: 941px;
	float: left;
	background: url(images/header.jpg) no-repeat ;
	/*padding-bottom:5px;*/ 
	}
	
#header p {
	height: 240px;
	width: 941px;
	float: left;
	background: url(images/header.jpg) no-repeat 8px 0; 
	}


#sidebar {
	/*padding-left: 263px;*/
	margin: 0 2px 0 0px;
	outline:none;
	width:165px;
	background-color:#fcfdea;
	}

#footer {
	width: 942px;
	clear: both;
	color:#000000;
	background-color:#DBDBDB;
	height:26px;
	}

#footer p {
	padding: 5px 0 10px 0;
	text-align: center;
	}

.entry {
	/*padding: 15px 0 10px 0;*/
	line-height: 1.4;
	}

.entry p {
	padding: 0 0 1em 0;
	}

.post {
	padding: 0 0 25px 0;
	clear: both;
	}

.alt {
	background-color: #FFF5E5;
	padding: 10px;
	}

.navigation {
	display: block;
	text-align: center;
	margin: 10px;
	}

#sidebar {
	font: 12px 'Lucida Grande',verdana,arial,sans-serif;
	padding: 10px 0 0 10px;
	float:left; /*adjust this number depending on your sidebar's minimum height */
}

/* Calendar */
#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Calendar */

/* Begin Images */

img.centered {
	display: block;
	margin: 0 auto;
	}
	
img.floatright {
	padding: 4px;
	margin: 0 0 5px 10px;
	display: inline;
	float: right;
	}

img.floatleft {
	padding: 4px;
	margin: 0 10px 5px 0;
	display: inline;
	float: left
	}
/* End Images */

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}

/* Begin Lists */ 
.entry ul,
ul.commentdata,
ul.links {
	margin-left: 0px;
	padding: 0 0 1em 10px;
	list-style: none;
	}

ul.commentdata {
	padding: 0;
	}

.entry ul li,
ul.commentdata li,
ul.links ul li {
	background: url(images/os_entryarrow.gif) 0 3px no-repeat;
	padding: 0 0 0 14px;
	margin: 0 0 2px 0;
	list-style: none;
	}

ul.links h2 {
 	padding: 10px 0 5px 0;
 	}
 
.entry ol {
	padding: 0 0 1em 40px;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	font-family: georgia,'times new roman',times,serif;
	}

#sidebar a, #sidebar a:link {
	color: #066;
	outline:none;
	}

#sidebar a:visited {
	color: #0474b4;
	outline:none;
	}

#sidebar a:hover, #sidebar a:active {
	color: #999;
	outline:none;
	}

#sidebar ul, #sidebar ul ol {
	/*padding: 0 10px;*/
	}

#sidebar ul li {
	list-style: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px 8px;
	font-size: 1em;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 5px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 2px 0 0;
	background: url(images/os_sidearrow.gif) 0 3px no-repeat;
	padding: 0 0 0 14px;
	}

/* End Lists */

/* Begin Form */
#searchform {
	text-align: center;
	padding: 10px 0;
	}

#sidebar #searchform #s {
	width: 95px;
	padding: 1px;
	}

#sidebar #searchsubmit {
	padding: 0;
	}

.entry form {
	text-align:center;
	}

select {
	width: 185px;
	}

#commentform input {
	width: 170px;
	padding: 2px 0;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 98%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form */


/* Begin Comments*/
.commentlist {
	text-align: justify;
	margin: 0;
	padding: 0;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	line-height: 1.5;
	padding-left: 20px;
	margin: 5px 5px 5px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	}

.commentmetadata {
	display: block;
	margin: 0 20px;
	font-size: 0.9em;
	}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#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;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}
/* End Calendar */

/* Begin Miscellaneous */
acronym, abbr {
	cursor: help;
	border-bottom: 1px dashed #999;
	font-size: 0.9em;
	}

code {
	font: 1em 'courier new',courier,fixed,monospace;
	padding: 0 0 1em 0;
	}

small {
	font-size: 0.9em;
	line-height: 1.5;
	}

dl { padding: 0 15px; }
dt { font-weight: bold; }
dd { padding: 2px 0 6px 0; }

dl.about_list { padding: 0; line-height: 1.4 }
dl.about_list  dt { padding: 0; }
dl.about_list  dd { position:relative; left: 5em; top:-1.3em; margin: 0 0 -1em 0; padding: 0}

blockquote {
	margin: 0 30px 1em 10px;
	padding: 1em 5px 0 15px;
	border-left: 3px solid #C63;
	background: #FFF;
	}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.centered {
	text-align: center;
	}

a img {
	border: none;
	}

small, #sidebar, .nocomments, .postmetadata, blockquote, strike, .commentdata {
	color: #808080;
	}

a:hover {
	color: #066;
	}

input.tbinput {
	vertical-align: middle;
	width: 385px;
	color: #808080;
	font-size: 11px;
	border: 1px solid #CCC;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
/* End Miscellaneous */



/*New*/


#menu_foot {
	float: left;
	width: 900px;
/*	font: bold italic 1.2em/normal georgia,'times new roman',times,serif;
*/	
	
	}
#menu_foot ul {
	list-style: none;
	}

#menu_foot li {
	margin-left:20px;
	color:#666666;
	float: left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	list-style: none;
	}



#menu_foot a {
	float: left;
	display: block;
	padding: 4px 3px;
	text-decoration: none;
	color:#555555;
	}
    /* Commented Backslash Hack
	 hides rule from IE5-Mac \*/
    /* End IE5-Mac hack */

#menu_foot a:hover {
color:#017CFF;
text-decoration:none;
}


.content-header 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #4C4C4C;
	line-height:18px;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height:15px;
	text-align:justify;
	padding:4px 4px 4px 4px;
}

.content2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height:15px;
	text-align:left;
	padding:4px 20px 4px 20px;
	text-align:justify;
	}
	
.contaboutus {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height:15px;
	text-align:left;
	padding:4px 4px 4px 4px;
	text-align:justify;
	}

.contaboutus p {
	padding-bottom:10px;
}	
.content3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FFFFFF;
	line-height:15px;
	text-align:left;
	padding:4px 4px 4px 4px;
	background:#4d6d7c;
	}
.contentwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height:18px;
}

.sapcontent{
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:justify;
	padding:0px 4px 2px 4px;
	}
.para{
	padding-top:10px;
	}
	
.contheadings{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#243c77;
font-size:14px;
font-weight:bold;
padding:4px 10px 4px 10px;
}

.contheadingsabt{
font-family:Copperplate Gothic Bold;
color:#243c77;
font-size:16px;
padding:4px 4px 4px 10px;
/*background-image: url(images/backimg.gif);*/
height:30;
}

.contheadingsabt2{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#243c77;
font-size:14px;
font-weight:bold;
padding:4px 4px 4px 10px;
}
.contheadingsabt3{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#243c77;
font-size:13px;
font-weight:bold;
padding:4px 4px 4px 10px;
}
.arrowimg{
	padding-top:8px;
	padding-bottom:5px;
	}
.arrowimg2{
	padding-top:12px;
	padding-bottom:5px;
        padding-left:5px;
	}
#linkcat-3 h2{
	display:none;
}

#linkcat-3 li{
	display:inline;

}

.submit{
	font-family:Copperplate Gothic bold;
	/*background-image:url(images/submitbackimg.jpg);*/
	font-size:16px;
	/*font-weight:bolder;*/
	color:#253b75;
	text-decoration:none;
	}
.submit a:hover{
	font-family:Copperplate Gothic bold;
	/*background-image:url(images/submitbackimg.jpg);*/
	font-size:16px;
	/*font-weight:bolder;*/
	color:#FFFFFF;
	text-decoration:none;
	}
	
	
	/*Vertical menu starts*/
	#verticalmenu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
width: 180px;
padding: 0px;
margin: 0px;
}

#verticalmenu h1 {
display: block;
background-color:#658CCF;
font-size: 90%;
padding: 3px 0 5px 3px;
border: 1px solid #000000;
color: #ffffff;
text-align:center;
margin: 0px;
width:179px;
}

#verticalmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu ul li {
margin: 0px;
padding: 0px;
}
#verticalmenu ul li a {
font-size: 80%;
display: block;
border:1px dashed #658CCF;
border-bottom: 1px dashed #658CCF;
padding: 5px 0px 2px 4px;
text-decoration: none;
text-align:center;
color: #666666;
width:178px;
}

#verticalmenu ul li a:hover, #vertmenu ul li a:focus {
color: #000000;
font-weight:bold;
letter-spacing:1px;
}

#rightmenu li {
}
#rightmenu li a {
	/*display:block;*/
	padding:3px 8px;
	background:#d8c7a9;
	width:244px;
}
#rightmenu li a:hover {
	background:#dfd0b1;
}
#rightmenu ul a {
	text-decoration:none;
}

#sidebar3 {
-x-system-font:none;
float:right;
font-family:'Lucida Grande',verdana,arial,sans-serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
padding-bottom:0;
}

#sidebar3 {
margin:0 0 0 0;
padding-right:2px;
}

#sidebar2 {
-x-system-font:none;
float:right;
font-family:'Lucida Grande',verdana,arial,sans-serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
padding-bottom:0;
background-image:url(images/testmonials.gif);
background-position:top;
background-repeat:no-repeat;

}

#sidebar2 {
margin:0 0 0 0;
/*padding-right:3px;*/
width:280px;
padding:55px 0px 0 0px;
margin:0 0 20px 0;
}

#sidebar2 ul{list-style:none}{
}
#sidebar2 li{list-style:none}{
}
	/*Vertical menu ends*/
	
/*Change the Header Images starts here*/

.mainimage{
	height:278px;
	background-image:url(wp-content/themes/Business-5/flash/sterling-software.swf);
	background-repeat:no-repeat;
	background-position:top;
}
.mainimage1{
	height:380px;
	*height:235px;
	background-image:url(images/aboutimg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:29px;
	margin:-10 0 6px 0 ;
}
.mainimage2{
	height:380px;
	*height:235px;
	background-image:url(images/productsimg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:29px;
	margin:-10 0 6px 0 ;
}
.mainimage3{
	height:380px;
	*height:235px;
	background-image:url(images/servicesimg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:29px;
	margin:-10 0 6px 0 ;
}
.mainimage4{
	height:380px;
	*height:235px;
	background-image:url(images/industriesimg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:29px;
	margin:-10 0 6px 0 ;
}
.mainimage5{
	height:380px;
	*height:235px;
	background-image:url(images/careersimg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:29px;
	margin:-10 0 6px 0 ;
}
.mainimage6{
	height:380px;
	*height:235px;
	background-image:url(images/connectwithusimg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:29px;
	margin:-10 0 6px 0 ;
}
/*Change the Header Images closed*/

#yellowimg{
/*padding-top:3px;*/
}

#more {
	float: right;
	font-size:14px;
	/*width: 900px;*/
/*	font: bold italic 1.2em/normal georgia,'times new roman',times,serif;
*/	
	
	}
#more a:hover {
color:#017CFF;
text-decoration:none;
}

#downloadtext{
	padding-top:10px;
	font-family:Copperplate Gothic Bold;
	color:#243c77;
	
	}



/*add*/
.AdvancedText{
	padding:0px;
	margin:0 0 25px 0;
}

	
.AdvancedText p{
padding:0 10px 0 10px;}

.contaboutus2 {
color:#000000;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
line-height:15px;}

.txnormal{
color:#000000;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
line-height:15px;
text-align:justify;}