/* Start of CMSMS style sheet 'main' */
/* layout */

body {
	background: #1A1A1A;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	background: #1A1A1A;
}

#top {
	height: 60px;
	background: url(uploads/images/layout_top.gif) top no-repeat #E600A4;
}

#banner {
	height: 120px;
	background: url(uploads/images/layout_banner.gif) bottom no-repeat #F2F2F2;
}

#content {
	background: url(uploads/images/layout_content.gif) top repeat-y #E6E6E6;
	position: relative;
	overflow: hidden;
	padding: 0 20px;
	width: 960px;
}

#headers {
	height: 70px;
	background: url(uploads/images/layout_headers.gif) top no-repeat #F2F2F2;
	clear: left;
}

#bottom {
	background: url(uploads/images/layout_bottom.gif) top repeat-y #F2F2F2;
	position: relative;
	overflow: hidden;
	width: 1000px;
}

#footer {
	height: 30px;
	background: url(uploads/images/layout_footer.gif) top no-repeat #B4CC05;
	clear: left;
}

/* elements */

#menu {
	background: #F2F2F2;
	width: 960px;
	height: 100px;
	left: 20px;
	position: relative;
}

div.item {
	width: 450px;
	height: 300px;
	background: #fff;
	float: left;
	margin: 0 0 20px 20px;
	display: inline;	
}

div.itembottom {
	width: 450px;
	height: 300px;
	background: #fff;
	float: left;
	margin: 0 0 0 20px;	
	display: inline;	
}

div.inside {
	padding: 10px;
}

div.musicplayer {
	width: 920px;
	height: 485px;
	background: #fff;
	margin: 0 0 20px 20px;
}

div.insideplayer {
	padding: 10px;
}


#player {
	width: 900px;
	height: 400px;
        overflow: hidden;
}

#hello {
	width: 260px;
	margin-left: 40px;
	float: left;
	display: inline;	
}

#services {
	width: 260px;
	margin-left: 70px;
	float: left;
	display: inline;	
}

#clients {
	width: 260px;
	margin-left: 70px;
	float: left;
	display: inline;	
}

/* typography */

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

p {
	color: #4D4D4D;
	margin-bottom: 14px;
}

em, i {
	font-style: italic;
}

b, strong {
	font-weight: bold;
}

h3 {
	font-size: 14px;
	color: #1A1A1A;
	margin-top: 8px;
	margin-bottom: 3px;
}

/* Links */

a {
	text-decoration: none;
	color: #E600A4;
}

a:hover {
	text-decoration: underline;
	
}
/* End of 'main' */

