/*GENERAL--------------------------------------------------*/

html {overflow-y: scroll;}

body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFF;	
}

body.background {
	background-image:url("/images/wall.gif");
	background-repeat:repeat;
	background-color:#000;	
}

div, p, td, tr, li, ul {
	font-size:14px;
	line-height:21px;
	color:#333;
	font-style:normal;
}

hr {
	height:1px;
	color:#CCC;
	background-color:#CCC;
	border:none;
}

.small {
	font-size:11px;
}

.smalltop {
	font-size:11px;
	line-height:12px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

.odd { background-color: #f4eada; }
.even { background-color: #f7f3ec; }

ul li {
	list-style-type:square;
	line-height:19px;
	margin:0px;
	padding:0px;
}


/*LINKS--------------------------------------------------*/

a:link, a:visited {color:#129e34;text-decoration:none;}
a:hover {color:#000000;}


/*HEADINGS--------------------------------------------------*/

h1#pageheading {
	display:block;
	text-align:left;
	font-weight:bold;
	font-size:24px;
	color:#000;
	padding:0 0 5px 0;
	margin:0px;
}

h1 {
	font-size:19px;
	font-weight:bold;
	color:#333;
	padding-bottom:0px;
	margin-bottom:0px;
}

h2 {
	font-weight:bold;
	font-size:16px;
	color:#000;
	line-height:24px;
}

h2.subheading {
	font-weight:normal;
	font-size:19px;
	color:#000;
	line-height:24px;
	margin:15px 0;
	padding:0px;
}

h2.formsplit {
	font-weight:bold;
	font-size:16px;
	color:#000;
	margin:0px;
	padding:8px;
	background-color:#FCFCFC;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}

h3 {
	font-weight:bold;
	font-size:15px;
	color:#333;
	margin:0 0 10px 0;
	padding:0px;
}

h4 {
	font-weight:bold;
	font-size:14px;
	color:#73654e;
	padding:0px;
	margin:0px;
}

h5 {
	font-size:12px;
	font-weight:bold;
	color:#982c13;
	padding:0px;
	margin:0px;
}

H6 a:link, a:link H6, H6 a:visited, a:visited H6 {
	background:#129e34 none repeat scroll 0 0;
	border:0px;
	padding:6px 10px;
	margin:0px;
	line-height:18px;
	text-align:center;
	color: #FFF;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
}

H6 a:hover, a:hover H6 {
	background:#000 none repeat scroll 0 0;
}


/*HEADER --------------------------------------------------*/

#headerwrap {
	width:100%;
	height:138px;
}

.walltop {
	/*background-image:url("/images/topright-01.gif");*/
	background-repeat:no-repeat;
	background-position:top right;
}

#headercontainer {
	margin:0 auto;
	text-align:center;
	width:990px;
}

#header-left {
	float:left;
	text-align:left;
	width:550px;	
	margin:0px;
}

#header-right {
	float:left;
	text-align:right;
	width:400px;
	margin:0px;
	padding-right:40px;
}


/*MENU FRAMEWORK--------------------------------------------------*/

#menuwrap {
	width:100%;
	height:45px;
	background-image:url("/images/wall-menu.gif");
	background-repeat:repeat-x;
}

#menucontainer {
	width:910px;
	margin:0 auto;
	text-align:left;
}

#menu-left {
	width:405px;
	float:left;
	text-align:left;
	padding:0px;
	margin:0px;
}

#menu-right {
	width:505px;
	float:left;
	text-align:right;
	padding:0px;
	margin:0px;
}

/*MENUS--------------------------------------------------*/

.horz-drop-menu ul {
	margin:0px;
	padding:0px;
}

.horz-drop-menu li {
	padding:0 20px 0 0;
	font-weight:bold;
	font-size:16px;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	text-align:left;
	position:relative;
	z-index:1000;
	line-height:45px;
}

.horz-drop-menu li#contactus {
	padding:0px;
}

.horz-drop-menu li a, .horz-drop-menu li a:visited {
	text-decoration:none;
	margin:0px;
	padding:0px;
	color:#FFF;
}

#menu-right .horz-drop-menu li a, #menu-right .horz-drop-menu li a:visited {
	color:#c8e121;
}

.horz-drop-menu li a:hover, .horz-drop-menu li a.hover {
	position:relative;
	z-index:1000;
	color:#FFF;
	margin:0px;
	padding:0px;
}

#menu-right .horz-drop-menu li a:hover, #menu-right .horz-drop-menu li a.hover {
	color:#c8e121;
}

.horz-drop-menu ul li:hover ul, .horz-drop-menu ul a:hover ul {
	visibility:visible;
}

.horz-drop-menu ul ul {
	width:200px;
	visibility:hidden;
	position:absolute;
	top:100%;
	left:0;
	margin:0px;
	padding:0px;
    z-index:10;
	background-color:#097c24;
}

.horz-drop-menu ul ul li {
	width:200px;
	text-align:left;
	margin:0px;
	padding:0px;
	border-left:0px;
	border-bottom:1px solid #FFF;
}
									  
