body {
	background: #c0c0c0 url('../graphics/body_back.png') left top repeat;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 80%;
	margin: 0;
	padding: 0;
}

/**** GENERAL CSS - BEGIN ****/
p { margin-top: 0; padding: 0; }
img  { margin: 0; padding: 0; border: 0; }
.ul_error {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.ul_list {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.ul_list li {
    border-bottom: 1px dashed #b9b9b9;
    padding: 5px 0;
}

.content_header {
	margin-top: 0;
	font: normal 18pt tahoma, helvetica, arial, san-serif;
	color: #000000;
}

.content_head_small {
	font-size: 11pt;
	color: #a9a9a9;
}

a:link, a:visited, a:hover  {
	color: #9db03c;
}

a:link, a:visited  {
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;	
}

.sidebar_link:link {
	color: #3b3b3b;	
}

.sidebar_link:visited {
	color: #3b3b3b;	
}

.sidebar_link:hover {
	color: #309fe2;
	text-decoration: none;
}

.label {
	display: block;
}

.inputBox {
	font-size: 10pt;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	color: #000000;
	border: 1px solid #000000;
	margin: 0;
	padding: 2px;
}


.inputBoxReq {
	background-color: #ffffce;
}

.inputSubmit {
	display: block;
	font-size: 10pt;
	color: #ffffff;
	border: 1px solid #000000;
	background: #1a7cb6;	
}

.info_message {
	font-size: 8pt;
	color: #990000;
}

.content-item-title {
	font: 12pt Arial; color: #000000;
	font-weight: bold; 
	text-decoration: none;
}

.content-item-date {
	font: 10pt Arial; color: #000000;
	text-decoration: none;
}

.content_listing { 
margin-bottom: 15px; 
padding-bottom: 10px; 
border-bottom: 1px dashed #cecece;
}

.video_cell_content {
	padding-top: 15px; 
	padding-bottom: 15px; 
	border-bottom: 1px solid #dedede;
}
/**** GENERAL CSS - END ****/

/**** HEADER CSS - BEGIN ****/
#header_container_home {
	width: 100%;
	background: #82a81d url('../graphics/header_back_base.jpg') left top repeat-x;
	height: 435px;
}

#header_box_home {
	width: 100%;
	background: transparent url('../graphics/header_back.jpg') center top no-repeat;
	height: 435px;
}

#header_home {
	background: #343434 url('../graphics/header_content_back.png') left top repeat;
	width: 980px;
	height: 435px;
	text-align: left;
	margin: auto;
}

#header_container {
	width: 100%;
	background: #82a81d url('../graphics/header_back_base.jpg') left bottom repeat-x;
	height: 121px;
}

#header_box {
	width: 100%;
	background: transparent url('../graphics/header_back.jpg') center bottom no-repeat;
	height: 121px;
}

#header {
	background: #343434 url('../graphics/header_content_back.png') left top repeat;
	width: 980px;
	height: 121px;
	text-align: left;
	margin: auto;
}

#header_bar {
	background: #ffffff url('../graphics/header_bar_back.png') left top no-repeat;
	height: 76px;
}

#header_logo {
	float: left;
	margin-left: 13px;
}
/**** HEADER CSS - END ****/

/**** MENU CSS - BEGIN ****/
#menu {
	float: right;
	margin-top: 30px;
}

#menu a:link, #menu a:visited, #menu a:hover {
	color: #000000;
	font-weight: bold;
	font-size: 9pt;
	line-height: 1.5;
	margin-right: 23px;
	text-decoration: none;
}

#menu a:hover {
	background-image: url('../graphics/link_underline_green.png');
	background-repeat: repeat-x;
	background-position: 100% 100%;
	padding-bottom: 2px;
	white-space: nowrap;
}

#icon_bar {
	height: 29px;
	background-color: #000000;
	text-align: right;
	border: 2px solid #000000;
	border-width: 2px 0px;
}

#search_container {
	width: 235px;
	margin: 4px 12px 0px 0px;
	background-color: #ffffff;
	height: 21px;
	text-align: right;
	color: #808080;
	float: right;
}

.customer_links {
	color: #ffffff;
	font-weight: bold;
	font-size: 9pt;
	line-height: 1.5;
	text-decoration: none;
	padding: 0px 10px;
}

.customer_links a:link, .customer_links a:visited, .customer_links a:hover {
	color: #ffffff;
	font-weight: bold;
	font-size: 9pt;
	line-height: 1.5;
	margin-right: 10px;
	text-decoration: none;
}

.customer_links a:hover {
	text-decoration: underline;
}

/**** MENU CSS - END ****/

