* {
	margin: 0;
	padding: 0;
}



body {
	background: #FFFFFF url(../images/img01_b.gif) repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
	width:100%;
}



h1, h2, h3 {
	color: #333333;
}



h1, h2 {
	margin-bottom: 10px;
	font-weight: normal;
}



h1 {
	font-size: 197%;
}



h2 {
	font-size: 152%;
}



h3 {
	font-size: 100%;
}



p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.8em;
}



ul, ol {
	margin-left: 3em;
}



blockquote {
	padding-left: 3em;
	background: url(../images/img08.gif) no-repeat;
	font-style: italic;
}



a:link {
	color: #1953A7;
}



a:active {
	color: #ED5C0C;
}


a:visited {
	color: #666666;
}



a:hover {
	text-decoration: none;
	color: #067600;
}



img {
	border: none;
}



img.left {
	float: left;
	margin: 0 20px 10px 0;
}



/* Menu */



#menu {
	width: 770px;
	height: 65px;
	margin: 0 auto 0 auto;
	border-right: 1px solid #EDEBD5;
}



#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}



#menu li {
	display: inline;
}



#menu a {
	display: block;
	float: left;
	width: 109px;
	height: 45px;
	padding: 20px 0 0 0;
	border-left: 1px solid #EDEBD5;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 144%;
	color: #BABABA;
	margin:0px;
}



#menu a:hover {
	background: #F7F7F4;
}



#menu .active a {
	background: #418AB9;
	color: #FFFFFF;
}



/* Header */



#header {
	width: 770px;
	height: 170px;
	margin: 10px auto 0 auto;	
	background: url(../images/logo3_b.png) no-repeat;
}



#header h1 {
	float: left;
	width: 220px;
	height: 100px;
	margin: 0;
	padding: 70px 0 0 0;
	text-align: center;
	font-size: 36px;
}



#header h2 {
	float: right;
	margin: 0;
	text-align: right;
}



#header a {
	text-transform: lowercase;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
	margin:0px;
}

#header p
{
	margin:0px;
	padding:0px;
}



/* Page */



#page {
	width: 770px;
	margin: 0 auto;
	padding: 20px 0;
}



/* Content */



#content {
	float: left;
	width: 550px;
	padding-top: 10px;
}


.post {
	margin-bottom: 20px;
	padding: 0 20px;
}



.hr {
	border-bottom: 1px solid #EDEBD5;
}



/* user Sidebar */

#user_content
{
	float: right;
	width: 550px;
	padding-top: 10px;
}


#user_sidebar
 {
	margin-top:10px;
	float: left;
	width: 210px;
	padding: 2px;
	background: url(../images/tall_bar_600.png) no-repeat right;
	font-weight: bold;
}

#user_sidebar h2 {
	display: block;
	width:200px;
	margin: 0;
	padding: 5px 15px;
	color: #FFFFFF;
	font-weight: bold;
	background:url(../images/bkg_menu.png) repeat-y;
}



#user_sidebar h3 {
	font-size: 85%;
	color: #666666;
}


#UserBarTitle 
{
	color: #666666;
	font-size: 110%;
	font-weight:bold;
	border-bottom:inset white 1px;
}

#UserBarTitle a:hover 
{
	background: url(../images/bt_over.png) repeat-x;
}

#UserBarTitle a
{
	background: url(../images/bt_std.png) repeat-x;
	font-size:36px;
}



#user_sidebar ul {
	margin: 0;
	list-style: none;
	float:left;
	margin-bottom:10px;
	border:#81B1D9 1px solid;
	background:url(../images/bkg_menu.png) repeat-y;
}



#user_sidebar li 
{
	display: inline;
}



#user_sidebar a 
{
	display: block;
	color: #FFFFFF;
	width:200px;
	height:30px;
	text-align:right;
	text-decoration: none;	
	padding: 0;
	font-size:110%;
	text-align:center;
}

#user_sidebar a:hover 
{
	background: url(../images/bt_over.png) repeat-x;
	color:white;
	font-weight:bold;
}


.user_bluebox h2 {
	/*background: #66FF66;*/
}



/* Sidebar */


#sidebar {
	margin-top:10px;
	float: right;
	width: 210px;
	padding: 2px;
	background: url(../images/tall_bar_600.png) no-repeat left;
}



#sidebar h2 {
	margin: 0;
	padding: 5px 15px;
	color:   #2A3F90;
	font-weight:bold;
	font-style:italic;
}



#sidebar h3 {
	font-size: 85%;
	color: #666666;
}



#sidebar ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}



#sidebar li {

}



#sidebar a {
	color: #666666;
	text-decoration:underline;
}



.bluebox {
	background: #FFFFFF;
}



.bluebox h2 {
	/*background: #66FF66;*/
}



#piedepagina {
	clear: both;
	height: 100px;
	padding: 25px 0;
	background: #EDEBD5 url(../images/img04.gif) repeat-x;
}


#piedepagina p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}


#piedepagina a {
	color: #666666;
}




