/* Imported from reset.css */
body *{line-height:1.22em;}
body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
img{border:0;}
ol,ul {list-style:none;}
em{font-style: italic;}
strong{font-weight: bold;}
/* End Imported from reset.css */

/* Main HTML Tags */
body {
	text-align: center;
	color: #333;
	background: #ffffff;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	border-bottom: 5px solid #137999;
	/*url('images/fs_footer.jpg') no-repeat bottom;*/
}

h2, h3, h4 {
	color: #333;
}

h2 {
	font-size: 30px;
	margin: 0px 0px 8px 0px;
	letter-spacing: -1px;
}

h3 {
	font-size: 18px;
	margin: 0px 0px 8px 0px;
}

h4 {
	font-size: 16px;
}

p {
	margin: 0px 0px 20px 0px;
	font-size: 13px;
	line-height: 20px;
}

p img {
	background: #fff;
	padding: 5px 30px 0px 0px;
	border: 0px solid #999;
	border-top: 0px solid #ccc;
	border-left: 0px solid #ccc;
}
p a:hover img {
	border: 0px solid #777;
	border-top: 0px solid #aaa;
	border-left: 0px solid #aaa;
}

a {
	color: #1D92B6;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
	color: #000;
    text-decoration: underline;
}
/* End Main HTML Tags */

/* Utility */
div.inner {
	width: 840px;
	margin: auto;
	text-align: left;
	padding: 0px 0px 0px 0px;
}
/* End Utility */

/* Header */
div#header {
	background: #3776bd url('images/header2.jpg') no-repeat top left;
	width: 100%;
	height: 250px;
}
/* End Header */

/* Navigation */
div#search {
	background: #002B4D;
	width: 100%;
	border-top: 3px solid #137999;
	border-bottom: 3px solid #137999;
	padding: 0px;
	height: 40px;
}

ul#navigation {
	height: 40px;
	float: right;
}

ul#navigation li {
	float: left;
	display: inline;
}

ul#navigation li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bolder;
	text-shadow: 1px 0px #2B4462;
}

ul#navigation li.active a {
	color: #BFDCFE;
}

ul#navigation li a:hover {
	color: #F8FF74;
}

.page_item {
  background-color: none;
  padding: 12px 12px 11px 12px;
  color:#000;
}

.current_page_item {
  background-color: #137999;
  padding: 12px 15px 11px 15px;
  color:#F8FF74;
}
/* End Navigation */

/* Main Content */
div#wrapper {
	text-align: center;
	width: 810px;
	padding: 20px;
	margin: auto;
	background: none;
	background-position: -60px 0px;
}
div#content {
	width: 500px;
	float: left;
	padding: 0 30px 0 0;
	text-align: left;
}

div.product {
margin: 65px 0px 0px 0px;
}

div.product-img {
float: left;
}

div.product-content {
float: left;
margin: 13px 0px 0px 15px;
width: 285px;
}

div.product-content h4 {
margin: 0px 0px 0px 15px;
font-weight: normal;
}

div.product-clear {
clear: both;
}
/* End Main Content */

/* Sidebar */
ul#sidebar {
	display: block;
	float: left;
	font-size: 13px;
	text-align: left;
	margin: 10px 0px 0px 30px;
	width: 231px;
}
ul#sidebar h2 {
	font-size: 18px;
	margin: 7px 0px 7px 0px;
}
ul#sidebar li {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
}

ul#sidebar li ul {
	border: 3px solid #137999;
	width: 170px;
}

ul#sidebar li ul li {
	background: #002B4D;
	font-size: 13px;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	width: 160px;
}

ul#sidebar li ul li.select {
	background: #137999;
}

ul#sidebar li ul li a{
	color: #fff;
}

ul#sidebar li ul li a:hover{
	color: #F8FF74;
	text-decoration: none;
}
/* End Sidebar */

/* Post */
div.post h3 {
	margin: 0px 0px 2px 0px;
}

div.post-title {
	margin: 0px 0px 10px 0px;
}

div.post-title h2 {
	margin: 0px 0px 0px 0px;
}

div.post-title h3 {
	color: #999;
	font-size: 14px;
}

div.post-title h3 a {
	color: #666;
	text-decoration: none;
}

div.post-title h3 a:hover {
	color: #444;
}

div.post-content ul, div.post-content ol {
	margin: 5px 0px 12px 24px;
	padding-left: 15px;
	list-style: square;
	font-size: 13px;
}

div.post-content ol {
	list-style: decimal;
}

div.post {
	padding: 0 0 10px;
	margin: 0 0 25px;
}

div.post-meta {
	display: block;
	padding: 15px 10px 0px 10px;
	font-size: 13px;
	background: #eaf3f9 url('../images/meta_top.gif') no-repeat top;
	color: #6f7f8a;
}

div.post-meta-cap {
	background: transparent url('/images/meta_bottom.gif') no-repeat bottom;
	height: 5px;
}

div.post-meta span {
	display: block;
	padding: 10px 0;
}

div.post-meta a {
	text-decoration: none;
}

div.post-meta a:hover {
	text-decoration: underline;
}
/* End Post */

/* Footer */
div#footer {
	clear: both;
	background: none;
	padding: 5px 5px 5px;
	display: block;
	width: 840px;
	margin: auto;
	border-right: 0px solid #242c34;
	border-left: 0px solid #242c34;
	text-align: left;
}
div#footer p {
	font-size: 12px;
	margin: 0 0 5px 20px;
	color: #002B4D;
}
div#footer a {
	color: #002B4D;
	text-decoration: none;
	font-weight: bold;
}
div#footer a:hover {
	color: #000;
}
div#footer p#blog-name {
	font-size: 12px;
	color: #002B4D;
}
/* End Footer */