/* Layout ******************/
html {
	/*height:100%;*/
	/*background-color: #ccc;*/
}
body {
	font-family: Arial,Tahoma,Verdana,sans-serif;
	font-size: 10pt;
	color: #000;
	padding: 10px;
	margin: 15px auto;
	
	background-color: #fff;
	border: 2px solid #999999;
	width: 900px;
	
	/*height:auto !important;
	height:100%;
	min-height:100%;*/
	/*position:relative;*/
}
* html body {
	font-size: small;
}

/*#central {
	float:left; width: 75%;
	padding: 5px;
}
#rightcol {
	float:right; width:25%;
	padding: 5px;
}*/

#main {
	/*padding: 10px;*/
	/*font-size: 9pt;*/
	clear: both;
}
#main td {
	font-size: 9pt;
}
#main p {
	font-size: 9pt;
}
/** html #main td {
	font-size: 100%;
}
* html #main td  {
	font-size: 100%;
}*/

#topmenu {
	padding: 0;
	clear: both;
	/*height: 20px;*/
	/*background-color: #E96B30;*/
	/*margin: 5px;*/
	text-align: center;
}

#header {
	/*height: 80px;*/
	/*padding: 10px;*/
	/*background: transparent url(Images/topbanner.jpg) repeat-x left top;*/
}
#logo {
	float: left;
	width: 200px;
}
#logo img {
	border: 0;
}

#slogan2 {
	float:right; 
	width: 350px;
	padding: 5px;
	/*color: #f00;
	font-size: 0.9em;
	font-weight: bold;*/
	text-align: center;
}

#slogan1 {
	float:left; 
	width: 300px;
	padding: 5px;
	text-align: center;
}

#ads {
	float: right;
	width: 210px;
	min-height: 500px;
}
#ads p {
	padding: 0; margin: 0;
}
#ads img {
	padding: 10px;
}

/*#cntrl {
	float: left;
	width: 997px;
	padding-left: 10px;
}*/

#footer {
	/*clear: both;*/
	/*height: 120px;
	margin: 0 10px;*/
	border-top: 1px solid #999999;
}

/*#rightcol {
	float: right;
	width: 200px;
}*/

/* BREADCRUMBS --------------------------- */
#breadcrumbs {
	float: left;
	/*width: 770px;*/
	color: #676767;
	font-size: 80%;
	font-weight: bold;
	padding: 3px 10px 3px 3px;
	/*background: #F4E3AA url(Images/bread_bg.gif) repeat-x left center;*/
}
#breadcrumbs a {
	color: #6699CC;
	font-weight: normal;
	background: transparent url(Images/path_separator.gif) no-repeat center right;
	text-decoration: none;
	padding-right: 10px;
}
#breadcrumbs a:hover {
	color: #FB818C;
	text-decoration: underline;
}

/*.crumbstart {
	background: transparent url(Images/bread_start.gif) no-repeat right center;
	padding-right: 10px;
	margin-right: 5px;
	font-weight: bold;
	color: #330000;
}
.crumbinner {
	background-color: #F4E3AA;
	padding: 0 10px 0 15px;
}
*/
/* Fonts and colors *******************/
a {
	color: #6699CC;
	text-decoration: none; 
}
a:hover {
	color: #FB818C;
	text-decoration: underline; 
}

/* classes ******************/
h1 {
	clear: both;
	font-size:130%; 
	color: #666666;
}
h2 {
	font-size:120%; font-weight: bold;
}
h3 {
	font-size:110%; font-weight: bold;
	color: #000;
}
h4 {
	font-size:100%; font-weight: bold;
	color: #000;
}

#edtUrl {
	display: none;
}

.price {
	font-weight: bold;
	color: #ff0000;
}
.frmedit {
	width: 150px;
}

.pager a {
	margin: 0 5px;
}
.pager strong {
	margin: 0 5px;
}