/* CONTAINER */

* { margin:0px 0 0 0; padding:0;}

#container {
	width: 760px;
	margin: 10px auto;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	font-size: 12px;
	line-height: 1.6em;
	color: #666;
	background-color: #FFF;
}
		
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 32px;
	color: #CC6633;
	background-color: #FFF;
}
		
h2 {
	color: #666666;
	font-size: 14px;
	font-family: Arial;
	background-color: #FFF;
	margin: 0 0 10px 0;
}
		
a {
	color:#CC6714;
	text-decoration: none;
}

a:hover {
	color:#CC6714;
	background-color: #F5F5F5;
}

		
form {
	float:right;
	margin-top: -45px;
	font-size: 9px;
}
		
input {
	background-color: #FFF;
	color: #999999;
	border: 1px solid #CCC;
	font-size: 11px;
	padding: 3px;
}
		
.button {
	padding: 2px;
}
		
#header {
	border-bottom: 3px solid #948979;
	width: 750px;
	height: 93px;
	padding: 0 0 0 0;
	/*clear: both;*/
	margin-bottom: 40px;
	/*border: 1px solid green;*/
	background: #000000 url(../images/top.jpg) no-repeat;
}

#header h1{
	padding-bottom: 0px;
}
		
#header p {
	margin-top: -98px;
	margin-bottom: 20px;
	margin-left: 30px;
	color: #999999;
	text-align: right;
	font-size: 12px;
}


#navigationStd ul {
	margin: 0 0 50px 0;
	padding: 0 0 0 0;
	list-style-type: none;			
	float: left;
	width: 140px;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	font-size: 11px;
}
		
#navigationStd a {
	display: block;
	padding: 5px;
	width: 140px;
	border-bottom: 1px solid #CCC;
	/*background-color: #F5F5F5;*/
}

#navigationStd a:link, #navlist a:visited {
	color:#CC6714;
	text-decoration: none;
}
		
#navigationStd a:hover {
	background: #000000 url(../images/arrow.gif) 96% 50% no-repeat;
	background-color: #F5F5F5;
	color:#CC6714;
}
		
#navigationStd .active a {
	background: #ffffff url(../images/arrow.gif) 96% 50% no-repeat;
	/*background-color: #EAEAEA;*/
}

#navigationStd .active a:hover {
	background: #ffffff url(../images/arrow.gif) 96% 50% no-repeat;
	/*background-color: #EAEAEA;*/
}

#navigationStd p {
	margin-top: 40px;
	padding: 5px;
	border-bottom: 1px dotted #CCC;
	border-top: 1px dotted #CCC;
}
		
#contentNews {
	width: 575px;
	margin-left: 180px;
	margin-right: 0px;
}
	
#contentNews p {
	padding-bottom: 10px;
}
		
#contentStd {
	width: 360px;
	margin-left: 180px;
	margin-right: 10px;
}
	
#contentStd p {
	padding-bottom: 10px;
}
		
#contentMain {
	float: right;
	width: 550px;
	margin: 0 0 0 0px;
	letter-spacing: 1px;
}
	
#contentMain p {
	margin: 0 0 15px 0;
	text-align: justify;
}


#contentMain #payment {
	margin: 90px 200px 15px 0;

}		



#contentMain #services01 {
	float: left;
	width: 210px;
}

#contentMain #services01 ul {
	list-style-position: outside;
	margin: 0 0 10px 0px;
}

#contentMain #services01 ul li {
	list-style-type: disc;
	margin: 0 0 0 15px;
	padding: 0 0 0 0px;
}



#contentMain #services02 {
	margin: 0 0 0 333px;
	width: 210px;
}

#contentMain #services02 ul {
	list-style-position: outside;
	margin: 0 0 10px 0px;
}

#contentMain #services02 ul li {
	list-style-type: disc;
	margin: 0 0 0 15px;
	padding: 0 0 0 0px;
}		








		
#sidebar {
	float: right;
	width: 175px;
}
		
#sidebar p {
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
}
		
#sidebar p a{
	text-decoration: none;
}
	
#footer {
	clear: both;
	background-color: #E5E4E4;
	padding: 0px 5px 0px 5px;
	margin: 0 0 20px 0;
	letter-spacing: 1px;
}
		
#footer p {
	color: #00000;
	text-align: left;
}

#footerLeft {
	color: #00000;
	text-align: left;
}

#footerRight {
	color: #00000;
	float: right;
}

#footer p a {
	color: #89817f;
	border-bottom: 1px dotted #89817f;
}
		
#footer p a:hover {
	color: #FFFFFF;
	background-color:#575352;
}
		
#whyUs {
	margin: 0 0 50px 0;
	padding: 0 0 0 0;
	border: 0px solid #cccccc;
	text-align: justify;
}

#whyUs ul {
	list-style-position: outside;
	margin: 0 0 10px 0px;
}

#whyUs ul li {
	list-style-type: disc;
	margin: 0 0 0 15px;
	padding: 0 0 0 0px;
}

