/*core styles*/

body {
	background-image: url(../graphics/bg.jpg);
	background-color: #d7d7d7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #353535;
	margin-top: 20px;
	margin-bottom: 20px;
}

a:link {
	color: #ac1f2d;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #ac1f2d;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #68a4c4;
	font-weight: bold;
}

a:active {
	text-decoration: none;
	color: #ac1f2d;
	font-weight: bold;
}

h1 {
	font-size: 1.9em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.25em;
}

/*other styles*/

.smalltext {
	font-size: .75em;
}

#twitter_div ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	display: block;
	padding: 0px;
}

#twitter_div li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	display: block;
	padding: 6px;
}

#twitter_div li:hover {
  background-color: #10141c;
  cursor: default;
  color: #FFFFFF;
}

/*layout*/

#feature-photos {
	height: inherit;
	margin: 0 auto;
	position: relative;
	color: #171a20;
}

#feature-photos a:link {
	color: #171a20;
	text-decoration: none;
}

#feature-photos a:visited {
	text-decoration: none;
	color: #171a20;
}

#feature-photos a:hover {
	text-decoration: underline;
	color: #50ebf8;
}

#feature-photos a:active {
	text-decoration: none;
	color: #171a20;
}

#header {
	width: 1000px;
	height: 113px;
	background-image: url(../graphics/header.png);
	margin: 0 auto;
	background-color: #FFFFFF;
}

#social-media-float {
	width: 450px;
	float: right;
	margin-top: 15px;
	margin-right: 25px;
}

#social-media-float img{
	padding-left: 10px;
	padding-right: 0px;
}

#social-media-float a:link {
	text-decoration: none;
	color: #424242;
	font-weight: normal;
}

#social-media-float a:visited {
	text-decoration: none;
	color: #424242;
	font-weight: normal;
}

#social-media-float a:hover {
	text-decoration: none;
	color: #b8b8b8;
	font-weight: normal;
}

#social-media-float a:active {
	text-decoration: none;
	color: #424242;
	font-weight: normal;
}

#content {
	width: 951px;
	height: inherit;
	padding-left: 24px;
	padding-right: 25px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#interest-box {
	padding: 8px 13px 8px 13px;
	margin-bottom: 10px;
	border: 1px dashed #cb7f45;
	background-color: #e0e0e0;
	background-image: url(../graphics/interesting-box-bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#interest-box-hot-deal {
	padding: 8px 13px 8px 13px;
	margin-bottom: 10px;
	border: 1px dashed #cb7f45;
	background-color: #e0e0e0;
	background-image: url(../graphics/interesting-box-bg-hot-deal.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#float-left {
	float: left;
	width: 24%;
}

#float-right {
	float: right;
	width: 73%;
}

#clear {
	clear: both;
	height: 0px;
}

#footer {
	width: 900px;
	height: inherit;
	padding-left: 24px;
	padding-right: 25px;
	padding-bottom: 8px;
	margin: 0 auto;
	height: 30px;
	background-color: #FFFFFF;
}