/*GENERAL--------------------------------------------------*/

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFF;
	font-family : Arial, Helvetica, Verdana, sans-serif;
}

body.background {
    background-image : url("/images/wall_main.jpg");
	background-repeat:repeat-x;
	background-position:top;
	background-color:#eef0f4;
}

#page {
	margin:0 auto;
	width:990px;
}

div, p, td, tr, li, ul {
	font-size : 14px;
	line-height:19px;
	color : #333;
	font-style : normal;
	margin-top:0px;
}

hr {
	height:1px;
	color:#CCCCCC;
}

.small {
	font-size : 8pt;
}

.odd { background-color: #f4eada; }
.even { background-color: #f7f3ec; }

ul li {
	list-style-image : url("/images/li.gif"); 
	margin : 0px;
	padding :0px;
}


/*LINKS--------------------------------------------------*/

a:link, a:visited {color: #003d7d;}
a:hover {color:#f68d1e;}


/*HEADER--------------------------------------------------*/

#headercontainer {
	margin:0 auto;
	text-align:center;
	width:990px;
	height:329px;
	background-image : url("/images/wall_top.jpg");
	background-repeat:no-repeat;
	background-position:top center;
	padding-top:20px;
}

#headertop {
	margin:0 auto;
	width:910px;
}

#headerleft {
	width:312px;
	float:left;
	text-align:left;
}

#headerright {
	width:598px;
	float:left;
	text-align:right;
}

/*HEADINGS--------------------------------------------------*/

.pageheading {
	clear:both;
	display:block;
	margin:0 auto;
	width:910px;
	height:50px;
	border-top:#FFFFFF 1px solid;
	background-color:#f68d1e;
}

.pageheading h1 {
	float:left;
	text-align:left;
	font-size : 24px;
	font-weight : normal;
	color : #FFF;
	margin:0px;
	padding:15px 0 0 206px;
	line-height:24px;
}

h2.subheading {
	font-weight : normal;
	font-size : 21px;
	color : #333;
	margin-top:10px;
}

h1 {
	font-size : 15px;
	font-weight : bold;
	color : #000000;
}

h2 {
	font-weight : bold;
	font-size : 16px;
	color : #333;
}

h3 {
	font-weight : bold;
	font-size : 10pt;
	color : #000000;
}

/*h4 {
	background-color:#223e72;
	font-weight:bold;
	font-size:11px;
	color:#FFF;
	text-align:left;
	padding-left:15px;
	height:37px;
	line-height:37px;
}*/

h4 {
	font-weight:bold;
	font-size:14px;
	color:#000;
	text-align:left;
	padding:5px;
	border:1px solid #CCC;
	background-color:#F9F9F9;
}

h5 {
	font-weight:normal;
	font-size:10px;
	color:#666666;
	margin:0px;
	padding:0px;
}

h6 {
	font-weight : bold;
	font-size : 8pt;
	color : #000000;
	margin : 0px;
}


/*CONTENT STRUCTURE--------------------------------------------------*/

#contentcontainer {
	overflow:hidden;
	margin:0 auto;
	text-align:center;
	width:990px;
	background-image : url("/images/wall_content.jpg");
	background-repeat:repeat-y;
	background-position:center;
}

#columnwrap {
	margin:0 auto;
	text-align:center;
	width:910px;
}

#left-column {
	width: 160px;
	float: left;
	text-align:left;
	padding-left:10px;
}

#right-column {
	width: 700px;
	float: left;
	text-align:left;
	padding:0 0 30px 40px;
	margin:0px;
}
/*
#content-main div img {
	border-color: #003e7e;
}*/

/*FOOTER STRUCTURE--------------------------------------------------*/

#footercontainer {
	overflow:hidden;
	margin:0 auto;
	text-align:center;
	width:990px;
	height:100px;
	background-image : url("/images/wall_footer.jpg");
	background-repeat:no-repeat;
	background-position:center;
}

#footertop {
	height:20px;
	display:block;
	background-image : url("/images/wall_content.jpg");
	background-repeat:repeat-y;
	background-position:center;
}

#footerwrap {
	margin:0 auto;
	text-align:center;
	width:910px;
}

#footer-left-column {
	width: 410px;
	float: left;
	text-align:left;
	padding-top:50px;
}

#footer-right-column {
	width: 500px;
	float: left;
	text-align:right;
	padding-top:50px;
}

.footer {
	font-size:10px;
	font-weight:bold;
	color:#999;
}

/*LEFT MENU NEW--------------------------------------------------*/

.left-menu ul {
	width:150px;
	margin:0px;
	padding:0px;
	background-image : url("/images/menu_under.gif");
	background-repeat:repeat-x;
	background-position:top;
}

.left-menu li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	text-align:left;
	display:block;
	width:150px;
}

