/* Main */
BODY {
    margin: 0;
    padding: 0;
    background: #ffffff;
    font-family: arial /*trebuchet ms*/;
    font-size: 13px;
    line-height: 1.5em;
}
#top_strip {
    height: 32px;
    background: #ffffff url('../_i/top_strip.png') repeat-x;
}
#top_menu {
    width: 800px;
    margin: 0 auto;
    color:#eeeeee;
    font-size:10px;
    font-family: verdana;
    text-align: right;
    padding-right: 20px;
}
#top_menu a {
    color:#FFFFFF;
    font-weight: bold;
    text-decoration: none;
}
#header {
    height: 320px;
    background: #ffffff url('../_i/tlo.png') repeat-x;
}
#header_main {
    width: 800px;
    height: 305px;
    margin: 0 auto;
    background: url('../_i/main.png') repeat-x;
}
#left_side {
    width: 200px;
    float: left;    
}
#right_side {
    width: 600px;
    float: left;    
}
#right_side2 {
    width: 290px;
    padding-left:15px;
    padding-right:15px;
    float: left;    
    border: 1px solid #DDDDDD;
}
#left_side2 {
    width: 460px;
    margin-right:15px;
    float: left;    
}
#both_sides {
    width: 800px;
    clear:both;    
}
#main_content {
    width: 800px;
    margin: 0 auto;
}
#footer {
    background: url('../_i/footerbg.png') repeat-x;
    height: 120px;
	clear:both;
	padding:20px 0 20px 0;
	font-size:11px;
	color:#ffffff;
	background-color:#9e8a4b;
}
#footer h2 {
	font-size:12px;
	color:#ffffff;
	font-weight:normal;
}
#footer .service-col {
	width:140px;
	margin-right:10px;
	float:left;
	overflow:hidden;
	margin: 0 10px 25px 0;
}
#footer .service-col.last {
	margin-right:0px;
}
#footer .service-col a.aweb {
	color:#0072b9;
	font-weight:bold;
}
#footer .service-col .aprint {
	color:#009ee0;
	font-weight:bold;
}
#footer .service-col .amarketing {
	color:#9bbf2e;
	font-weight:bold;
}

#footer a {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#copyright {
	clear:both;
	text-align:center;
}

H1 {
    color: #c36223;
    font-size: 16px;
    font-weight: bold;
}
H2 {
    color: #c36223;
    font-size: 14px;
    font-weight: bold;
}
DIV {
    margin: 0;
    padding:0;
}
P {
	text-align: justify;
}
A {
    color: #000000;
    text-decoration: none;
}
IMG {
    border:0;
}
#container ul {
	margin:10px;
	padding:0 0 15px 0;
	list-style:none;
}
#container ul li {
	background-image:url('../_i/tick.png');
	background-repeat:no-repeat;
	background-position:2px 7px;
	padding: 4px 0 4px 25px;
}
#container ul li a {
    color: #c36223;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
#container ul li ul {
	padding-top:5px;
	padding-bottom:10px;
}

#container ul li ul li {
	background-image:url('../_i/tick-2.png');
	background-repeat:no-repeat;
	background-position:12px 7px;
	padding: 4px 0 4px 35px;
}

.fl { 
    float:left;
}
.fr { 
    float:right; 
}
.clr {
    clear:both;
}
.cntr {
    text-align: center;
}
.image {
    margin: 0 10px 0 10px;   
}
.image2 {
    margin: 20px 20px 20px 0;   
}.odst5 {
    padding: 5px;
}
.w100{
    width:100px;
}
.w500{
    width:500px;
}