/*
----------------------------------------------------------------
	T Y P O G R A P H Y
---------------------------------------------------------------- */

h1 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style:	italic;
	font-size: 18px;
	line-height: 18px;
	color: #1990c0;
	padding: 0 0 3px 0;
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	color: white;
	}
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	color: black;
	padding: 5px;
	}
	
h4 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style:	italic;
	font-size: 18px;
	line-height: 18px;
	color: #1990c0;
	padding: 0 0 3px 0;
	}
	
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	}

/*
----------------------------------------------------------------
	B A S E
---------------------------------------------------------------- */

body { 
	vertical-align: top; 
	background: #d9d9d9 url(../images/bkg.jpg) repeat-x top center;
	}
	
/*
#index { 
	vertical-align: top; 
	background: #d9d9d9 url(../images/bkg2.jpg) repeat-x top center;
	}
*/
	
/* L I N K S */

a:link, a:visited {
	color: #1990c0;
	text-decoration: none;
	}	
	
/* S T R U C T U R E */
	
#index #wrapper { 
	margin: 0 auto;
	background: url(../images/bkg-content.jpg) no-repeat top center;
	}
	
#thanks #wrapper { 
	margin: 0 auto;
	background: url(../images/bkg-thanks.jpg) no-repeat top center;
	}
	
#thanksconf #wrapper { 
	margin: 0 auto;
	background: url(../images/bkg-thanksconf.jpg) no-repeat top center;
	}
	
#sorry #wrapper { 
	margin: 0 auto;
	background: url(../images/bkg-sorry.jpg) no-repeat top center;
	}
	
#subscribed #wrapper { 
	margin: 0 auto;
	background: url(../images/bkg-content.jpg) no-repeat top center;
	}
	
#container { 
	width: 940px; 
	margin: 0 auto;
	}

/* L A Y O U T  P R E S E T S */

.alignright {
	float: right;
	display: inline;
	}
	
.alignleft {
	float: left;
	display: inline;
	}

/* F O R M  */

label {

	}

.textbox {

	}

select {

	}

/*
----------------------------------------------------------------
	C O N T E N T
---------------------------------------------------------------- */

#quotes {
	width: 940px;
	height: 140px;
	background: url(../images/bkg-quotes.jpg) no-repeat top center;
	}
	
#order {
	margin: 112px 0 0 383px;
	}

#order #text {
	float: left;
	display: inline;
	margin: 2px 0 0 0;
	width: 255px;
	}
	
#order p {
	color: white;
	}
	
#order form {
	float: left;
	display: inline;
	margin: 0 0 0 47px;
	}
	
#creditcards {
	margin: 30px 0 0 304px;
	}
	
#toolboxtips {
	float: left;
	display: inline;
	margin: 440px 0 0 60px;
	width: 260px;
	}
	
#signup {
	padding: 0 0 5px 0;
	}
	
.default-value {
	width: 260px;
	font-size: 20px;
	}
	
#submit2 {
	width: 156px;
	height: 44px;
	background: url(../images/submit2.jpg) no-repeat top center;
	border: none;
	padding: 0;
	margin: 13px 0 0 52px;
	cursor: pointer;
	}
	
#info {
	float: right;
	display: inline;
	margin: 17px 34px 0 0;
	width: 519px;
	}
	
#footer {
	margin: 65px auto 0 auto;
	text-align: center;
	padding: 0 0 35px 0;
	}
	
#footer_divider {
	margin: 0 auto;
	padding: 0 0 30px 0;
	}
	
#footer p {
	font-size: 11px;
	line-height: 15px;
	color: #666666;
	}
	
#footer a {
	color: #666666;
	margin: 5px;
	}
	
#conference {
	background: url(../images/bkg-conference.jpg) repeat-x top center;
	height: 50px;
	margin: 0 auto;
	text-align: center;
	}
	
#conference p {
	color: white;
	font-weight: bold;
	padding: 16px 0 0 0;
	text-shadow: 0 -1px #666666;
	font-size: 14px;
	}
	
#conference strong {
	font-size: 24px;
	}
	
#conference b {
	margin: 0 15px;
	}
	
#conference a {
	color: white;
	text-decoration: underline;
	text-shadow: none;
	margin: 0 15px 0 0;
	}
	
#thanksconf #order a {
	color: white;
	text-decoration: underline;
	}
	
#purchase table tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	}
	
#btn-submit {
	margin: 10px 0 0 0;
	}