/* @override 
	http://theaudiogroup.co.uk/design/css/screen.css
	http://www.theaudiogroup.co.uk/lightbox/lightbox.css
*/

body {
	margin: 0px;
	padding: 0px;
	background: #000 url(/images/body_bg.gif) repeat-x left top;
	font-size: 0.9em;
	background-color: #a09fa4;
}

#header {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	background-color: #e9e8ed;
	height:  75px;
}

.gallery img {
  padding: 1px;
  border: 3px solid #eee;
  margin: 0px;
}

#logo {
	float: left;
	width:  300px;
}

#top_nav {
	float: right;
	width:  490px;
	height:  45px;
	background: url(/images/nav_bg_left.gif) no-repeat right;
	text-align: right;
	font-family: Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	padding-left: 60px;
}

#top_nav ul {
	margin: 0px;
	padding: 0px;
}

#top_nav li {
	display: inline;
	float: left;
}

#top_nav li a {
	display: block;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 11px;
	padding-right: 11px;
	text-decoration: none;
	color: #341d48;
	font-size:  0.9em;
	font-weight: bold;
}

#top_nav li a:hover {
	display: block;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 11px;
	padding-right: 11px;
	text-decoration: none;
	color: #e9e8ed;
	font-size:  0.9em;
	font-weight: bold;
	background-color: #b291b9;
}


#bar ul {
	margin: 0px;
	padding: 0px;
	line-height: 13px;
}

#bar li {
	display: inline;
	float: left;
	
}

#bar li a {
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	color: #fff;
	font-size:  12px;
	font-weight: lighter;
}

#bar li a:hover {

	padding-left: 10px;
	padding-right: 10px;
	text-decoration: underline;
	color: #fff;
}

#bar {
	clear: both;
	color: #90738f;
	text-align: right;
	width: 830px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	font-family: Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	height:  41px;
	padding-top: 9px;
}

.det {
  position: absolute;
  top: 84px;
  width: 300px;
  left: 50%;
  padding-left: 120px;
}

#header_images  {
	text-align: center;
	background-color: #000;
	margin-bottom: 20px;
} 

#container {
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	font-family: Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
}

#main_content {
	width:  470px;
	float: left;
	font-size: 0.9em;
	line-height: 1.4em;
	padding-top: 20px;
	padding-left: 7px;
	padding-bottom: 10px;
	
}

#main_content h1 {
	font-size: 1.6em;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 15px;
	color: #382552;
	line-height: 1.2em;
}

#main_content h2 {
	font-size: 1.3em;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 13px;
	color: #382552;
}

#main_content h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 1px;
	color: #111;
}

#main_content p {
	margin-top: 0px;
	margin-bottom: 14px;
}

#main_content a {
	color: #382552;
	font-size: 1.1em;
	text-decoration: underline;
}

#main_content a:hover {
	color: #382552;
	font-size: 1.1em;
	text-decoration: none;
}

#main_content blockquote {
	padding: 15px 20px 15px 17px;
	margin: 0px 0px 14px 0px;
	background: url(/images/blockquote_bg.gif) no-repeat center top;
}

#main_content blockquote cite {
	display: block;
	text-align: right;
	color: #531659;
	font-weight: bold;
	margin-top: -10px;
}

#main_content .image_border {
	2px solid #FFF;
}

.highlight {
	font-size: 1.1em;
	color: #3d1648;
}

.images img {
	border: 3px solid #EEE;
	margin-bottom: 14px;
}

#side_bar {
	width:  332px;
	float: right;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 15px;
}

.promo {
	background: url(/images/side_right_image.jpg) no-repeat;
	height: 140px;
	padding: 17px 15px 0px 162px;
	font-size: 0.9em;
	line-height: 1.6em;
	color:  #BBB;
}

.promo h1 {
	font-size: 1.3em;
	color: #EEE;
	line-height: 1.2em;
	margin-bottom: 5px;
	margin-top: 0px;
}


