
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/main_bg.png) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #787878;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
}
img {
	text-align:center
	}

#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header {
	width: 900px;
	height: 100px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 900px;
	height: 100px;
	margin: 0;
	background: #fff;
	color: #000;
}

#logo h1 {
  padding: 25px 0 0 12px;
  font-size: 32px;
  font-family: "arial black", arial, sans-serif;
  color: #0a0a0a;
}

#logo h1 em {
  color: #ed8b09;
  font-weight: bold;
  font-style: normal;
  position: relative;
}

#logo p {
	margin-top: -6px;
	padding-left: 25px;
	font-size: 11px;
	color: #000000;
} 

#logo p a {
	color: #000000;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #D01010;
}

/* Menu */

#menu {
	width: 900px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	height: 40px;
	padding-top: 10px;
	background: url(images/arrow.png) no-repeat left 16px;
}

#menu a {
	display: block;
	padding: 0px 17px;
	border: none;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

#menu a:hover, #menu .current_page_item a {
}

#menu .current_page_item a {
	font-weight:bold;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding-top: 30px;
}

/* Content */

#content {
	float: left;
	width: 635px;
}

.post {
	margin-bottom: 8px;
}

.post-bgtop {
}

.post-bgbtm {
}

.post .title {
	background: url(images/button.png) no-repeat left top;
	height: 25px;
	padding: 7px 0 0 35px;
	font-size: 12px;
	color: #000000;
}

.post .title a {
	color: #000000;
}

.main_c {
	padding: 10px 40px 15px 0;
	text-align: justify;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
}
#sidebar h1 {
  padding: 5px 0 25px 15px;
  font-size: 25px;
  font-family: "arial black", arial, sans-serif;
  color: #0a0a0a;
}

#sidebar h1 em {
  color: #ed8b09;
  font-weight: bold;
  font-style: normal;
  position: relative;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	margin-left: 15px;
	margin-right: 15px;
	border-bottom: 1px dashed #D2D4C9;
}

#sidebar li li span {
	display: block;
	padding: 0;
	font-size: 12px;
	font-style: italic;
}

#sidebar h2 {
	height: 25px;
	padding: 5px 0 0 35px;
	background: url(images/button.png) no-repeat left top;
	font-size: 12px;
	color: #000000;
}

#sidebar p {
	margin: 0 15px;
	padding: 20px 0px;
	text-align: justify;
}

#sidebar a {
	color: #000000;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
}  

/* CallMe */

#callme {
	padding: 0px 0px 40px 0px;
}	  

#telephonep {
}

.cmb { 
	font-size:12px; 
	color:#0a0a0a;
}
#callme form {
	margin: 0;
	padding: 12px 0px 0 0;
	background:#fff url(images/telephone.png) no-repeat 170px 15px;
}

#callme fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#callme input {
	font: 12px tahoma,arial, "Times New Roman", Times, serif;
	}

.scc {
	width: 220px;
	height: 18px;
	padding: 3px 0 0 5px;
	border: 1px solid #000000;
	color: #000000;
	background:transparent;
}

#callme-submit {
	height: 21px;
	width:125px;
	text-align:center;
	margin-left: 35px;
	padding: 0px 2px;
	border: 1px solid #ed8b09;
	background: #0a0a0a;
	color: #fff;
	font-weight:bold;
}



/* Footer */

#footer {
	width: 100%;
	background:#0a0a0a  url(images/footer.png) repeat-x;
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p.legal {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	padding-top:10px;
	padding-bottom:10px;
	
}
#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #fff;
} 

#img_l{
float:left; width:250px; height:250px;
}
#seo{
width:335px; text-align:left; float:right; padding-top:25px; height:250px;
}
#seo h2{
font-weight:bold; font-size:16px; text-align:left; line-height:12px;
} 

#portfolio {
	background:url(images/portfolio_bg.png) no-repeat;
	width:590px;
	height:203px;
	padding-bottom:15px;
	
}

#portfolio h2{
padding-top:10px;
color:#fff;
float:right;
text-align:left;
width:380px;
}
#portfolio p{
padding:5px 10px 0 10px;
color:#000;
float:right;
text-align:left;
width:370px;
}
#portfolioa {
	background:url(images/portfolio_bg_alternate.png) no-repeat;
	width:590px;
	height:203px;
	padding-bottom:15px;
	
}

#portfolioa h2{
padding-top:10px;
color:#fff;
float:right;
text-align:left;
width:380px;
}
#portfolioa p{
padding:5px 10px 0 10px;
color:#000;
float:right;
text-align:left;
width:370px;
}

.portfolio_img {
width:175px; 
height:131px;
padding:10px;
float:left;
} 

.portlink {
width:590px; 
text-align:center;
}  

#bus_card {
width:590px;
height:270px;
background:url(images/bus_c_Back.png) no-repeat;
}
#bus_card h2 em{
text-decoration:underline;
color:#253c6b;
font-style:none;
}
#bus_card h2{
color:#888a90;
text-decoration:none;
font-style:none;
padding: 10px 10px 10px 220px;
}
#bus_card span{
padding: 0px 0px 10px 220px;
color:#000;
font-weight:bold;
line-height:25px;
}
#bus_card p{
padding: 10px 10px 10px 10px;
}
#threepage {
width:590px;
height:270px;
background:url(images/3page.png) no-repeat;
}
#threepage h2 em{
text-decoration:underline;
color:#253c6b;
font-style:none;
}
#threepage h2{
color:#888a90;
text-decoration:none;
font-style:none;
padding: 10px 10px 10px 220px;
}
#threepage span{
padding: 0px 0px 10px 220px;
color:#000;
font-weight:bold;
line-height:25px;
}
#threepage p{
padding: 10px 10px 10px 10px;
}
#fivepage {
width:590px;
height:270px;
background:url(images/5page.png) no-repeat;
}
#fivepage h2 em{
text-decoration:underline;
color:#253c6b;
font-style:none;
}
#fivepage h2{
color:#888a90;
text-decoration:none;
font-style:none;
padding: 10px 10px 10px 220px;
}
#fivepage span{
padding: 0px 0px 10px 220px;
color:#000;
font-weight:bold;
line-height:25px;
}
#fivepage p{
padding: 10px 10px 10px 10px;
}

form {  
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 400px;
  max-width: 590px;
  width: 590px; 
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        
  margin: 0;
}

form fieldset legend {
	font-size:1.1em; 
}

form label { 
	display: block;  
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; 
	text-align: right; 
}

form fieldset label:first-letter { 
	text-decoration:underline;    
}

form input, form textarea {
	
	width:auto;      
	margin:5px 0 0 10px;
	}

form input#reset {
	margin-left:0px; 
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px;
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} 

form br {
	clear:left; 
}


.tel_l {font-size:18px; font-weight:bold; width:280px; float:left; text-align:right;}
.tel_r {font-size:18px; font-weight:bold; width:240px; float:right; text-align:left;padding-right:40px;}
.right {float:right; margin:2px 0 2px 10px;}
.cat_head{font-weight:bold; font-size:14px; color:#000;} 

