/*HEADINGS--------------------------------------------------*/

h1 {
	font-family : Arial, Tahoma, sans-serif;
	font-weight : bold;
	font-size : 17px;
	color : #816853;
	margin-top:0px;
}


h1.title {
	font-family : Arial, Tahoma, sans-serif;
	font-weight : normal;
	font-size : 24px;
	color : #000000;
	margin-top:10px;
}

h2 {
	font-family : Arial, Tahoma, sans-serif;
	font-weight : bold;
	font-size : 15px;
	color : #666666;
	padding-bottom:0px;
}

h3 {
	font-family : Arial, Tahoma, sans-serif;
	font-weight : bold;
	font-size : 14px;
	color : #000000;
}

h4 {
	font-family : Arial, Tahoma, sans-serif;
	font-size : 12px;
	color : #333333;
	font-weight : bold;
}

h5 {
	font-family : Arial, Tahoma, sans-serif;
	font-size : 12px;
	color : #000000;
	font-weight : bold;
}

/*GLOBAL--------------------------------------------------*/

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

body.background {
	background-color:#e8d4bf;
}

div, p, td, tr, li, ul {
	font-family : Arial, Tahoma, sans-serif;
	font-size : 14px;
	line-height:21px;
	color : #6b6155;
	font-style : normal;
}

a:link {	color:#df2222;}
a:visited {color: #666666;}
a:hover {color: #000000;}

hr {
	height:1px;
	color:#CCCCCC;
}

ul li {
	list-style-type : square;
}

.small {
	font-family : Tahoma, Verdana, sans-serif;
	font-size : 10px;
}

.odd { background-color: #D5D9FE; }
.even { background-color: #EEEEEE; }


/*CORE--------------------------------------------------*/

#page {
	margin:0 auto;
	padding:0;
	clear:both;
	text-align:center;
	width:100%;
}

/*HEADER--------------------------------------------------*/

#headercontainer {
	height: 153px;
	width:100%;
	background-image : url("/images09/wall_top_sides.jpg");
	background-position:top;
	background-repeat:repeat-x;
}

#header {
	margin:0 auto;
	width:990px;
	height:153px;
	background-image : url("/images09/wall_top.jpg");
	background-position:top center;
	background-repeat:no-repeat;
	clear:both;
	overflow:hidden;
}

#headerleft {
	width:430px;
	float:left;
}

#headerright {
	width:560px;
	float:left;
}


/*LEFT MENU--------------------------------------------------*/

#menuwrap {
	width:230px;
	height:478px;
	background-image : url("/images09/menu_under.gif");
	background-position:top;
	background-repeat:no-repeat;
}

.left-menu ul {
	margin:0px;
	padding-left:40px;	
}

.left-menu li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	text-align: left;
	border-bottom:1px solid #d8c4b4;
	width:120px;
}

.left-menu li a, .left-menu li a:visited {
	font-family : Verdana, sans-serif;
	font-weight:bold;
	font-size : 14px;
	color:#FFFFFF;
	text-decoration:none;
	line-height:29px;
	padding-left:10px;
	display:block;
}

.left-menu li a:hover {
	color:#000000;
	background-color:#d48a70;
}

/*CONTENT--------------------------------------------------*/

#headingwrap {
	margin:0 auto;
	text-align:center;
	width:990px;
}

#pageouter {
	width: 100%;
	height:100%;
	margin:0px;
	background-image : url("/images09/wall_main_sides.jpg");
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	clear:both;
	overflow:hidden;
}

#pagecontent {
	width: 100%;
	height:100%;
	margin:0px;
	background-image : url("/images09/wall_main.jpg");
	background-position:top center;
	background-repeat:no-repeat;
	clear:both;
	overflow:hidden;
}

#pagecontentwrap {
	margin:0 auto;
	text-align:center;
	width:990px;
}


/*--------HOMEPAGE--------*/

.introtext H1 {
	font-family : Arial, Tahoma, sans-serif;
	font-weight : normal;
	font-size : 24px;
	color : #000000;
	margin:0px;
}

.introtext H2 {
	font-family : Arial, Tahoma, sans-serif;
	font-weight : normal;
	font-size : 17px;
	color : #000000;
	margin-top:10px;
}



/*--------HOMEPAGE ANIMATION--------*/

div.banner_scrollable { 
    position:relative; 
    overflow:hidden; 
    width: 700px; 
    height:270px;
	margin-bottom:30px;
}
 
div.banner_scrollable div.items { 
    width:20000em; 
    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;
}

/*CONTENT COLUMNS--------------------------------------------------*/

#left-column {
	width: 230px;
	float: left;
	margin: 0px;
}

#left-content {
	width: 152px;
	padding-left: 25px;
	padding-right: 53px;
	float: left;
	
}
#left-content p{
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: 15px;
}

#right-column {
	width: 700px;
	float: left;
	text-align:left;
}


/*FOOTER--------------------------------------------------*/

#footercontainer {
	margin:0 auto;
	text-align:center;
	width:100%;
	clear:both;
	height:116px;
	background-image : url("/images09/wall_footer.jpg");
	background-position:top;
	background-repeat:repeat-x;
}

#footer {
	width:900px;
	margin:0 auto;
	text-align:center;
	padding-top:70px;
}