/**** CONTENT CONTAINMENT - BEGIN ****/
#body_container {
	width: 100%;
	background: transparent url('../graphics/body_drop_shadow_back.png') center top repeat-y;
}

#table-outer {
	margin: auto;
	width: 980px;
}

.cell_container {
	padding: 20px;
	background-color: #ffffff;
	vertical-align: top;
}

.cell_content {
	padding-left: 0px;
	padding-right: 0px;
}

#table-inner {
	height: 400px;
	width: 100%;
	text-align: left;
}

.box_content_dark {
	border: 1px solid #ffffff;
	padding: 15px;
	background: #343434 url('../graphics/header_content_back.png') left top repeat;
	color: #ffffff;
}

.box_content_dark_round {
	border: 1px solid #ffffff;
	border-width: 0px 1px;
	padding: 8px 20px;
	color: #ffffff;
}

.box_content_dark a:link, .box_content_dark a:visited, .box_content_dark a:hover, .box_content_dark_round a:link, .box_content_dark_round a:visited, .box_content_dark_round a:hover  {
	color: #faa818;
}

.box_content_dark a:link, .box_content_dark a:visited, .box_content_dark_round a:link, .box_content_dark_round a:visited  {
	text-decoration: none;	
}

.box_content_dark a:hover, .box_content_dark_round a:hover {
	text-decoration: underline;	
}
.link_alpha_box {
	float: left;
	border: 1px solid #dedede;
	margin: 0px 2px 2px 0px;
	width: 20px;
	height: 20px;
}

.link_alpha_box a:link, .link_alpha_box a:visited, .link_alpha_box a:hover  {
	display: block;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

.link_alpha_box a:link, .link_alpha_box a:visited {
	background: transparent;
}

.link_alpha_box a:hover  {
	background: #dedede;
}

.cell_field_name {
	border-bottom: 1px dashed #808080;
	padding: 4px 0;
	width: 200px;
}

.cell_field_input {
	border-bottom: 1px dashed #808080;
	padding: 4px 0;
}

.content_heading {
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 5px;
}

.content_subheading {
	font-size: 10pt;
	font-weight: bold;
	color: #5a5a5a;
	padding-bottom: 5px;
}

.boxed_title {
	color: #ffffff;
	font-weight: bold;
	font-size: 10pt;
	background-color: #5a5a5a;
	width: 100%;
	height: 30px;
}

.information_headings {
	font-weight: bold;
	color: #5a5a5a;
}

.information_spacing {
	padding-top: 10px; 
	padding-bottom: 10px;
}

.white_links {
	padding: 0px;
	margin: 0px;
}

.white_links a:link {
	color: #ffffff;
	text-decoration: underline;
}

.white_links a:visited {
	color: #ffffff;
	text-decoration: underline;
}

.white_links a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.portfoliotd { text-align: center; }
.portfoliobox { border: 1px solid #808080; background: #eeeeee; padding: 4px 0px; }
.thumbbox { margin: 0px 0px 5px 0px; padding: 2px; border: 1px solid #808080; }

#catalogue_sort_bar {
	border: 0px;
	background: #676767 url('../graphics/side_menu_back.png') left top repeat;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	padding: 2px 5px;
	margin-bottom: 5px;
	color: #ffffff;
}

#catalogue_sort {
	border: 1px solid #000000;
	margin-right: 5px;
}

#catalogue_sort_dir {
	border: 1px solid #000000;
	
}

#catalogue_sort_bar_view {
	float: right;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	
}

#catalogue_sort_bar_view a:link, #catalogue_sort_bar_view a:visited, #catalogue_sort_bar_view a:hover {
	text-decoration: none;
}

#catalogue_sort_bar_view a:link, #catalogue_sort_bar_view a:visited {
	color: #808080;
}

#catalogue_sort_bar_view a:hover {
	color: #ffffff;
}

.catalogue_list_box {
	width: 100%; border-bottom: 1px dashed #cecece; margin-bottom: 15px; padding-bottom: 15px;
}

.catalogue_list_box_right {
	float: right; width: 150px; margin-left: 20px; text-align: center;
}

.catalogue_list_box_left {
	float: left; margin-right: 20px;
}

.catalogue_list_box_center {
	float: left; width: 420px;
}

.catalogue_list_title_box {
	margin-bottom: 5px; padding-bottom: 5px; border-bottom: 1px solid #cecece;
}

.catalogue_list_title {
	font-weight: bold; font-size: 1.2em;
}

.catalogue_list_title_sub {
	font-weight: bold; font-size: 1em;
}

.catalogue_list_price {
	padding: 5px; margin-bottom: 10px; text-align: right; background-color: #d7e6f5; color: #808080;
}

