body {
	margin: 0;
	padding: 0;
	color: #434343;
	font-family: Arial, Sans-serif;
	font-size: 13px;
	background-color: #454545;
	background-image: URL('images/bg.gif');
	background-repeat: repeat-x;
}

p {
	line-height: 18px;
}

a {
	color: #458AD5;
}

#wrapper {
	margin: 25px auto;
	width: 880px;
	padding-bottom: 20px;
}

#top {
	background-image: URL('images/bannertop.png');
	height: 19px;
}

#bordershadow {
	background-image: URL('images/border.png');
}

#container {
	margin: 0 auto;
	width: 860px;
}

#header {
	background-color: #478AD9;
	background-image: URL('images/bannerbg.png');
	height: 100px;
	border-bottom: 1px solid #256FC6; 
}

#headershadow {
	background-color: #EBEBEB;
	background-image: URL('images/bannershadow.gif');
	height: 25px;
	border-top: 1px solid #FFFFFF;
}

#contentcontainer {
	margin: 0 auto;
	background-color: #FFFFFF;
	min-height: 400px;
	padding: 10px 30px 20px 30px;
}

#contentleft {
	float: left;
	width: 530px;
}

#contentright {
	float: right; width: 240px;
}

#search { 
	text-align: center;
	padding: 13px;}

.contentwrappertop {
	background-image: URL('images/cb1.gif'); 
	background-color: #FFFFFF;
	height: 7px;
}

.contentwrappermiddle {
	background-image: URL('images/cb2.gif');
	background-repeat: repeat-x;
	border-left: 1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA; 
}

.contentwrapperbottom {
	background-image: URL('images/cb3.gif'); height: 7px;
}


.sidebarwrappertop {
	background-image: URL('images/sb1.gif');
	background-color: #FFFFFF;
	height: 7px;
}

.sidebarwrappermiddle {
	background-image: URL('images/cb2.gif');
	background-repeat: repeat-x;
	border-left: 1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA; 
}

.sidebarwrapperbottom {
	background-image: URL('images/sb3.gif');
	height: 7px;
}

.catindex {
	float: left;
	width: 220px;
	margin: 18px 0 0 45px;
	font-size: 17px;
}


#categorypath {
	padding: 2px 2px 2px 10px;
}

#categorypath a {
	color: #898989; 
}

#categorypath a:hover {
	text-decoration: none; 
}


#nav {
	height: 32px;
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav li {
	float: left;

}




#nav li a {
	-moz-border-radius: 5px;
	padding: 0 15px 0 15px;
	background-color: #2068BD;
	line-height: 32px;
	font-size: 12px;
	margin-left: 10px;
	color: #FFFFFF;
	font-weight:bold;
	text-align: left;
	text-decoration: none;
	display: block;
}

#nav li a:hover {
	background: #679DDE none repeat scroll 0 0;
	color:#FFF;
	
}

#bottom {
	background-image: URL('images/borderbottom.png'); height: 19px;
}

.clear {
	clear: both;
}

.input {
	padding: 5px;
	background: url(images/inputbg.gif) repeat-x left top #fff;
	border: 1px solid #ccc;
	color: #545454;
}


textarea {
	font-family: arial;
	font-size: 13px;
	margin: 0;
	padding: 5px;
	background: url(images/inputbg.gif) repeat-x left top #fff;
	border: 1px solid #ccc;
	overflow: auto;
	color: #545454;
}

.submit {
	width: auto;
	padding: 5px 20px;
	color: #fff;
	background: #444444;
	border: 1px solid #333;
}
