html, body {
	margin:0;
	padding:0;
}

body {
	font-family: Tahoma;
	font-size:11px;
	color:#363D45;
}

a {
	color:#6f0061;
	text-decoration:underline;
	outline:none;
}

a:hover {
	text-decoration:none;
}

a img {
	border:0;
}

#content h1 {
	font-size:15px;
	font-family:Tahoma;
	font-weight:bold;
	text-transform:uppercase;
	background:url(/themes/main/images/h1_bg.gif) 0 0 no-repeat;
	padding:0 0 0 25px;
	margin:15px 10px 15px 15px;
}

.h1 {
	font-size:15px;
	font-family:Tahoma;
	font-weight:bold;
	text-transform:uppercase;
	background:url(/themes/main/images/h1_bg.gif) 0 0 no-repeat;
	padding:0 0 0 25px;
	margin:0 0 15px 0;
}


form {
	padding:0;
	margin:0;
}

#wrapper {
	width:1000px;
	margin:0 auto;
}

#header {
	background:url(/themes/main/images/header_bg.jpg) no-repeat;
	height:223px;
	border-bottom:4px solid #000;
	position:relative;
}

#logo {
	width:355px;
	height:90px;
	position:absolute;
	top:10px;
	left:10px;
	display:block;
}

#main_tbl {
	width:100%;
}

#left_column {
	width:185px;
}

#right_column {
	padding-left:25px !important;
}

#right_tbl {
	width:100%;
}

#nav_wrapper {
	background:#f5f5f5;
	border-bottom:3px solid #673c6c;
	text-align:right;
height:40px;
}

#nav_wrapper .jd_menu {
	padding:12px 5px 8px 5px;
	margin:0;
}

#nav_wrapper .jd_menu li {
	padding:0 25px 0 15px;
	margin:0;
	display:inline;
	background:url(/themes/main/images/top_nav_bg.gif) 0 4px no-repeat;
}

#nav_wrapper .jd_menu li a {
	padding:0;
	margin:0;
	color:#363d45;
	font-size:12px !important;
	
}

#nav_wrapper .jd_menu li a:hover {
	color:#6f0061;
}

.jd_menu ul {
	background:#eaeaea;
}

.jd_menu ul li {
	display:block !important;
}

.jd_menu ul li ul li {
	display:block !important;
}

.jd_menu ul li ul li ul li{
	display:block !important;
}

#left_nav {
	padding:0;
	margin:0;
}

#left_nav a {
	width:154px; /*184*/
	padding:0;
	margin:0;
	display:block;
	color:#363d45;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	background:url(/themes/main/images/left_nav_bg.jpg) repeat-y;
	padding:9px 15px 
}

#left_nav a:hover {
	color:#6f0061;
}

.shadow {
	background:url(/themes/main/images/left_nav_shadow.jpg) no-repeat;
	width:184px;
	height:8px;
	padding:0;
	margin:0;
	font-size:0;
}

.form_title {
	color:#363d45;
	font-size:12px;
	font-weight:bold;
	padding:6px 0 3px 6px;
}

.auth_input_field {
	border:1px solid #cccccc;
	width:164px;
	padding:1px 5px;
	margin:0 0 0 5px;
	background:#fcfcfc;
}

#auth_button {
	position:relative;
	height:40px;
}

#auth_button a {
	display:block;
	position:absolute;
	top:10px;
	left:5px;
	width:80px;
}

#auth_submit {
	position:absolute;
	border:1px solid #cccccc;
	width:50px;
	padding:2px 1px;
	top:7px;
	right:4px;
	font-size:10px;
	background:#fcfcfc;
}

#faq_submit {
	position:absolute;
	border:1px solid #cccccc;
	width:75px;
	padding:2px 1px;
	top:95px;
	right:4px;
	font-size:10px;
	background:#fcfcfc;
	text-transform:uppercase;
}

#briefs {
	width:220px;
}

#faq_wrapper {
	background:#f5f5f5;
	position:relative;
	height:125px;
	margin:0 0 15px 0;
}

#faq {
	border:1px solid #cccccc;
	width:164px;
	height:60px;
	padding:1px 5px;
	margin:0 0 15px 5px;
	background:#fcfcfc;
}

#content {
	padding-right:25px;

}

#content_wrapper {
	background:#f5f5f5;
	padding:10px 15px;
    margin-bottom:15px;
}

.news_item {
	
}

.news_item img {
	float:left;
	border:2px solid #3e3e3e;	
	margin:0 15px 10px 0;
}

#catalogue_brief {
	background:#f5f5f5;
	padding:10px 15px;
	margin:5px 0 15px 0;
	font-size:10px !important;
} 

#catalogue_brief .title {
	font-weight:bold;
	display:block;
	margin:0 0 5px 0;
}


#catalogue_brief img {
	border:2px solid #fff;
	margin:5px 10px 10px 0;
	float:left;
} 

.divider {
	background:url(/themes/main/images/divider.jpg) 0 2px repeat-x;
	height:5px;
	padding:0;
	margin:0;
	font-size:0;
	margin:10px 0 6px 0;
	clear:both;
}

#search {
	position:relative;
}

#search_field {
	float:left;
	border:1px solid #cccccc;
	width:144px;
	padding:1px 5px;
	margin:0 0 0 5px;
	background:#fcfcfc;
}

#search_submit {
	padding:0;
	margin:0;
	float:right;
	text-transform:uppercase;
	border:1px solid #cccccc;
	width:50px;
	padding:2px 1px;
	font-size:10px;
	background:#fcfcfc;
}

#catalogue_more {
	display:block;
	text-align:right;
	background:url(/themes/main/images/arrow.gif) 145px 3px no-repeat;
}


.clearer {
	width:100%;
	clear:both;
	height:1px;
	padding:0;
	margin:0;
}

#footer {
	background:#6f0061;
	border-top:2px solid #000;
	height:70px;
	position:relative;
}

#address {
	width:245px;
	position:absolute;
	top:20px;
	right:15px;
	color:#fff;
	border-left:1px solid #fff;
	padding:0 0 0 15px;
}

#copyright {
	width:320px;
	position:absolute;
	top:20px;
	left:15px;
	color:#fff;
}

#copyright a {
	color:#fff;
}

.highslide img {
	border:2px solid #fff;
}
