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

* {
	margin:0;
	padding:0;
}

body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #999999;
	line-height:18px;
}

body {
	background-color: #000000;
}
a{
	text-decoration: none;
	color:#20ACDA;

}

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

h1 {
	font-size:11px;
	color:#fff;
	font-weight:normal;
}

p {
	padding: 0 0 12px 0;
}

#wrapper {
	margin: 10px auto;
	width:960px;
	background-image:url(../images/main-bg.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

#header {
	height:205px;
}

#logo {
	float:left;
	margin-top:15px;
}

#address {
	float:right;
	width:250px;
	margin-top:15px;
}

#address a {
	color:#999;
	text-decoration:none;
}

#address a:hover {
	color:#df2238;
	text-decoration:none;
}

#newsletter {
width:245px;
float:right;
margin-top:15px;
}


div.clear {
	clear:both;
	height:2px;
	line-height:2px;
	padding:0;

}

.white-text {
	color:#fff;
}

/*********** content sytles ************/
div.left-column {
	float:left;
	width:300px;
	margin:10px 10px 10px 0;
}
/*div.left-column a{
	border:0;
	display:inline;
	font-weight:normal;
	text-decoration: none;
	color:#20ACDA;
	padding:0;

}

div.left-column a:hover{
	border:0;
	display:inline;
	font-weight:normal;
	text-decoration: none;
	color:#fff;
}*/

div.right-column {
	float:left;
	width:620px;
	margin:10px 0 10px 10px;
}

div.news-left {
	width:170px;
	margin:10px 0;
	float:left;
}
div.news-left img{
	border:5px solid #333;
	padding: 0;
}
div.news-right {
	width:770px;
	margin:10px 0;
	float:left;
}

/*div.news-right a{
	border:0;
	display:inline;
	font-weight:normal;
	text-decoration: none;
	color:#20ACDA;
	padding:0;

}

div.news-right a:hover{
	border:0;
	display:inline;
	font-weight:normal;
	text-decoration: none;
	color:#fff;
}*/

.brand {
	width:150px;
	float:left;
	margin:10px 10px 0 0; 
}

.brand-from {
	width:150px;
	float:left;
	margin:10px 10px 0 0;
}
.brand-description {
	width:600px;
	float:left;
	margin:10px 0 0 0; 
}

/*********** accordion styles **********/
a.title  {
	cursor:pointer;
	display:block;
	padding:5px 5px 0 0;
	margin-top: 0;
	border-bottom: 4px solid #fff;
}

.menu  {
	width: 960px;
}
.menu div {
	padding: 0;
}

/*********** catalogue styles **********/

#cat-header {
	height:305px;
}

#cat-wrapper {
	margin: 10px auto;
	width:960px;
	background-image:url(../images/cat-header.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

#back-btn {
position:absolute;
z-index:999;
top:0;
left:0;
}
#cat-btn {
position:absolute;
z-index:999;
top:0;
right:0;
}
