/* 
* GLOBAL RESET
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* END GLOBAL RESET */




/* CORE STYLES */
body {

	color:#000;
	background: #334960 url(images/bg.gif) repeat-y center top;
	font-family:'Trebuchet MS',Arial,sans-serif;
	font-size:83%;
	height:100%;
	line-height:1.5em;

}

a {
	color:#0869CF;
	font-weight:normal;
	text-decoration:none;
}

#header h1 {
	padding-top: 24px;
}

#header h1 a {
	display: block;
	width: 370px;
	height: 66px;
}

#header img {
	vertical-align: middle;
}

p.read-more {
	clear: both;
}
/* END CORE STYLE */




/* CONTAINERS */
#wrapper {
	width: 1000px;
	margin: auto;
	text-align: left;

}

#header {
	width: 1000px;
	height: 200px;
	background: transparent url('images/header.png') no-repeat 0 0;
	text-indent: -9999em;
}
#search_menu {

	position: fixed;
	left: 405px;
	top: 140px;



}

#content {
	width: 605px;
	float: left;

	padding: 2px;
}

#side1 {
	width: 190px;
	float: left;
}

#side2 {
	width: 188px;
	float: left;
	padding-left: 2px;

}

#head {
list-style-type: circle;
text-align: center;
}

#head li {
display: inline;
}
/* END CONTAINERS */





/* NAVIGATION */

/* END NAVIGATION */




/* FORMS */

/* END FORMS */





/* CONTENT */
#content a:hover {
	background:#0869CF;
	color:#FFFFFF;
	text-decoration:none;
}

#content a.thumblink:hover {
	background: #FFF;
	color: #FFF;
	text-decoration: none;
	padding: 0px;
}

#content h1 {
	color:#999999;
	font-size:19px;
	font-weight:bold;
	margin-bottom: 16px;
}

#content h2 {
	color:#999999;
	font-size:16px;
	font-weight:bold;
	margin-bottom: 5px;
}

#content ul {
	margin-bottom: 16px;
}

#content p {
	color:#242424;
	font-size:14px;
}

img.Thumbnail {
	background:#FFFFFF;
	border-color:#F1F1F1;
	border-style:solid;
	border-width:1px;
	margin-left:0px;
	margin-right:4px;
	padding:6px;
}

#side1 img.Thumbnail, #side2 img.Thumbnail {
	border-color: #000;
}

p.more-link {
	margin-top: 20px;
	float:left;
}

p.more-link a {
	font-size: 16px;
}
/* END CONTENT */





/* BROWSING TOP */
#browsing-top {
	background:#FFFFFF none repeat scroll 0%;
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	color:#333333;
	font-size:16px;
	height:20px;
	margin-bottom:12px;
	margin-top:22px;
	padding-bottom:4px;
	padding-left:10px;
	padding-top:4px;
}

#browsing-top a:hover {
	background: #FFF;
	text-decoration: underline;
	padding:0px;
}

.review_left {
	float: left;
	text-align: left;
}

.review_right {
	float: right;
	text-align: right;
}

.results_number {
	color: #DDD;
	font-size: 12px;
}
/* END BROWSING TOP */





/* SIDEBARS */
#side1, #side2 {
	background: #dedede;
}

#side1 h2, #side2 h2 {
	color:#3a9bff;
	font-size:15px;
	letter-spacing:1px;
    font-weight: bold;
	line-height:120%;
	margin-bottom: 1px;
}

#side1 ul, #side2 ul, #side1 form {
	margin-bottom: 16px;
}

#side2 li {
	width: 170px;
}

#side2 img.Thumbnail {
	margin: 0px;
}

#side2 span {
	padding-left: 8px;
}
/* END SIDEBARS */




/* FOOTER */
#footer {
	clear: both;
	padding-top: 30px;
	width: 604px;
	margin: auto;
}
/* END FOOTER */




/* ADSENSE */
.adsense {
	padding: 10px;
}




/* Pagination */
ul#pagination {
	border:0; 
	margin:0; 
	padding:0;
	clear: both;
	font-family: Verdana;
	padding-left: 2.4em;
	padding-top: 2em;
}

#pagination li{
	border:0; margin:0; padding:0;
	font-size:11px;
	list-style:none;
}

#pagination a{
	border:solid 1px #DDDDDD;
	margin-right:2px;
}

#pagination .previous-off,
#pagination .next-off {
	color:#666666;
	display:block;
	float:left;
	font-weight:bold;
	padding:3px 4px;
}

#pagination-flickr .next a,
#pagination-flickr .previous a {
	font-weight:bold;
	border:solid 1px #FFFFFF;
}

#pagination .active{
	color:#CCCCCC;
	font-weight:bold;
	display:block;
	float:left;
	padding:4px 6px;
}

#pagination a:link,
#pagination a:visited {
	color:#9B3950;
	display:block;
	float:left;
	padding:3px 6px;
	text-decoration:none;
}

#pagination a:hover{
	border:solid 1px #666666;
	color: #FFF;
}