p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
span.small {
	font-size: 10px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

a {
	color:#004A83;
}

a:hover {
	color:#439DE3;
}

#top-nav {
	margin:0;
	padding:0;
	width:160px;
}

#top-nav ul, #top-nav ul li {
	margin:0;
	padding:0;
	list-style-type:none;
}

#top-nav ul {
	margin-top:3px;
	border-top:1px solid #000;
}

#top-nav ul li {
	height:30px;
	background:url(images/new-nav-button.jpg) 0 0 no-repeat;
}

#top-nav ul li.bottom {
	height:60px;
	background:url(images/new-nav-bottom.jpg) 0 0 no-repeat;
}

#top-nav ul li a {
	display:block;
	height:30px;
	padding:0 10px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	line-height:30px;
	background:url(images/new-nav-button.jpg) 0 0 no-repeat;
	margin:0;
}

#top-nav ul li a:hover {
	color:#a3160f;
	background-position:0 -30px;
}

#top-nav ul li a.twoline {
	padding-top:3px;
	height:27px;
	_height:30px;
	line-height:12px;
}

#top-nav ul li a.search-buy, #top-nav ul li a.search-buy:hover {
	padding-top:2px;
	height:28px;
	_height:30px;
	line-height:12px;
	color:#a3160f;
	background:url(images/new-nav-button-search.jpg) 0 0 no-repeat;
}

#dhtmlgoodies_menu{
	/*font-family:arial;*/	/* Font for main menu items */
	width:160px;	/* Width of main menu */
	margin:0;
	padding:0;
	outline:0;
	font-size:0;
	line-height:0;
	height:30px;
}

#dhtmlgoodies_menu a {
	margin:0;
	padding:0;
	outline:0;
	font-size:0;
	line-height:0;
}
#dhtmlgoodies_menu	li{	/* Main menu <li> */
	list-style-type:none;	/* No bullets */
	margin:0;	/* No margin - needed for Opera */
	padding:0;
}
#dhtmlgoodies_menu ul{
	margin:0;	/* No <ul> air */
	padding:0;	/* No <ul> air */
	list-style-type:none;
	border:0;
}
#dhtmlgoodies_menu ul li ul{	/* Styling for those who doesn't have javascript enabled */
	padding-left:0;
}

/*#dhtmlgoodies_menu	li a{	/* Main menu links */
	text-decoration:none;	/* No underline */
	color:#000;	/* Black text color */
	height:33px;	/* 20 pixel height */
	line-height:33px;	/* 20 pixel height */
	vertical-align:middle;	/* Align text in the middle */
	border:0;	/* Black border */
	background-color:#FAFAFA;	/* Light blue background color */
	margin:0;	/* A little bit of air */
	padding:0;	/* Air between border and text inside */
	display:block;
}*/

#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
	color:#FFF;
	background-color:#317082;
}
.dhtmlgoodies_subMenu{
	visibility:hidden;
	position:absolute;
	overflow:hidden;
	border:1px solid #000;
	background-color:#FAFAFA;
	font-family:arial;
	text-align:left;

}
.dhtmlgoodies_subMenu ul{
	margin:0px;
	padding:0px;
}
.dhtmlgoodies_subMenu ul li{
	list-style-type:none;
	font-size:11px;
	margin:0px;
	padding:0px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
}
.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
	white-space:nowrap;	/* No line break */
	text-decoration:none;	/* No underline */
	color:#000;	/* Black text color */

	height:24px;	/* 16 pixels height */
	line-height:24px;	/* 16 pixels height */
	padding:0 8px;	/* 1px of "air" inside */

	display:block;	/* Display as block - you shouldn't change this */
}
.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
	color:#FFF;	/* White text */
	background-color:#317082;	/* Blue background */
}

.viewbigger {
	text-align:center;
	width:215px;
	float:right;
	padding:2px 0;
	margin:0 5px;
}

.viewbigger2 {
	text-align:center;
	width:260px;
	float:right;
	padding:2px 0;
	margin:0 5px;
}

.imgright {
	float:right;
	margin:0 0 10px 10px;
}

#content {
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	line-height:14px;
	margin:0;
	padding:0;
}

#content h1 {
	font:bold 18px Arial, Helvetica, sans-serif;
	color:#990000;
	line-height:18px;
	margin:0;
	padding:0 0 14px;
}

#content h2 {
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#710808;
	line-height:16px;
	margin:0;
	padding:0;
}

#content p {
	margin:0;
	padding:0 0 14px;
	line-height:14px;
}

#content hr {
	width:98%;
	text-align:center;
	margin:0 auto 14px;
	_margin:-7px auto 7px;
	height:1px;
	border:none;
	color:#CCC;
	background:#ccc;
}

.testimonial {
	padding:15px 15px 0;
	background:#e1e1e1;
	border:1px dotted #ccc;
	margin-bottom:14px;
}

.testimonial p {
	margin:0;
	padding:0 0 14px;
}

.testimonial hr {
	width:98%;
	text-align:center;
	margin:0 auto 14px;
	_margin:-7px auto 7px;
	height:1px;
	border:none;
	color:#CCC;
	background:#ccc;
}

.testright {
	width:30%;
	_width:33%;
	float:right;
	margin:0 0 10px 10px;
}