* {
	margin: 0;
	padding: 0;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #474747;
/*	background-color: #336699;*/
	background-color: #000;
	background-repeat: repeat-x;
	background-image: url(images/bg_background.gif);
}

h1, h2, h3 {
	color: #666666;
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
}

p {
}

blockquote {
	margin-left: 3em;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
}

.signup_link {
	/*background-image: url(images/signup.png);*/
	background-repeat: no-repeat;
	text-decoration:underline;
	font: normal large "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #336699;
	cursor: hand;
	padding-left:0px;
	padding-top:10px;
	padding-bottom:20px;

}
.signup_link a{
	text-decoration:none;
	color: #FF0000;
}
.signup_link a:hover {
	text-decoration:none;
	color: #FF0000;
}

img {
}


#floating {
	background-image: url(images/logo%20core.png);
	height: 48px;
	background-repeat: no-repeat;
	width: 220px;
	left: 670px;
	top: 0px;
	float: right;
}

/* Boxed Style */

.boxed {
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 15px;
	background-color: #eeeeee;
	border: 1px solid #CCCCCC;
}

.boxed .title {
	height: 21px;
	padding: 9px 0 0 20px;
	font-size: 1.2em;
	color: #5b5b5b;
}

.boxed .content {
	padding: 10px 10px 20px 10px;
	background-color: #fff;
}

/* Post */

.post {
}

.post .title {
	padding: 5px 0 0 20px;
	font-size: 2em;
	font-weight: normal;
}

.post .date {
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
}

.post .meta p {
}

.post .story {
	padding: 20px 20px 10px 20px;
}

.post h3 {
}

.post .story p, .post .story blockquote, .post .story ul, .post .story ol {
	margin-bottom: 1.5em;
	line-height: 180%;
}

/* Header */

#header {
	width: 916px;
	height: 150px;
	margin: 0 auto;
}

/* Subscribe Buttons */

.subscribe {
	display: block;
	background-image: url(images/subscribe_now_normal.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 250px;
}
 
.subscribe a{
	display: block;
	background-image: url(images/subscribe_now_normal.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 250px;
	display: block;
}
 
.subscribe a:hover{
	background: none;
}

/* Header Info */

#headerinfo {
	width: 916px;
	margin: auto;
	z-index: auto;
	visibility: visible;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	clip: rect(auto,auto,auto,auto);
	height: 100%;
	color:#ffffff;
	padding-top:1px;
	text-align: right;
	background-image: url(images/img04.gif);
}

#headerinfo a {
	text-color:#ffffff;
	color:#ffffff;
}



#container {
	width: 916px;
	margin: auto;
	z-index: auto;
	visibility: visible;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	clip: rect(auto,auto,auto,auto);
	height: 100%;
	background-color: #f6f6f6;
	background-repeat: no-repeat;
}


/* Logo */

#logo {
	width: 740px;
	margin: 0 auto;
	margin-bottom: 20px;
	background-repeat: repeat-y;
	background-position: left top;
}

#logo-top {
	width: 900px;

}

#logo-btm {
	width: 900px;

}

#logo h1 {
	float: left;
	letter-spacing: -2px;
	font-size: 36px;
	font-weight: normal;
}

#logo h1 a {
}

#logo h2 {
	float: left;
	font-size: 14px;
	font-weight: normal;
}

#logo h2 a {
}

#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	color: #479AC6;
}

.text-red {
	text-decoration: none;
	color: #FF0000;
}

.text-red a {
	text-decoration: none;
	color: #FF3333;
}
/* Content */

.content1 {
	padding-left:5px;
	padding-right:5px;
}

#content {
	width: 916px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}

#content-top {
	width: 740px;
	/*background: url(images/img07.jpg) no-repeat left top;*/
}

#content-btm {
	width: 740px;
	/*background: url(images/img05.jpg) no-repeat left bottom;*/
}

#extra {
}

/* Content > Main */

#main {
	float: right;
	width: 625px;
}

#main a {
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 240px;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#sidebar a {
}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	font-size: x-small;
	font-weight: bold;
}

input {
	padding: 4px 8px;
	border: 1px solid #c9c9c9;
	font-family: Helvetica, "Lucida Sans Unicode", Arial, sans-serif !important;
	background: #fff url('/images/background-input.gif') no-repeat 0 0;
}

input:focus {
	border: 1px solid #aaa;
	background-position: 0 -400px;
}

input[type=text],
input.text,
input[type=password],
input.password {
	height:21px;
}

#login input {
	margin-bottom: 5px;
}

#inputtext1, #inputtext2 {
	width: 170px;
	padding: 2px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

#inputsubmit1 {
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	margin: 0;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}

/* Content > Sidebar > Partners*/

#partners {
}

#partners .content {
	padding: 10px 0;
}

#partners ul {
	margin: 0;
	border-bottom: 1px solid #D1BC5C;
	list-style: none;
	line-height: normal;
}

#partners li {
	padding: 10px;
	border-top: 1px solid #D1BC5C;
}

/* Footer */

#footer {
	clear: both;
	width: 916px;
	margin: 0 auto;
	padding: 30px 0;
	background-color:#e1e2e2;
	/*background-image: url(images/a50.gif);*/
	border-top: 1px solid #bdbebf;
	background-repeat: repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: x-small;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}


/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 17em; /* ems so it will grow */
	background: url(sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
}
.boxbody {
	background: url(sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}

.content_signup {
	padding : 20px;
}

.zinput {
	height:25px;
	width:90px;
	background-color:#B5B5B5;
}

.zinput:hover {
	background-color:#888888;
}

/*** Progress bar ***/
#subscription_status_box_left
{
	float:left;
	width:150px;
}

#subscription_status_box_right
{
	float:left;
}

#progress_container
{
	width:200px;
	background-color:#cccccc;
}

#progress_bar
{
	background-color:#118811;
}

#progress_text
{
	width:200px;
}