 /* new css structure */

html,body {
	margin:0px;
	padding:0px;
	color: #333;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-image: url(../images/semka_karate_bg.jpg);
	background-repeat: repeat-x;
} 

 
#pagewidth {
	width:985px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/acumen-accountants-site-repeat.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
} 
 
#header {
	height:13px;
	background-color:#FFFFFF;
	width:985px;
	margin: 0px;
	padding: 0px;
} 
 
#leftcol {
	width:190px;
	float:left;
	position:relative;
	color: #666;
	font-size: 15px;
	font-weight: bold;
	line-height: 16px;
}

#leftcol-indent {
	padding-left: 14px;
	padding-right: 14px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	}
#leftcol-indent p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}	
#leftcol-indent form {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}	
 
#twocols {
	width:795px;
	float:right;
	position:relative;
  }
 
#rightcol {
	width:304px;
	float:right;
	position:relative;
	text-align: left;

}
 
#maincol {
	float: left;
	position: relative;
	width:491px;
	padding-bottom: 20px;
 }
 

#footer {
	background-color:#FFFFFF;
	background-image: url(../images/acumen-accountants-technical-footer-bg.jpg);
	height: 36px;
	background-repeat: no-repeat;
	clear: both;
	padding-top: 26px;
	padding-left: 15px;
	width: 970px;
 } 
#footer p {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 13px;
	}

#footer p a {
	text-decoration: none;
	color: #333;
}

#footer p a:hover {
	color: #D97400;
	text-decoration: none;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	}
#footer li {
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#footer li a {
	color: #DC7003;
	text-decoration: none;
	}
#footer li a:hover {
	color: #000;
	}	

#maincol ul a {
	text-decoration: none;
	color: #D97400;
}
#maincol ul a:hover {
	text-decoration: none;
	color: #000000;
}

/* left column menu */

#leftcol ul {
	margin-left: 0px;
	padding-left: 14px;
	width: 150px;
	list-style-type: none;
	margin-top: 0px;
	padding-top: 0px;

}

#leftcol li {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	line-height: 16px;
	display: block;
	width: 150px;
	font-size: 15px;
	color: #D97400;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url(../images/dotted-divider.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#leftcol li a {
	text-decoration: none;
	color: #666666;
	width: 150px;
	display: block;
}

#leftcol li a:hover {
	color: #D97400;
	text-decoration: none;
	display: block;
	width: 150px;
}

/* text */

h1 {
	color: #D97400;
	margin: 0px;
	padding-top: 0px;
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
}
h2 {
	font-size: 16px;
	color: #DC7003;

}
h3 {
	color: #D97400;
	font-size: 14px;
	line-height: 22px;
}

h4 {
	color: #333;
	font-size: 14px;
	line-height: 22px;
}

p {
	line-height: normal;
}
	
p a {
	text-decoration: underline;
	color: #D97400;
}
p a:hover {
	color: #000;
	text-decoration: underline;
}
td a {
	text-decoration: none;
	color: #D97400;
}
td a:hover {
	text-decoration: underline;
	color: #000;
}

b, strong {
	font-weight: bold;
}
.orange {
	color: #D97400;
}


/* forms */

.textinput1 {
	width: 144px;
	color: #333333;
	border: 1px solid #D97400;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}
.go_button {
	margin: 0px;
	padding: 0px;
	background-color: #DC7003;
	border: 1px solid #DC7003;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}



/* images */

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
.left-text {
	float: left;
	width: 85px;
}


.slideshow {
	height: 636px;
	width: 304px;
	overflow: hidden;
}

.slideshow img {
	padding: 0px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

@media print{ 
/*hide the header, footer and left column when printing*/ 
#header{display:none;} 
#footer{display:none;}
#leftcol{display:none;}

/*hide the right column when printing*/ 
#rightcol{display:none;
} 
#maincol{width:100%; float:left;}

body{
	margin:0;
	padding:0;
	color: #333333;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

 
p,ul,li,td,h1,h2,b,strong,a {
	text-decoration: none;
	color: #000000;
}
a.content_link {
	text-decoration: none;
	color: #000000;
}

}
