body {
	background:#EEEEEE none repeat scroll 0% 0%;
	color:#5A5A5A;
	font-family:arial,verdana,sans-serif;
	font-size:62.5%;
	line-height:1.5em;
	margin:0pt;
	padding:0pt;
}

h1 {
    background: url(img/logo.png) no-repeat;
    height: 40px;
    text-indent: -2000px
} 

h2 {
	color:#00ADEF;
    margin-left: 7px; 
    margin-top: 10px; 
    margin-bottom: 20px;
    line-height:1.4em;
}

h3 {
	color:#5A5A5A;
	font-size:9pt;
	font-weight:bold;
}

#shadow {
	background:transparent url(img/shadow.png) repeat-y scroll 0% 0%;
	margin:1pt auto;
	width:1005px;
	/*height:1000px;*/
	height:auto;
	padding: 0px 30px;
	margin-bottom:0px;	
}

#shadow_bottom {
	background:transparent url(img/shadow_bottom.png) no-repeat scroll 0% 0%;
	height:30px;
	margin:1pt auto;
	width:1005px;
	padding: 0px 30px;
	margin-top:0px;	
}

#tagline {
	font-size:14px;
    line-height:1.5em; 
    color:#5A5A5A;
    margin:0px;
}

#logo {
	margin: 10px 0px;
}


#search_input {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-topleft:5px;
	background:transparent url(img/magnify.png) no-repeat scroll 4px 6px;
	border-color:#999999;
	border-style:solid;
	border-width:1px 0px 1px 1px;
	color:#444444;
	float:left;
	font-size:12px;
	height:25px;
	padding:4px 0px 0px 20px;
	width:180px;
	margin:0px;
}

#search_button {
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topright:6px;
	background:transparent url(img/search_bg_gradient.png) repeat scroll 0% 0%;
	border:1px solid #004059;
	color:#FFFFFF;
	cursor:pointer;
	font-size:11px;
	height:25px;
	padding:0px 4px 2px;
	text-transform:uppercase;
}

#search_box {
	padding-top:30px;
}

#navigation {
	margin-top:20px;
}


.left_inactive {
	background:transparent url(img/left_side.png) no-repeat scroll 0% 0%;
	float:left;
	height:28px;
	width:4px;
	margin-left:15px;
}

.middle_inactive {
	background:transparent url(img/middle.png) repeat-x scroll 0% 0%;
	float:left;
	font-size:10pt;
	font-weight:bold;
	height:28px;
	line-height:28px;
	padding:0px 10px;

}

.middle_inactive a {
	color:#666666;
	text-decoration:none;
}

.right_inactive {
	background:transparent url(img/right_side.png) no-repeat scroll 0% 0%;
	float:left;
	height:28px;
	width:4px;
}

#blue_line {
	border-bottom:3px solid #f0efef;
}

#main {
	margin-top:20px;
    min-height:400px;
}

#sidebar {
	margin-top:20px;
}


#footer {
	margin:1pt auto;
	width:880px;
	padding: 20px 30px;
	margin-bottom:0px;
	color:#666666;
	text-align:right;
	font-size:12px;
}

.grey-no-underline {
    color:#5A5A5A;
	text-decoration:none;
}

.views {
    float:right; 
    padding-top:10px;
    padding-right:10px;
    font-weight:bolder;
    font-size:13px;
}

.ratings {
    width:220px;
    float:left; 
    padding-top:10px;
    font-weight:bolder;
    font-size:13px;
}

.numberofratings {
    width:120px;
    float:left; 
    padding-top:10px;
    font-weight:bolder;
    font-size:13px;
    margin-left:40px;
}

#rating_text {
    margin-left:20px;
}

#thank_you_rating {
    font-weight:bolder;
    font-size:13px;
}

.sorry {
	color:#5A5A5A;
	font-size:9pt;
	font-weight:bold;
    margin-left:7px;
    margin-top:30px;
}

#admin_navi {
	font-size:10pt;
	font-weight:bold;
	height:28px;
	line-height:28px;
	padding:20px 10px;
	color:#5A5A5A;
    background:white;
}

#admin_navi a {
    text-decoration:none;
	color:#5A5A5A;
}

#admin_body {
    padding-top:20px;
}

#similar {
    border:1px solid #CCCCCC;
    margin-top:5px;
    padding-left:7px;
    max-height:400px;
    overflow:auto;
}

#sidebar h2 {
	margin-bottom:0px;
}

#new_tags {
    font-size:12px;
}

#new_tags a {
    text-decoration:none;
    color:#5A5A5A;

}

#write_comment label {
    display:block;
    width:200px;
    float:left;
    font-size:1.5em;
    margin-top:15px;
}