#footerleft {
	float:left;
	text-align:left;
	width:230px;
	font-family : Tahoma, sans-serif;
	font-weight : normal;
	font-size : 10px;
	color : #a08876;
}

#footerright {
	float:left;
	text-align:right;
	width:670px;
	font-family : Tahoma, sans-serif;
	font-weight : normal;
	font-size : 10px;
	color : #a08876;
}

#footerleft a, #footerright a, #footerleft a:visited, #footerright a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#df2222;
}

#footerleft a:hover, #footerright a:hover  {
	text-decoration:none;
	font-weight:bold;
	color:#000;
}


/*FORMS--------------------------------------------------*/

.formmargin {
	margin-top : 0px;
	margin-bottom : 0px;
}

.forminput {
	border: 1px solid #d3b595; 
	background: #f7f2ea;
	color: #000000;
	margin: 0;
	padding: 2px;
	font-size : 11px;
	font-family : Arial, sans-serif;
}
	
.forminputrequired {
	border: 1px solid #d3b595; 
	background: #f7f2ea;
	color: #000000;
	margin: 0;
	padding: 2px;
	font-size : 11px;
	border-left: 3px solid #d3b595;	
}

.button {
	background:#fbcf03 none repeat scroll 0 0;
	border:1px solid black;
	padding:1px;
	color: #000000;
	font-family : Arial, sans-serif;
	font-size : 11px;
	font-weight:bold;
	margin:0;
	cursor:pointer;
}

/*TABLES--------------------------------------------------*/

TABLE.ripped {
	width:310px;
	height:410px;
	background-image : url("/images09/ripped_under.gif");
	background-position:top;
	background-repeat:no-repeat;
	padding:30px 40px 0 40px;
	margin-left:20px;
}

TABLE.ripped tr td h1 {
	font-family : Arial, sans-serif;
	font-size : 14px;
	font-weight:bold;
	color: #000000;
	margin-bottom:10px;
}

TABLE.ripped tr td h2 {
	font-family : Arial, sans-serif;
	font-size : 12px;
	line-height:16px;
	font-weight:bold;
	color: #000000;	
	margin-bottom:5px;
	margin-top:5px;
}

TABLE.ripped tr td p {
	font-family : Arial, sans-serif;
	font-size : 11px;
	line-height:15px;
	color: #000000;
	margin-bottom:5px;
	margin-top:5px;
}

TABLE.ripped tr td img {
	margin-left:5px;
}

TABLE.ripped tr td hr {
	height:1px;
	color:#e8d4bf;
}

TABLE.ripped tr td ul li {
	font-family : Arial, sans-serif;
	font-size : 11px;
	line-height:15px;
	color: #000000;
	margin-left:-25px;
}

/* Jquery Gallery */
/* the overlayed element */
.simple_overlay {
	display:none;
	z-index:10000;
	background-color:#333;
	width:676px;	
	min-height:200px;
	border:1px solid #666;
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(/images/jquery/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* the large image. we use a gray border around it */
#img {
	border:1px solid #666;
}

/* "next image" and "prev image" links */
.simple_overlay .next, .simple_overlay .prev {
	
	/* absolute positioning relative to the overlay */
	position:absolute;
	top:40%;	
	border:1px solid #666;	
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#fff;
	font-size:11px;
	/* upcoming CSS3 features */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

.simple_overlay .prev {
	left:0;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}

.simple_overlay .next {
	right:0;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;	
}

.simple_overlay .next:hover, .simple_overlay .prev:hover {
	text-decoration:underline;
	background-color:#000;
}

/* when there is no next or previous link available this class is added */
.disabled {
	visibility:hidden;		
}

/* the "information box" */
.simple_overlay .info {
	position:absolute;
	bottom:0;
	left:0;	
	padding:10px 16px;
	color:#fff;
	font-size:11px;
	border-top:1px solid #666;
}

.simple_overlay .info strong {
	display:block;	
}

/* progress indicator (animated gif). should be initially hidden */
.simple_overlay .progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}

.simple_overlay .next, .simple_overlay .prev, .simple_overlay .info {
	background:#333 !important;
	background:rgba(0, 0, 0, 0.6) url(/images/jquery/h80.png) repeat-x;		
}


/* the thumbnails */
#triggers {
	text-align:center;
}

#triggers img {
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	margin:15px 2px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* the active thumbnail */
#triggers a.active img {
	outline:1px solid #000;
	z-index:999;
	position:relative;
}

/*BUTTON--------------------------------------------------*/

a.buttonred, a.buttonred:visited {
	background-color:#ef3d01;
	border:0px;
	padding:5px;
	width:70px;
	color: #ffffff;
	font-family : Tahoma, sans-serif;
	font-size : 10px;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	text-decoration: none;
}

a.buttonred:hover {
	background-color:#000000;
	color: #FFF;
}

a.buttonlarge, a.buttonlarge:visited {
	background-color:#ef3d01;
	border:0px;
	padding-left: 28px;
	padding-right: 28px;
	padding-top: 5px;
	padding-bottom: 5px;
	width:112px;
	color: #ffffff;
	font-family : Tahoma, sans-serif;
	font-size : 15px;
	line-height: 30px;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	text-decoration: none;
}

a.buttonlarge:hover {
	background-color:#000000;
	color: #FFF;
}