.catalogue_price_box {
	margin-bottom: 4px; background-color: #d7e6f5; color: #808080;
}

.price_box_container {
	margin-bottom: 10px; text-align: center;
}

.price_box_internal {
	margin-bottom: 4px; color: #ffffff; border: 1px solid #b9b9b9; background: #ffffff; padding: 2px;
}

.price_box {
	background: #676767 url('../graphics/side_menu_back.png') left top repeat; padding: 3px;
}

.price_box_price {
	font-weight: bold; font-size: 1.4em; color: #ffffff;
}

#details_title_box {
	margin-bottom: 10px;
}

#details_title {
	margin: 0px;
	font-weight: bold;
	font-size: 1.4em;
}

#details_title_sub {
	margin: 0px;
	font-weight: bold;
	font-size: 1.2em;
}

.menu_left_container {
	padding: 10px 0px;
	background: #676767 url('../graphics/side_menu_back.png') left top repeat;
	color: #ffffff;
	text-align: left;	
}

.menu_left_container a:link, .menu_left_container a:visited, .menu_left_container a:hover  {
	display: block;
	color: #ffffff;
	text-decoration: none;
	margin: 0px;
}

.menu_left_container a:link, .menu_left_container a:visited {
	background: transparent;
}

.menu_left_container a:hover  {
	background: #ffb111;
}

/**** CONTENT CONTAINMENT - END ****/

/**** FOOTER CSS - BEGIN ****/
#footer_outer {
	width: 100%;
	text-align: center;
	background: transparent url('../graphics/body_drop_shadow_back.png') center top repeat-y;
}

#footer_inner {
	margin: auto;
	width: 980px;
	background: #343434 url('../graphics/footer_content_back.png') left top repeat;
	color: #828282;
	text-align: left;
	border-top: 1px solid #d7d7d7;
	font-size: 0.85em;
}

#footer_inner a:link {
	color: #828282;
	text-decoration: none;
}

#footer_inner a:visited {
	color: #828282;
	text-decoration: none;
}

#footer_inner a:hover {
	text-decoration: underline;
}
/**** FOOTER CSS - END ****/

/* ------ Login Pop-up Window ---------*/


#login_background{
	display:none;
	position:fixed;
	height:100%;
	width:100%;
	top:0;
	left:0;
	border:1px solid #cecece;
	z-index:1;
}

#popupLogin{
	display:none;
	position:fixed;
	height: 260px;
	width: 720px;
	z-index:2;
	font-size:13px;
}
#popupLogin h1{
	text-align:left;
	color:#0044ff;
	cursor: pointer;
	font-size:22px;
	font-weight:700;
	border-bottom:1px dotted #D3D3D3;
	padding-bottom:2px;
	margin-bottom:20px;
}

/* ------ Login Pop-up Window ---------*/


/* -------POPUP Overlay Styles ------- */

.overlay_top_left {
	background:url(../graphics/popup_top_left.png) no-repeat left top;
	width: 10px; 
	height: 10px;
}

.overlay_blank {
  	background:url(../graphics/popup_blank.png);
}

.overlay_top_right {
 	background:url(../graphics/popup_top_right.png) no-repeat right top;
	width: 10px; 
	height: 10px;
}

.overlay_body {
 	padding: 20px;
	width: 680px;
	background: #ffffff;
}

.overlay_bottom_left {
	background:url(../graphics/popup_bottom_left.png) no-repeat left bottom;
	width: 10px; 
	height: 10px;
}

.overlay_bottom_right {
 	background:url(../graphics/popup_bottom_right.png) no-repeat right bottom;
	width: 10px; 
	height: 10px;
}

.overlay_content_body {
	display: block;
}

.overlay_content_footer {
	display: block;
	border-top: 1px solid #DDDDDD;
 	padding-top: 10px;
	margin-top: 10px;
	text-align: right;
}

/*------ End POPUP Overlay Styles --------*/


#popup_modal_backdrop {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:1;
}
#popup_modal {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:450px;
	width: 600px;
	background:#FFFFFF;
	border:2px solid #cecece;
	z-index:2000;
	padding:12px;
	font-size:13px;
}
.popup_modal_title {
	text-align:left;
	color:#8d2434;
	cursor: pointer;
	font-size:22px;
	font-weight:700;
	border-bottom:1px dotted #d3d3d3;
	padding-bottom:2px;
	margin-bottom:20px;
}
#popup_modal_close {
	font-size:14pt;
	font-weight: bold;
	line-height:14pt;
	right:6px;
	top:4px;
	position:absolute;
	color:#b90000;
	cursor: pointer;
	font-weight:700;
	display:block;
}

