* {
	border: 0;
	margin: 0;
	padding: 0;
}

body { 
    margin: 0;
    padding: 0; 
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #000;
	color: #999;
}

:focus {
    outline: none;
}

#wrapper {
	width: 100%;
	border-top: 1px solid #e31a22;
	overflow: hidden;
}

#meta {
	visibility: hidden;
}

#top {
	background: #000;
	width: 850px;
	height: 100px;
	margin: 40px auto 0 auto;
}

#top-logo {
	background: url(img/carbon_cosmetics_logo.jpg);
	float: left;
	width: 249px;
	height: 54px;
	margin: 15px 0 0 30px;
	cursor: pointer;
	display: inline;
}

#top-icon {
	background: url(img/carbon_cosmetics_icon_right.jpg);
	float: right;
	width: 70px;
	height: 70px;
	margin: 5px 50px;
	display: inline;
}

#footer {
	clear: both;
	width: 900px;
	height: 60px;
	margin: 30px auto;
	text-align: center;
}

#footer-textWrap {
	width: 400px;
	margin: 10px auto;
}

#footer-text {
	color: #444;
	font-family: Tahoma, sans-serif;
	font-size: 9px;
	display: inline-block;
	float: left;
	margin: 2px 0;
}

#footer-separater {
	display: inline-block;
	float: left;
	height: 15px;
	width: 1px;
	background: #444;
	margin: 0 5px;
}

#tell {
	text-decoration: none;
	color: #444;
}

#tell:hover {
	color: #999;
}

.shop {
	text-decoration: none;
	color: #e31a22;
}

.shop:hover {
	color: #FF4242;
}

#clear {
	clear: both;
}

#mediagallery {
	text-align: center;
	margin: 80px 0 0 0;
}

#mediagallery a img {
	border: 0;
	margin: 2px;
}

#comingsoon {
	float: left;
	width: 100%;
	text-align: center;
	margin: 200px 0 0 0;
}

#contactleft {
	float: left;
	font-size: 12px;
	text-align: left;
	width: 300px;
	padding-left: 100px;
	margin: 70px 0 0 0;
}

#contactleft a {
	text-decoration: none;
	color: #e31a22;
}

#contactleft a:hover {
	text-decoration: none;
	color: #FF4242;
}

#contactright {
	margin: 50px 0 0 0;
}

h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}

#slider {
    width: 800px;
    margin: 0 auto;
	text-align: center;
    position: relative;
}

.scroll {
    height: 500px;
    width: 100%;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #000 url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    height: 500px;
    width: 800px;
}

#menu {
	background: url(img/menu_bg.jpg) no-repeat;
	width: 800px;
	height: 50px;
	margin: 0;
	font-weight: bold;
}

ul.navigation {
    list-style: none;
	width: 700px;
	height: 30px;
	margin: 0 auto;
}

ul.navigation li {
	float: left;
}

ul.navigation a.selected {
	background: url(img/menu_current_bg.jpg) no-repeat;
}

ul.navigation a {
	font-size: 10px;
	font-family: Tahoma, sans-serif;
    color: #FFF;
    text-decoration: none;
    display: inline-block;
	margin: 0;
	padding: 2px 0 0 0;
	width: 140px;
	height: 28px;
	float: left;
}

ul.navigation a:hover {
    color: #F22;
	font-weight: bold;
}

ul.navigation a.selected {
	color: #000;
	font-weight: bold;
}

#carbon_menu {
	display: inline-block;
	float: left;
	height: 28px;
	width: 140px;
	cursor: pointer;
	background: url(img/carbon_menu.jpg) 0 0 no-repeat;
}

ul.navigation a.selected #carbon_menu {
	background-position: 0px -28px;
}

.hide {
    display: none;
}

iframe {
	border: 0;
	margin: 0;
	padding: 0;
}

#freshscoop iframe {
	width: 800px;
	height: 500px;
	background: #000;
}