.left-menu li a, .left-menu li a:visited {
	font-weight:bold;
	font-size : 11px;
	color:#223e72;
	text-decoration:none;
	line-height:28px;
	padding-left:10px;
	display:block;
	background-image : url("/images/menu_under.gif");
	background-repeat:repeat-x;
	background-position:bottom;
}

.left-menu li a:hover {
	color:#000;
	background-color:#f4f7f9;
	background-image : url("/images/menu_under.gif");
	background-repeat:repeat-x;
	background-position:bottom;
}

.left-menu ul li:hover ul, .left-menu ul a:hover ul {
	visibility:visible;
	color:#fbcf03;
	display: block;
}

.left-menu li {
	position: relative;
}

.left-menu  ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	display: none;
	background-image : url("/images/menu_under.gif");
	background-repeat:repeat-x;
	background-position:top;
}

.left-menu ul ul li a, .left-menu ul ul li a:visited {
	font-weight:bold;
	font-size : 10px;
	width:150px;
	background-color:#f4f7f9;
	background-image : url("/images/menu_under.gif");
	background-repeat:repeat-x;
	background-position:bottom;
}

.left-menu ul li:hover ul, .left-menu ul ul li a:hover ul {
	display: block;
	background-color:#dbe0e8;
	background-image : url("/images/menu_under.gif");
	background-repeat:repeat-x;
	background-position:bottom;
}


#submenu {
	float:left;
	text-align:left;
	width:100%;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px #eef0f4 solid;
}

.sub-menu ul {
	margin:0px;
	padding: 0px;
}

.sub-menu li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.sub-menu li a, .sub-menu li a:visited {
	font-weight:bold;
	font-size : 10px;
	color:#223e72;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
}

.sub-menu li a:hover {
	color:#000;
}

/*--------HOMEPAGE SLIDESHOW--------*/

#toppic {
	margin:0 auto;
    width: 910px; 
    height:199px;
	display:block;
    overflow:hidden;	
}

div.banner_scrollable { 
    overflow:hidden; 
	text-align:left;
}

div.banner_scrollable div.items { 
    position:absolute; 
} 
 
div.banner_scrollable div.items div { 
    position:absolute;
    top:0;
    left:0;
}

div.banner_scrollable div.items div p { 
	margin:0px;
	padding:0px;
}

div.banner_scrollable div.items div {z-index:8;}
div.banner_scrollable div.items div.active {z-index:10;}
div.banner_scrollable div.items div.last-active {z-index:9;}

/*CMS TABLES--------------------------------------------------*/

TABLE.general {
	background-color:#f4eada;
}

TABLE.general tr th {
	background-image : url("/images/intro_h1.gif");
	background-repeat:no-repeat;
	background-color:#223e72;
	font-weight:bold;
	font-size:11px;
	color:#FFF;
	text-align:left;
	padding-left:15px;
	height:37px;
	width:220px;
}

TABLE.general tr td {
	font-size:11px;
	color:#000;
	padding:10px 15px 15px 15px;
	line-height:15px;
	text-align:left;
	height:80px;
}

TABLE.product {
	background-color:#ffffff;
}

/*TABLE.product tr th {
	background-color:#223e72;
	font-weight:bold;
	font-size:11px;
	color:#FFF;
	text-align:left;
	padding-left:15px;
	height:37px;
	line-height: 11px;
}*/

TABLE.product tr th {
	font-weight:bold;
	font-size:14px;
	color:#000;
	text-align:left;
	padding:5px;
	border:1px solid #CCC;
	background-color:#F9F9F9;
}

TABLE.product tr td {
	font-size:11px;
	color:#000;
	padding:2px 0px 0px 0px;
	line-height:15px;
	text-align:left;
}


TABLE.product tr td img {
	padding-top:20px;
}

TABLE.product tr td h6 {
	text-align:center;
	margin-bottom:20px;
	font-weight:normal;
}


TABLE.border {
	background-color:#eef0f4;
	margin-left: 20px;
}
TABLE.border img {
	padding:10px;
	border : 1px solid #989898;
}

/*FORMS--------------------------------------------------*/

.formmargin {
	margin:0px;
	padding:0px;
}

.forminput {
	font-size:14px;
	font-family : Arial, Helvetica, Verdana, sans-serif;
	border: 1px solid #CCCCCC; 
	background: #FFFFFF;
	color: #000000;
	margin: 0;
	padding-left: 3px;
}

#required, .required {
	border-left: 4px solid #CCCCCC;	
}

.button {
	font-family : Arial, Helvetica, Verdana, sans-serif;
	background:#223e72 none repeat scroll 0 0;
	border:0px;
	padding:2px 5px 2px 6px;
	text-align:center;
	color: #FFF;
	font-size : 11px;
	font-weight:bold;
	margin:0 0 1px 0;
	cursor:pointer;
}
