/*##############################################*/

/*GENERAL*/

/*##############################################*/

body { 
	font: 12px/16px sans-serif, arial, helvetica, verdana; 
	color: #333; 
	margin: 0 0 0 150px; 
	padding: 0px;
	background: #fff;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #aaa;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #333;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	margin: 0px;
	padding: 0px;
	background:transparent;
	list-style-type: none;
	font-weight: bold;
	font-size:12px;
}
h3, p {
	margin: 0px;
	padding: 5px 0px 10px 0px;
}
p span {
	font-weight: bold;
}
a img {
	border:none;
}
a.current {
	color: #111;
}
/*##############################################*/

/*CONTAINER LAYOUT*/

/*##############################################*/


#container {
	padding: 0px;
	margin-right: auto;
	margin-top: 50px;
	width:785px;
	background: url(images/bg2.jpg) 5px 5px no-repeat transparent;
	border: 1px solid #000;
        float:left;
}	
	
	/* for Mozilla/Safari */
*>#container {
 min-height:510px;
}

/* for IE, with IE5/Mac backslash filter \*/
* html #container {
 height:510px;
}
/* end filter */


/*##############################################*/

/*MENU LAYOUT*/

/*##############################################*/

#logo a { 
	float:left;
	background: transparent;
	margin:5px 3px;
	display:block;
	height:54px;
	width:300px;
	 
	}
	
#menu {
	clear:both;
	padding:0;
	margin:0px 0px 0px 21px;
	color:#fff; 
	background: transparent;
	 
	height:20px
}
#menu a { 
	float:left;
	background: transparent;
	padding: 0px 12px 10px 12px;
	color:#fff;
	font-size: 14px;
	font-weight:900;
}
#menu a:hover {
	color: #666;
}

/*##############################################*/

/*FOOTER LAYOUT*/

/*##############################################*/

#footer {
	padding: 5px;
	margin-right: auto;
	margin-top: 3px;
	background:transparent;
	text-align:center;
	font-size: 11px;
	font-weight:100;
	width:785px;
        clear:both;
}
#footer a{
	font-size: 11px;
	font-weight:100;
}
#footer a.phno, a.email {
	margin-left:100px;
}

#next {
	color:#666;
	font-size:14px;
	padding: 0px 12px 12px 400px;
	 
	height:20px;
}
#next a:hover {
	color:#111;
}

/*##############################################*/

/*TEST LAYOUT*/

/*##############################################*/

#col01, #col02 {
	padding-top: 15px;
	margin: 0px;
	 
	background:transparent;
}
#col01 {
	width: 216px;
	padding-left:34px;
	float:left;
}
#col02 {
	width: 510px;
        margin: 0px  0px 0px 250px;

}
#col01 img {
	border: none;
	padding-top:35px;
}

#col02 img {
	border: none;
	padding:15px 0px;
}
#col01 ul, #col02 ul {
	padding: 0px 0px;
	background:transparent;
}
#col01 ul li, #col02 ul li{
	padding: 0px 0px 1px 0px;
	background:transparent;
}
#col01 ul li a{
	font-size: 11px;
	font-weight:900;
}
#col01 ul.small {
	padding-right:80px;
	padding-top:6px;

}
#col01 ul.small li{
	padding-bottom: 3px;
}
#col01 ul.small li a{
	font-size: 11px;
	font-weight:100;
}
#col01 p{
	padding-right: 40px ;
}
#col01 p.title {
	text-align: left;
	font-size: 13px;
	font-weight:900;
	padding: 0px 0px 4px 0px;
	background:transparent;
	color:#666;
}
#col01 p.titlesmall {
	text-align: left;
	font-size: 13px;
	font-weight:900;
	padding: 26px 0 0px 0px;
	background:transparent;
	color:#666;
}
