@import url('./style-reset.css');
@import url('./style-common.css');


html { height: 100%; margin-bottom: 1px; }
body { margin: 0px; padding: 3px 0px 0px;  }
body, td, input, textarea,label, select {	color: #333333; font: normal 11px Verdana,Arial, sans-serif; }

ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input { margin: 0; padding: 0; list-style: none;}

h1, h2, h3, h4, h5, h6 {
	font-family: "Century Schoolbook", "Century", Georgia, "Times New Roman", serif;
	font-weight: normal;
}

div#body ul li {
	list-style: none;
}

div#page {
	width: 820px;
	margin: 0 auto;
	min-height: 300px;
	
}

/* HEADER
========================================== */
#header {
	width: 100%;
	margin: 0 auto;
	background-color: #F0F0F0;
}

 #header {
	position: relative;
	height: 57px;
	top: 0px;
}
  #header p { text-align: left; position: absolute; right: 0px; top: 0px; color: #777; }
   #header p a { color: #777; } #head p a:hover { color: #333; }
   

div#logo {
	position: absolute;
	top: 0px;
	display: block;
	height: 50px;
	width: 255px;
	background-image: url(images/logo.png);background-position: center;
	background-repeat: no-repeat;		
}

 #menu {
	background: url(images/menubg.gif) repeat-x;
	height: 33px;
	list-style: none;
	margin: 0px;
	text-align: center;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 24px;
}
  #menu li { float: left; height: 30px; font: bold 10px/30px Tahoma, Arial, sans-serif; background: url(images/separator.gif) 0% 100% no-repeat; }
  #menu li.f { background: url(images/separator.gif) 0px 6px no-repeat; }
  #menu li.s { background: none; }
   #menu li a { color: #ffffff; padding: 0px 20px; } #menu li a:hover, #menu li.over a { color: #000000; }

/* CONTENT
========================================== */
#content {
	clear: both;
	width: 100%;
	margin: 0 auto;
	
}

div.container {
	width: 820px;
	margin: 0 auto;
	height: 100%;
	overflow: auto;
	
}

div.small {
	width: 210px;
	float: left;
}

div.large {
	width: 610px;
	float: right;
}
div.full {
	width: 100%;
	float: left;
}
#content div.container.body .large {
	background-color: #fff;
	padding-top: 5px;
	padding-bottom: 10px;
}

/* MAIN SIDEBAR
========================================== */
#sidebar-1 {
	background-color: #F0F0F0;;
}
#sidebar-1 .sidebar:first-child,
#sidebar-1 .sidebar.first-child {
	background-color: #F0F0F0;
	border-bottom-color: #1F9FD4;
	border-bottom-style: dotted;
}
#sidebar-1 .sidebar {
	behavior: expression(this.firstChild.style.background = &quot;#7DCFE7&quot;);
}
#sidebar-1 .sidebar:first-child h3,
#sidebar-1 .sidebar.first-child h3 {
	color: #ffffff;
}

#content .sidebar {
	margin-left: 5px;
	
	clear: both;
	height: 100%;
	overflow: hidden;
	border-bottom: 1px dotted #DCC49A;
}

#content .sidebar a:link,
#content .sidebar a:visited {
	color: #375362;
	font-weight: normal;
}
#content .sidebar a:hover,
#content .sidebar a:active {
	color: #DA444F;
	text-decoration: none;
}

/*Custom sidebars*/
#content .sidebar.tiny {
	float: left;
	clear: none;
	margin-right: 0;
}
#content .sidebar.tiny ul {
	margin-right: 20px
}
   
#credits {   
background-color: #F0F0F0;
border-left:1px solid #F0F0F0;
border-right:1px solid #F0F0F0;
border-top:3px solid #0B3861;
border-bottom:3px solid #0B3861;
height:23px;
clear:both;
}

/* Shopping Cart Buttons
========================================== */
input.wpsc_buy_button {
	width: 115px;
	height: 33px;
}
input.make_purchase {
	width: 138px;
	height: 33px;
}

.post {
	padding: .1em 0 0 .8em;
	margin-top:0em;	
	margin-right:0em;	
	
	}
	
#comments {
	padding: .1em 0 0 .8em;
	margin-top:0.3em;
	border-top:1px solid #F0F0F0;
	}	

#content blockquote { padding: 3px 15px; background: #fffde5; margin: 5px 5px 5px 0px; color:#993300; border: solid 1px #f6f3d3;}
#content blockquote p { font-size: 11px; padding: 5px 0px; margin: 5px 0px; line-height: 15px;}

.sidebar h3 { text-align:left;margin: 0px; padding: 0px 0px 3px 10px; font: bold 11px Arial, sans-serif; color: #ffffff; background: #24619E;}

.banner {
	margin:0;padding:0;border-bottom: solid 1px #0B0B61;
}

.translator {
	margin-top:5px;
	border: solid 1px #4B8A08;
	padding-bottom:5px;
	padding-top:5px;
}

.translator h5 {
	color:#088A08;font-family: Comic Sans MS;font-weight: bold;
	border-bottom: solid 1px #088A08;	
	font-size:4;
}

.translator h6 {
	color:#ff0000;font-family: Comic Sans MS;font-weight: bold;
	text-decoration :underline;
}






