/*

www.url.com

Created By: 
www.url.com

*/

/*****************************************************
* Global
*****************************************************/

/** {
	padding: 0;
	margin: 0;
}*/

/*ul, li {
	list-style-type:disc; 
}*/
img {
	border: 0;
}
/*a {
	outline: none;
}*/
/*table, tr, td {
	border: 0;
	border-collapse: collapse;
	vertical-align: top;
}*/
.clear {
	position: relative;
	clear: both;
}
.hidden {
	display: none;
}
.float-l {
	float: left;
}
.float-r {
	float: right;
}
.align-l {
	text-align: left;
}
.align-r {
	text-align: right;
}
/*****************************************************
* Typography
*****************************************************/

body {
	font: normal 100% Verdana, Geneva, sans-serif;
}
strong, em, b, i, h1, h2, h3, h4, h5, h6, address {
	font-family: Verdana, Geneva, sans-serif;
}
p {
	font-size: 100%;
	color: #202723;
	line-height: 130%;
	padding-bottom: 15px;
}
h1 {
	color: #213121;
	font-size: 140%;
	padding-bottom: 15px;
}
h2 {
}
h3 {
}
#header p {
	padding: 10px;
	color: #fff;
}

/*****************************************************
* Links
*****************************************************/

/*a, a:visited {
	color: #288b51;
	text-decoration: none;
	border-bottom: 1px solid #107339;
}*/
/*a:hover {
	color: #044720;
	text-decoration: none;
	border-color: #044720;
}*/
#nav ul li {
	font-size: 80%;
	color: #fff;
	font-weight: bold;
	border: 0;
	height: 24px;
	display: block;
		text-decoration: none;
	padding: 10px 10px 0 10px;
}
#cont-l ul li {
	font-size: 80%;
	color: #fff;
	font-weight: bold;
	border: 0;
	width: auto;
	height: 28px;
	display: block;
	background: #213121;
	padding: 10px 0 0 15px;
	border-top: 1px solid #2c402c;
		text-decoration: none;
	border-bottom: 1px solid #172417;
}
#cont-l ul li {
	background: #374f37;
	border-bottom: 1px solid #1a281a;
		text-decoration: none;
}
/*#footer {
	border: 0;
}*/
#distributors ul li {
	font-size: 80%;
	border: 0;
	text-decoration: none;
}
#logo {
	width: 270px;
	height: 125px;
	display: block;
	border: 0;
}
/*****************************************************
* Layout
*****************************************************/

body {
	background: #e0cf40;
}
#wrap {
	width: 800px;
	margin: 0 auto;
}

header {
	background: url(../images/header.gif) no-repeat top left;
	height: 125px;

}
#nav {
	background: url(../images/nav-bg2.gif) repeat;
	height: 34px;
	border-top: 1px solid #2c402c;
	border-bottom: 1px solid #172417;
}
#content {
	background: url(../images/content-bg.gif) repeat-y top left;
}
#cont-l {
	float:left;
	width: 192px;
}
#cont-r {
	background: #fff;
	float:right;
	width: 588px;
	padding: 10px;
}
#welcome {
	background: url(../images/welcome.gif) no-repeat top left;
	width: 608px;
	height: 34px;
}
#footer {
	padding-top: 5px;
	height: 20px;
	text-align: right;
	font-size: 70%;
}
#distributors {
	margin-left: 20px;
	padding: 10px;
	border: 1px solid #e7e7e7;
	height: auto;
	width: 200px;
	text-align: right;
}
/*****************************************************
* Lists
*****************************************************/

#nav ul {
	float: right;
	padding-right: 20px;

}
#nav ul li {
	float: left;

}
cont-l ul li {
	width: auto;
	height: 30px;
	
}
ul.pstyle {
	font-size: 75%;
	color: #202723;
	padding: 0 0 20px 20px;
}
ul.pstyle li {
	list-style-type: disc;
}