.promo p {
	margin-top: 0px;
	margin-bottom: 14px;
	padding-left: 15px;
} 

.promo a {
	color: #EEE;
	text-decoration: none;
}

.promo a:hover {
	color: #EEE;
	text-decoration: underline;
}

.info {
	background: url(/images/side_menu_bg.gif) no-repeat left top;
	color: #222;
	font-size: 0.9em;
	line-height: 1.4em;
	padding: 1px 18px 18px 18px;
}

.info h1 {
	font-weight: normal;
	font-size: 1.3em;
	margin-bottom: 4px;
	margin-top: 20px;
	color: #382552;
}

.info p {
	margin-top: 0px;
	margin-bottom: 14px;
}

.info a {
	color: #382552;
	text-decoration: none;
}

.info a:hover {
	color: #382552;
	text-decoration: underline;
}

.clear {
	clear: both;
}

.footer {
	clear: both;
	background-color: #000;
	font-family: Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 11px;
	margin-top: 0px;
	font-size: 0.9em;
	color:  #666;
}

.footer ul {
	margin: 0px;
	padding: 0px;
}

.footer li {
	display: inline;
}

.footer li a {
	color:  #666;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #333;
	text-decoration: none;
}

.footer li a:hover {
	color:  #666;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #333;
	text-decoration: underline;
}

/*News_Section*/

.news_section {
	background: url(/images/news_bg.gif) no-repeat center top;
	padding:  18px 18px 18px 18px;
}

#main_content .news_section h1 {
	font-size: 1.4em;
	margin-top: 0px;
	margin-bottom: 0px;
}

#main_content .news_section h2 {
	font-size: 1.1em;
	margin-top: 3px;
	color: #333;
	border-bottom: 1px solid #888;
	padding-bottom: 10px;
}

.more {
	display: block;
	text-align: right;
	
}

/*Contact*/

#contact {
	background-color: #a9a8ae;
	border: 1px solid #999;
	padding: 22px 25px 10px 25px;
}

#contact dl {
	margin:  0px;
	padding: 0px;
}

#contact dt {
	margin: 0px;
	padding: 0px 0px 0px 1px;
	font-weight: bold;
}

#contact dd {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#contact input {
	width: 405px;
}

#contact textarea {
	width: 408px;
}

.border {
	border:  solid #fff;
}

/*Catalog*/

.catalog_category {
	background: url(/images/news_bg.gif) no-repeat center top;
	padding:  14px 18px 14px 18px;
	overflow:hidden;
	clear: both;
	zoom:1;
}

#main_content .catalog_category h1 {
	font-size: 1.4em;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: 1px solid #888;
	padding-bottom: 10px;
	margin-bottom: 8px;
}

#main_content .catalog_category h2 {
	font-size: 1.1em;
	margin-top: 3px;
	color: #333;
	border-bottom: 1px solid #888;
	padding-bottom: 10px;
}

#main_content .catalog_category ul {
	margin: 0px;
	padding: 0px;
}

#main_content .catalog_category li {
	list-style-type: none;
}

#main_content .catalog_category .product_short_img {
	float: right;
	border:  2px solid #FFF;
	margin-left: 15px;
	margin-bottom: 10px;
}

.more_info {
	
}

#main_content .catalog_category .product_large_img {
	border:  2px solid #FFF;
	margin-bottom: 15px;
}

.larger {
	font-size: 1.3em;
}

.pager {
	background-color: #b0afb4;
	margin-bottom: 5px;
	padding: 4px 4px 3px 4px;
	color: #666;
	border-top: 1px solid #888;
}



.pager2 {
	background-color: #b0afb4;
	margin-bottom: 5px;
	padding: 4px 4px 3px 4px;
	color: #666;
	border-top: 1px solid #888;
	margin-bottom: 18px;
}


/* ------- old catalog */


#catalog_choose
{
  overflow:auto;
  zoom:1;
  width:100%;
}

.catalog_choose_el
{
  text-align:center;
  margin-bottom:5px;
}

