@charset "utf-8";
/* 
Last Modified: September 24th, 2007
(c) Copyright 2007 Ayan Ray. All Rights Reserved.
Credits: DynamicDrive's CSS Library, Adobe Dreamweaver CS3 Layouts
*/
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	min-width: 400px;
}
img { 
	border: 0px; 
}
a,a:visited {
	color: #990066;
} 
a:hover {
	color: #58BBEB;
	text-decoration: none;
}
.default #container {
	width: 100%;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
.default #container #alertMessage {
	width: 900px;
	padding: 10px;
	border: 1px dotted;
	margin: 10px auto;
	background: #ccc;
	font-size: 14px;
	color: #cc0000;
}
.default #preheader {
	width: 100%;
	height: 12px;
	background: #666 url(/img/prehead_bg.gif);
	clear: both;
}
.default #header {
	position: relative;
	background: #FFF url(/img/logo_bg.gif); 
	text-align: center;
	height: 154px;
	clear: both;
	width: 1000px;
	margin: 0 auto;
}
.default #headerNav {
	position: absolute;
	text-align: right;
	width: 200px;
	height: 31px;
	right: -17px;
	bottom: 0px;
	font-family: Century Gothic, sans-serif;
	font-size: 12px;
}
.default #headerNav #blog {
	position: absolute;
	right: 100px;
	bottom: 0px;
	width: 84px;
	height: 31px;
	background: #FFF url(/img/btn_blog.jpg);
}
.default #headerNav #showcase {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 98px;
	height: 31px;
	background: #FFF url(/img/btn_showcase.jpg);
}
.default #headerNav a:hover #blog {
	background: #FFF url(/img/btn_blog_hover.jpg);
}
.default #headerNav a:hover #showcase {
	background: #FFF url(/img/btn_showcase_hover.jpg);
}
.default #headerNav .current #blog, .default #headerNav .current:hover #blog  {
	background: #FFF url(/img/btn_blog_current.jpg);
}
.default #headerNav .current #showcase, .default #headerNav .current:hover #showcase  {
	background: #FFF url(/img/btn_showcase_current.jpg);
}
.default #content {
	padding: 0;
	margin: 0;
	background: #CCC url(/img/wheel_bg.gif) repeat-x;
	text-align: center;
	clear: both;
}
.default #footer { 
	clear: both;
	background:#FFFFFF;
} 
.default #postfooter {
	width: 100%;
	height: 12px;
	background: #666 url(/img/prehead_bg.gif);
	clear: both;
}
.default .error {
	text-align: center;
}
.default .breadcrumb{
	margin-left: 45px;
	font-size: 12px; 
	font-weight: bolder;
}
.default .breadcrumb a, 
.default .breadcrumb a:visited, 
.default .breadcrumb a:active{
	background: transparent url(/img/breadcrumb.gif) no-repeat center right;
	padding-right: 18px; /*adjust bullet image padding*/
}
.default .breadcrumb a:hover{
	text-decoration: none;
}
.default hr {
	clear: both;
}
