@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-color:#000000;
}

#page_container{
	position:absolute;
	width:100%;
	height:100%;
	background: url(../images/background/bg_default_silverbullet.jpg) no-repeat center top;
}

#site_container{
	position:relative;
	width:840px;
	height:840px;
	margin:auto;
	background-image:url(images/column_gradient.jpg);
	background-repeat:repeat-y;
}

#header{
	float:left;
	width:840px;
	height:156px;
	background-image:url(images/hotness_header.jpg);
	background-repeat:repeat-y;
}

#ticker{
	position:absolute;
	top: 0px;
	left: 315px;
	height:23px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#FFFFFF;
	padding:6px 0px 0px 0px;
	text-align: center;
}

#right{
	float:right;
	height:23px;
	font-family: Georgia, serif;
  	font-size: 12px;
	color:#FFFFFF;
	padding:8px 0px 0px 0px;
	padding-left:24px;
	text-align: right;
	z-index: 100;
}

/*social network icon nav*/	
ul.icon, ul.icon ul, ul.icon ul ul {
  	list-style-type:none;
  	margin: 0;
  	padding: 25px;
  	width: 300px;
}

ul.icon{
  	display: inline;
  	text-decoration: none;	
}

.icon li{
display: inline;
padding-right: 0px;
}



/* social network icon item */

ul.icon li.facebook a{
  	color: #fff;	
  	padding: 6px 10px 0px 30px;
	background-image:url(images/facebook_16.png);
	background-position:10px 3px;
	background-repeat:no-repeat;
}

ul.icon li.facebook a:hover{
	color: #ff999e;
	background-image:url(images/facebook_pink_hover.png);
	background-position:10px 3px;
	background-repeat:no-repeat;
}

ul.icon li.twitter a {
  	color: #fff;	
  	padding: 6px 0px 0px 30px;
	background-image:url(images/twitter_16.png);
	background-position:10px 3px;
	background-repeat:no-repeat;
}

ul.icon li.twitter a:hover {
	color: #ff999e;
	background-image:url(images/twitter_pink_hover.png);
	background-position:10px 3px;
	background-repeat:no-repeat;
}



#footer{
	float:left;
	width:840px;
	height:30px;
	background-color:#000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#505050;
	margin:30px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	text-align: center;
}

#hotness_logo{
	position:absolute;
	width:216px;
	height:52px;
	top:52px;
	left:25px;
}

#left_menu{
	float:left;
	width:200px;
	font-family: Georgia, serif;
  	font-size: 12px;
}

#slideshow_container{
	float:right;
	width:640px;
	height:300px;
}

#news_container{
	float:right;
	width:640px;
	height:418px;
	background: url(../images/magazines.gif) no-repeat center bottom;
}

#page_title{
	float:left;
	padding:0px 20px 10px 20px;
}

.clear{
	clear:both;
}

/* links */

a:link,
a:visited {
	color:#ff5e66;
	text-decoration:none;
}

a:hover {
	color:#ff999e;
	text-decoration:none;
}

a.arrow:link,
a.arrow:visited {
	color:#ff5e66;
	text-decoration:none;
	padding-left:9px;
	background-image:url(images/arrow_pink.gif);
	background-position:0px 3px;
	background-repeat:no-repeat;
}

a.arrow:hover {
	color:#ff999e;
	text-decoration:none;
	padding-left:9px;
	background-image:url(images/arrow_pink_hover.gif);
	background-position:0px 3px;
	background-repeat:no-repeat;
}

a.text:link,
a.text:visited {
	color:#FFF;
	text-decoration:none;
	padding-bottom:1px;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#666666;
}

a.text:hover {
	color:#FF4615;
	text-decoration:none;
	padding-bottom:1px;
	border-bottom-style:dotted;
	border-bottom-width:1px;	
	border-bottom-color:#661C08;
}


/* text */

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	color:#FFFFFF;
	line-height:32px;
	font-weight:normal;
	margin:0px;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	color:#FFF;
	line-height:19px;
	margin:0px 0px 2px 0px;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#B4B4B4;
	line-height:19px;
	margin:0;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#E9E9E9;
	line-height:21px;
	margin:0;
}

h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#B4B4B4;
	line-height:21px;
	margin:0;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#B4B4B4;
	line-height:21px;
	margin:0px 80px 20px 20px;
}

ul.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:21px;
	padding: 0px 40px 0px 40px;
	color: #B4B4B4;
}

ul.text li { padding: 0px 0px 6px 0px; }

strong {
	color: #FFF;
	font-weight: bold;
}

strong.large {
	font-size:16px;
}

.grey {color: #505050}
.blue {color: #7CA5B8
}

.large_text {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
}

.pink {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	color:#ff5e66;
	margin:0px 0px 2px 0px;
	}
	
.pink_large {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	color:#ff5e66;
	margin:0px 0px 2px 0px;
}

.shipping_text {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	color:#FFF;
	line-height:19px;
	margin:0px 0px 2px 0px;
}