.horz-drop-menu ul ul li a, .horz-drop-menu ul ul li a:visited {
	font-weight:bold;
	font-size:11px;
	color:#c8e121;
	float:left;
	display:block;
	line-height:28px;
	padding:0 0 0 10px;
	margin:0px;
}

.horz-drop-menu ul ul li a:hover, .horz-drop-menu ul ul li a.hover {
	width:190px;
	color:#FFF;
	background-color:#000;
	float:left;
	display:block;
	line-height:28px;
	padding:0 0 0 10px;
	margin:0px;
}


/*---Submenu---*/

#submenucontainer {
	text-align:left;
	display:block;
	padding:5px 0;
	clear:both;
	overflow:hidden;
}

.submenu ul {
	margin:0px;
	padding:0px;
}

.submenu li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	text-align: left;
	color:#999;
}

.submenu li a {
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	padding:5px;
}

.submenu li a:active, .submenu li a.active {
	color:#333;
	padding:5px;
}

/*CONTENT STRUCTURE--------------------------------------------------*/

#contentwrap {
	text-align:left;
	width:100%;
	margin:0px;
	padding:0px;
	background-color:#FFF;
}

#contentcontainer {
	overflow:hidden;
	margin:0 auto;
	text-align:left;
	width:910px;
	padding:50px 0 30px 0;
}

/* Make a href anchors work */
#contentcontainer a {
	display: inline-block;
}

.intro div {
	margin-top:30px;
}

.intro div p {
	font-weight:normal;
	font-size:19px;
	line-height:26px;
}

.content-right {
	float:right;
	display:block;
	width:415px;
	min-height:380px;
	background-image:url("/images/wall-right.gif");
	background-repeat:no-repeat;
	background-position:top;
	margin:0 0 0 40px;
	padding:20px 40px;
}	

/*HOMEPAGE SCROLLING--------------------------------------------------*/

#scrollable-container {
	float:right;
	display:block;
	width:495px;
	min-height:380px;
	background-image:url("/images/wall-right.gif");
	background-repeat:no-repeat;
	background-position:top;
	margin-left:40px;
}

div.hori_scrollable {
    position:relative;
    overflow:hidden;
	width:495px;
    height:380px;
	float:left;
} 
 
div.hori_scrollable div.items { 
    width:20000em; 
    position:absolute; 
} 
 
div.hori_scrollable div.items div { 
    float:left; 
	padding:0px;
	width:405px;
	margin:20px 40px;
} 

div.hori_scrollable div ul li {
	margin-left:-20px;
}


/*FOOTER--------------------------------------------------*/

#footercontainer {
	overflow:hidden;
	margin:0 auto;
	width:910px;
	padding:30px 0;
}

#footer-left-column {
	width:630px;
	float:left;
	text-align:left;
}

#footer-right-column {
	width:280px;
	float:left;
}

#footer-left-column p, #footer-right-column p {
	font-size:11px;
	line-height:16px;
	font-weight:bold;
	color:#999;
	margin:0px;
	padding:0px;
}

#footer-left-column p a:hover, #footer-right-column p a:hover {
	color:#FFF;
}

#footer-left-column p span.login a {
	margin-left:30px;
	color:#000;
}


/*FORMS--------------------------------------------------*/

#formmarginsearch {
	width:270px;
	margin:0px;
}

#formmarginsearch h3 {
	text-align:left;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	margin:0px;
	padding:0 0 5px 0;
}


.formmargin {
	margin:0px;
}

.forminput {
	border: 1px solid #CCC; 
	background-color:#EEE;
	color: #000000;
	margin:0;
	padding-left:3px;
}

.reginput {
	border: 1px solid #FFF; 
	color: #000;
	margin:0;
	padding-left:3px;
	line-height:18px;
	font-size:11px;
}

.required {
	border-left: 4px solid #999;	
}

.button {
	background:#129e34 none repeat scroll 0 0;
	border:0px;
	padding:2px 6px;
	margin:0px;
	line-height:18px;
	text-align:center;
	color: #FFF;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
}

#ems-sidebar {
	float:right;
	text-align:left;
	width:280px;
	margin-top:45px;
}

#ems-sidebar p {
	padding:0 0 5px 0;
	margin:0px;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
}

/*CMS TABLES--------------------------------------------------*/

TABLE.statistics {
	background-image:url("/images/statistics-under.gif");
	background-repeat:no-repeat;
	background-position:top;
	width:200px;
	height:140px;
	margin-left:30px;
}

TABLE.statistics tr td p {
	padding:35px 30px 10px 15px;
	color:#FFF;
}

TABLE.orderdetails {
	border-top:1px solid #EEE;
}

TABLE.orderdetails tr td {
	border-bottom:1px solid #EEE;
	padding:10px 0;
}


/*CMS IMAGE STYLES--------------------------------------------------*/

img.left {
	margin-right:30px;
	float:left;
}

img.right {
	margin-left:30px;
	float:right;
}
