/************** Giraffe's CSS file for GoneSmoke ******************/

body {
	background: #65c8ef url(images/backgrounds/bk-gradient.png) top left repeat-x;
	height: 100%;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

* {
	margin: 0;
	padding: 0;
}

div#header {
	background: #41b7e5 url('images/backgrounds/small-banner.jpg') top center no-repeat;
	float: left;
	width: 100%;
	height: 123px; /* Must be 123px for IE6/7, 116px for everything else */
}

div#main-wrap {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 900px;
	background-color: transparent;
}

div#menu {
	float: left;
	margin-top: 0; margin-bottom: 0;
	width: 100%;
	height: 40px;
	background-color: #1e2221;
}
div#menu div.itembox {
	width: 150px;
	height: 40px;
	float: left;
	color: #fff;
	font-weight: bold;
	font-size: 70%;
}

div.menuspacer {
	width: 100%;
	height: 12px;
}

div#content {
	float: left;
	margin-top: 0; margin-bottom: 0;
	width: 100%;
	background-color: #fff;
	font-size: 90%;
}

div#footer {
	margin-top: 0; margin-bottom: 0;
	width: 100%;
	height: 40px;
	background: transparent url('images/backgrounds/footer.png') no-repeat top center;
	color: #fff;
	font-size: 70%;
	text-align: center;
	padding-top: 26px;
}

div#auto-left-col {
	float: left;
	width: 245px;
}

div#auto-right-col {
	float: left;
	width: 655px;
}
div.getgone {
	float: left;
	width: 300px;
}
/************* HOME page only DIVs ************/
div#home-img-container {
	width: 900px;
	margin: 0; padding: 0;
}

div#home-left-images {
	width: 660px;
	float: left;
	margin: 0; padding: 0;
}
div#home-left-images img {
	float: left;
}
div#home-right-images {
	overflow: hidden; /* Without this, IE6 pushes the entire right col down below the left col. */
	float: left;
	width: 240px;
	margin: 0; padding: 0;
}
div#home-2-col-text {
	float: left;
	width: 657px;
}
div#left-2-left {
	width: 327px;
	float: left;
}
div#left-2-right {
	float: left;
	width: 327px;
}
div#home-right-text {
	float: left;
	width: 240px;
}
img.fl {
	float: left;
	margin-bottom: 20px;
}
img.buttons {
	margin: 30px 20px auto 20px;
}
p.home-labels {
	display: block;
	width: 114px;
	float: right;
	color: #D76E19;
	font-size: 140%;
	text-align: center;
	font-weight: bold;
	margin: 6px 19px 12px auto;
}

/********* element styles *********/
a {
	color: #00A5DD;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #D76E19;
}

a.roll {
	width: 150px;
	height: 40px;
	display: block;
	background-image: url('images/backgrounds/nav-hover-out.png');
	line-height: 40px; /* new */
}
div.itembox a.roll:link { background-position: 0 0; color: #fff; }
div.itembox a.roll:visited { background-position: 0 0; color: #fff; }
div.itembox a.roll:hover { background-position: 0 40px; color: #fff; }
div.itembox a.roll:active { background-position: 0 40px; color: #fff; }

div.buynow {
	width: 107px;
	height: 107px;
}

a.roll-buynow {
	width: 107px;
	height: 107px;
	display: block;
	background-image: url('images/buy-now-2state.png');
}
div.buynow a.roll-buynow:link { background-position: 0 0; color: #fff; }
div.buynow a.roll-buynow:visited { background-position: 0 0; color: #fff; }
div.buynow a.roll-buynow:hover { background-position: 0 -110px; color: #fff; }
div.buynow a.roll-buynow:active { background-position: 0 -110px; color: #fff; }


h1,h2,h3,h4,h5,h6 {
	margin-left: 20px;
	color: #D76E19;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-align: left;
}
h2 {
	font-size: 140%;
	margin-bottom: 2em;
}

address {
	margin-left: 20px;
	font-style: normal;
	text-align: left;
}

blockquote {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	margin: 1em 24px;
	text-align: left;
	font-size: 80%;
}
img {
	border: 0;
}
p {
	text-align: left;
	margin: 1em 20px;
}

ul {
	margin-left: 36px;
	text-align: left;
}
ol {
	margin-left: 40px;
	text-align: left;
}
li {
	margin-bottom: .6em;
}
.orange {
	color: #D76E19;
}

/* Allset Clearing Method - may not need this. DELETE if we don't */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* backslash hack hides from IE Mac\ */
* html .clearfix {
	height: 1%;
}
/* end backslash hack */
#big {
float: right; margin-right: 40px; width: 201px; height: 357px;text-align:center;
}

#third-hand-smoke {
background: transparent url(images/Third-hand-smoke-back.jpg) center top no-repeat scroll;
width: 627px;
border: 2px solid red;
margin-left:10px;float: left;
}
div#left-3rd-left {
	width: 341px;
	float: left;
}
div#left-3rd-right {
	float: left;
	width: 270px;

} 
#left-bottom {
background: transparent url(images/Third-hand-smoke-bottom.jpg) center top no-repeat scroll;
height: 125px;
}
.black {
color: black;
}
.red {
color:#fb0000;
}
