/* CSS Document */

* {
	padding:0;
	margin:0;
}

body {
	font-size:62.5%;
	font-family: Georgia, 'Times New Roman';
	color:#000;
}

#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.header{
	background: url(images/background.jpg);
	height: 455px;
	width: 959px;
}

.headersub{
	background: url(images/background_small.jpg);
	height: 260px;
	width: 959px;
}

#logo {
	float: left;
	width: 171px;
	height: 106px;
	background: url(images/logo.jpg);
	text-indent: -9999px;
	margin: 9px 0 0 19px;
}

#logosub {
	float: left;
	width: 171px;
	height: 106px;
	background: url(images/logosub.jpg);
	text-indent: -9999px;
	margin: 9px 0 0 19px;
}

#buynowContainer {
	float: right;
	width: 353px;
	height: 213px;
	background: url(images/buttonContainer.jpg);
	text-indent: -9999px;
	margin: 171px 26px 0 0;
}

#buynowContainerSub {
	float: right;
	width: 353px;
	height: 213px;
	background: url(images/buttonContainerBlank.jpg) no-repeat;
	text-indent: -9999px;
	margin: 270px 10px 0 0;
}

a#buynow {
	display: block;
	width: 165px;
	height: 78px;
	background: url(images/buynow.jpg);
	text-indent: -9999px;
	margin: 107px 0 0 87px;
}

ul#links{
	padding-top: 20px;
}


#links li{
	display: inline;
	font-size: 1.3em;
	font-weight: bold;
	padding-left: 19px;
}


li a{
	color:#000;
	text-decoration:none;
	}
	
li a:visited{
	color:#000;
	text-decoration:none;
}
	
li a:hover{
	color:#FFF;
	text-decoration:none;
	}

#leftcol{
	float: left;
	width: 560px;
	margin-right: 0%;
	margin-left: 0%;
	margin-top: 3em;

}

#leftcol h1{
	font-size: 3.5em;
	font-weight: normal;
	padding-bottom: 4px;
	}
	
#leftcol p, #leftcol li, #leftcol td, #leftcol span{
	font-size: 1.4em;
	font-weight: normal;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	text-align: justify;
	}

#leftcol p span{font-size: 1em;}

#leftcol ul {
	margin-left: 15px;
}
	
#rightcol{
	float: right;
	width: 360px;
	margin-top: 3em;
	border-left: 1px dotted #000;
	padding-left: 20px;
}

#rightcol h2{
	font-size: 3.5em;
	font-weight: normal;
	padding-bottom: 0.6em;
}

#rightcol h3{
	font-size: 1.6em;
	font-weight: bold;
	padding-bottom: 15px;
}

#rightcol h4{
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom:25px;
}

#rightcol a{
	text-decoration:none;
	color:#00A;
}

#rightcol a:hover{
	text-decoration:underline;
	color:#00A;
}
	
#rightcol p{
	text-align: justify;
	font-size: 1.4em;
	padding-bottom:15px;
}

.social img{
	float:left;
	padding-right: 5px;
}

#twitter{
	clear: left;
}

#twitter #facebook{
	padding: 4px 0 8px 0;
}



#imageblock{
	width: 960px;
	height: 400px;
}

a img{
	border:none
}


#footer{
	text-align:center;
	margin: auto;
	padding:60px 0 20px 0;
	width:960px;
	clear:both;
	font-size:1.4em;
}

body#sub #imageblock{
	width: 960px;
	height: 200px;
}


body#sub #bomo{
	position: absolute;
	width: 170px;
	height: 104px;
	top: 313px;
	left: 587px;
}

body#sub #button{
	position: absolute;
	width: 172px;
	height: 85px;
	top: 421px;
	left: 664px;
}


body#sub #footer{
	margin: auto;
	padding-top:120px;
	width:960px;
	clear:both;
	color:#000;
	font-size:1.4em;
}

#search{
	clear:both;
	margin-top: 5px;
	display:block;
}