/* SUBMENU BEGIN */
.submenu
{
	margin: 0px 0px 10px 0px;
	text-align: left;	
	padding: 0px;
	width:100%;
	height:32px;
	clear:both;
	background-image: url(../images/submenu_bar.png);
	background-repeat:repeat-x;
}

.submenu ul
{
	margin:0px;
	padding:0px;
	list-style:none;
	background-color: black;
}

.submenu li
{
	display: inline;	
}

.submenu li a
{
	display: block;
	width: 100px;
	height: 30px;
	background-image: url(../images/bar_bt_out.png);
	float:left;
	text-decoration:none;
	text-align:center;
	font-size:11px;
	overflow:hidden;
	color:white;
	cursor:pointer;
}

.submenu li a img
{
	margin:6px auto auto 15px; 
	float:left;
}

.submenu li a:hover
{
	color:white;
	cursor:pointer;
	background-image: url(../images/bar_bt_over.png);
}

.submenu li a:active
{
	color:white;
	cursor:pointer;
	background-image: url(../images/bar_bt_over.png);
}

/* SUBMENU END */





/* home boxes begin*/

.home_box
{
	width: 400px;
	height: 100px;
	background-repeat:no-repeat;
	margin-bottom:10px;
}

.home_box a,
.home_box a:hover,
.home_box a:visited
{
	text-decoration: none;
}

.home_box table
{
	margin:0px;
	padding:0px;
	width:390px;
	height:100%;
	text-align:left;
}


.home_feat_icon
{
	margin:0px;
	padding:0px;
	vertical-align:middle;
	width:100px;
	text-align:center;
}

.home_desc
{
	width:290px;
	height:100%;
	vertical-align:top;
	padding-top:10px;
	
}


.home_desc_p
{
	width:100%;
	vertical-align:middle;
	margin:0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

.home_title_p
{
	width:100%;
	height:auto;
	vertical-align:middle;
	margin:0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
}
/* home boxes end */






/* NOTES BEGIN*/

.table_notes
{
	width:100%;
	margin-bottom:15px;
	border-top: 1px lightgray solid;	
}

.note_title
{
	font-weight:bold;
	font-style:italic;
}

.note_text
{
}

.right_td
{
	width:200px;
	text-align: right;
	vertical-align: top;
}




.table_notes_single
{
	width:100%;
}

.table_notes_single p
{
	margin: 0px;
	padding:0px;
}

.note_title_single
{
	background-color: #EEEEEE;
	color: orange;
	font-weight:bold;
	font-style:italic;
	margin: 0px;
	padding:0px;
}

.note_title_single p
{
	padding-right:5px;
	padding-left:5px;
	padding-top:0px;
	padding-bottom:0px;
	color: orange;
	margin: 0px;	
}

.note_title_single input
{
	background-color: #EEEEEE;
	color: orange;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	border: 0px;
}

.note_text_single
{
	background-color: #EEEEEE;
	color: green;
	font-size:11px;
	
	padding-right:5px;
	padding-left:5px;
	padding-top:0px;
	padding-bottom:0px;	
}

.note_text_single textarea
{
	background-color:  #EEEEEE;
	color: green;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	border: 0px;	
}


.right_td_single
{
	width:200px;
	text-align: right;
	vertical-align: top;
}

.right_td_single div
{
	margin-left:10px; 
	text-align:left;
}

.note_spacer
{
	
}

.note_author_single
{
	border-top: 1px solid #C0C0C0;
	margin: 0px;
	padding: 0px;
}

.note_author_single p
{
	background-color: #EEEEEE;
	color: navy;
	font-size:12px;
	font-style:italic;
	margin: 0px;
	
	padding-right:5px;
	padding-left:5px;
	padding-top:0px;
	padding-bottom:0px;
}

/* NOTES END */


/* NEW_ITEMS_ADVISOR BEGIN */
.new_items_advisor
{
	margin: 0px;
	background-color:#FFCC33;
	border:#FF9900 1px solid;
	width:100%;
	height:20px;
	vertical-align:middle;
}

.new_items_advisor a,
.new_items_advisor a:visited,
.new_items_advisor a:hover
{
	margin-left:5px;
	font-size:11px;
	float:left;
	color:#000000;
	text-decoration: none;
}

/* NEW_ITEMS_ADVISOR END */



.fisheye
{
	text-align: right;
	height: 50px;
	position: relative;
	width:350px;
	float:right;
	margin-top:35px;
}



a.fisheyeItem
{
	text-align: center;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	width: 40px;
	position: absolute;
	display: block;
	top: 0;
}



.fisheyeItem img
{
	border: none;
	margin: 0px auto 5px auto;
	width:100%;
}


.fisheyeItem span
{
	display: none;
	positon: absolute;
	font-family:tahoma;
	font-size:12pt;
	color: blue;
	font-weight:bold;
}


.fisheyeContainter
{
	height: 50px;
	width: 200px;
	left: 498px;
	position: absolute;
	top: -1px;
}
