/* CSS for Creativsauce Website */

body{
	background:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	color: #333;
	margin: 0;
	padding: 0;
}

a{
	color: #333;
}

a img {
	border: 0;
}

#main{
	width: 1000px;
	margin: 0 auto;
}

#header{
    background: url("images/header.jpg") no-repeat;
	height: 181px;
	width: 1000px;
}

#logo{
	float: left;
    padding: 181px 0 0 0;
    overflow: hidden;
    background: url("images/logo.jpg") no-repeat;
	width: 241px;
    height: 0 !important;
    height /**/:181px;
	margin: 0;
}

#contact{
	float: left;
	width: 550px;
	height: 76px;
	margin: 0 0 15px 0;
	padding:  68px 20px 0 189px;
	background: url('images/contact/bg.jpg') no-repeat 159px 53px;
}

#contact span{
	color: #900;
}

#contact p{
	font-weight: bold;
}

#contact .address{
	font-size: 12px;
	font-weight: normal;
	margin: 8px 0 0 0;
}

#menu{
	font-size: 14px;
}

#contact p{
	margin: 0;
	padding:0;
}
#middleWrapper{
	float: left;
	background: url("/images/contentWrapper/bg.jpg") repeat-y top left;
}

#contentWrapper{
	float: left;
	padding: 0;
	width: 633px;
}

#contentHeader{
	width: 633px;
	height: 168px;
	overflow: hidden;
}

#content{
	background: #fff url("/images/content/bg.jpg") no-repeat top right;
	width: 589px;
	float: left;
	padding: 20px 0 40px 44px;

}

#content h1{
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

#content h1 span {
	color: #900;
}

#content p{
	text-align: justify;
	margin-right: 139px;
}

#content table{
	border: 1px solid #333;
	border-collapse: collapse;
	text-align: center;
	margin-right: 20px;
}

#content table th{
	color: #fff;
	background: #900;
	border: 1px dotted #333;
}

#content table tbody tr:hover{
	background: #ccc;
}

#content table td{
	border: 1px dotted #333;
}

#gallery a{
	display: block;
	float: left;
	padding:10px;
}

#gallery img{
	border: 1px solid #900;
}

.newsStory{
	margin: 1em 0;
}

.newsStory h3{
	font-size: 14px;
	margin: 0;
}

.newsStory p{
	font-size: 12px;
	margin: 0;
}

#news{
	width:327px;
	height: 160px;
	float: left;
	padding: 300px 20px 20px 20px;
	color: #ccc;
}

#news.bg1{
	background: #666 url("/images/news/bg1.jpg") no-repeat top left;
}

#news.bg2{
	background: #666 url("/images/news/bg2.jpg") no-repeat top left;
}

#news.bg3{
	background: #666 url("/images/news/bg3.jpg") no-repeat top left;
}

#news.bg4{
	background: #666 url("/images/news/bg4.jpg") no-repeat top left;
}

#news.bg5{
	background: #666 url("/images/news/bg5.jpg") no-repeat top left;
}

#news.bg6{
	background: #666 url("/images/news/bg6.jpg") no-repeat top left;
}

#news.bg7{
	background: #666 url("/images/news/bg7.jpg") no-repeat top left;
}

#news.bg8{
	background: #666 url("/images/news/bg8.jpg") no-repeat top left;
}

#newsTicker {
	overflow:hidden;
	height: 160px;
	width:327px;
	margin: 0;
}

#newsTicker h3{
	color:#ccc;
	margin: 0;
}

#newsTicker h3 span {
	font-weight: normal;
}
#newsTicker div{
	height:64px;
	width:309px;
	padding:8px;
	margin: 0px;
	overflow:hidden;
}

#newsTicker div.first{
	margin-top:0;
}
	
#newsTicker p{
	margin-left: 0 !important;
	margin-left: 5px;
	display:inline;
}

#footer {
	clear: both;
	background: #ccc;
	border-top: 3px solid #900;
	font-size: 12px;
	padding: 10px 40px 20px 40px;
}

#footer p{
	margin: 0;
}