/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*vertical-align: baseline;*/
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

ul, ol {list-style: none;}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
}

img {
	vertical-align: bottom;
}


/*basic html and wrapper*/

html {
	height: 100.1%;
	margin-bottom: 1px;
}

body {
	height: 100.1%;
	background: #CACCCE url(images/bkg-body.jpg) repeat-x;
	font-size: 100.01%;
}


#wrapper {
	width: 1046px;
	margin-right: auto;
	margin-left: auto;
	font: 0.75em/1.6em Tahoma, Geneva, sans-serif;
	color: #333;
}

h1 {
	font-size: 1.5em;
	margin-bottom: 0.8em;
	line-height: 1.3em;
	font-weight: 700;
	color: #E1374A;
	padding-right: 150px;
}
h2 {
	font-size: 1.2em;
	margin-bottom: 0.4em;
	line-height: 1.4em;
	padding-top: 0.5em;
}
p {
	margin-bottom: .6em;
}

/*structure divs - see wrapper above*/
#innerwrapper {
	background: #FFF url(images/bkg-page-repeat.jpg) repeat-y;
}

#innerwrapper2 {
	background: url(images/bkg-top1.jpg) no-repeat;
}

#welcome {
	padding-top: 300px;
	padding-left: 85px;
	padding-right: 89px;
	font-size: 1.2em;
	color: #000;
	font-weight: 700;
}

#colwrap {
	position: relative;
	width: 1046px;
}

/*hack for IE - avoid peekaboo bug*/
* html #colwrap {
	height: 1%;
}

#lcol {
	float: left;
	width: 683px;
}

#rcol {
	float: left;
	width: 274px;
	margin-bottom: 100px;
}

#bottom {
	background: url(images/bkg-bot.jpg) no-repeat;
	height: 37px;
	width: 1046px;
}

/*formatting and spacing*/

#lcoltext {
	padding-left: 85px;
}

#bordered {
	border-right: 1px solid #C9C9C6;
	padding-right: 71px;
}
#buttons1, #buttons2 {
	margin-bottom: 37px;
	margin-top: 15px;
	
}
#buttons2 {
	margin-bottom: 15px;
}


#rcoltext {
	padding-left: 34px;
}

#footnote {
	position:absolute;
	bottom:30px;
	right:0;
	width: 242px;
	padding-right: 80px;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #666;
}

a {
	font-weight: bold;
	text-decoration: none;
}

a:link, a:visited {
	color: #B03739;
}
a:hover, a:active, a:focus{
	color: #E63F0F;
}

img.list {
	padding-right: 4px;
}
.bulleted {
	background: url(images/bullet-red.jpg) no-repeat left top;
	padding-left: 13px;
}

.videocap {
	font-style: italic;
	margin-bottom: 30px;
}
.fauxlist {
	float: left;
	margin-top: 4px;
}
.btnresell {
	margin-left: 10px;
}


/*clear floats*/

.clearit{
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0.0;
}

.clearboth {
	clear: both;
}
.altcolor1 {
	color: #E1374A;
}
.altcolor2bold {
	font-weight: 700;
	color: #B03739;
}
.imgright {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.imglefttop {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.imgleft {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}


#flash {
	margin-left: -5px;
}
.smaller {
	font-size: 90%;
}
.larger {
	font-size: 110%;
}
.smallline {
	line-height: 95%;
}
