@charset "UTF-8";
/* CSS Document */

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

body {
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a, img {
	border: none;
	color: #CC3366;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p, ul, ol, h4 {
	padding-bottom: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4,a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}



#header {
	width: 960px;
	text-align: right;
	height: 120px;
	margin-top: 20px;
	background-image: url('images/newlogo.gif');
	background-position: left;
	background-repeat: no-repeat;
}

#header h4 {
	color: #abde22;
	font-size: 34px;
	padding: 20px 0px;
}

#navigation {
	padding: 50px 20px 0;
}

#navigation li {
	display: inline;
	font-weight: bold;
	font-size: 18px;
}

.home #navhome, .about #navabout, .catalog #navcatalog {text-decoration: underline;}

#content {
	width: 960px;
	background-color: #ffffff;
	text-align: left;
	position: relative;
}

#column1 {
	width: 565px;
	padding: 12px 20px 0 0;
	float: left;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000;
	color: #fff;
	font-size: 14px;
	padding: 4px 8px;
	margin-bottom: 12px;
	font-weight: normal;
}

li {
	font-size: 12px;
	margin-left: 26px;
}

#column2 {
	width: 358px;
	float: left;
	
}

#column_wide {
	width: auto;
	padding: 12px 0 0 0;
}

.column2content {
	padding: 10px 10px;
	border: 2px dashed #DEDEDE;
}

#column2 h2 {
	background-color: #a00d46;
	/*background-color: #ffb3fb;
	background-image: url(images/headerbg_pink.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	*/
	color: #fff;
	font-size: 14px;
	padding: 4px 8px;
	margin-bottom: 12px;
	font-weight: normal;
}

.columnsection {
	margin-bottom: 30px;
}

.clr {
	clear: both;
}

.linkicon {
	border: none;
	margin-right: 8px;
}

.linkicon img {
	padding-bottom: 12px;
}

.photo {
	margin-bottom: 20px;
}

#player {
	margin-bottom: 12px;
}

.cover {
	border: 1px solid #999999;
	float: left;
	margin-bottom: 12px;
}

.description {
	float: left;
	margin: 0px 0px 12px 10px;
	font-size: 12px;
	width: 340px;
}

#column_wide .description {
	width: 740px;
}

.download p, .download h4 {
	float: left;
	margin: 0px 0px 12px 10px;
	font-size: 12px;
	width: 180px;
}

#footer {
	width: 960px;
	text-align: left;
}

#footer p {
	color: #666666;
	font-size: 12px;
	padding-top: 50px;
}

#footer a {
	color: #666666;
}

.banner {
	margin: 12px 0 0 12px;
	border: none;
}