
body {
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	background: #000000 url(/imgs/bg2.jpg) top left no-repeat;
}

a:link, a:visited { color: #970800; text-decoration: underline; font-weight: normal; } 
a:active, a:hover { color: #970800; text-decoration: none; }

p {
	margin: 0px;
	padding: 0px;
}

.bold {
	font-weight: bold;
}

.boldred {
	font-weight: bold;
	color: #970800;
}

.boldredBig {
	padding: 0 0 0 120px;
	font-size: 24px;
	font-weight: bold;
	color: #970800;
}

h1 {
	padding: 0 0 0 0px;
	font-size: 24px;
	font-weight: bold;
	color: #970800;
}

.justred {
	color: #E21000;
	font-family: Times New Roman, Helvetica, sans-serif;
	font-size: 16px;
}

.justred a a:hover{
	color: #0d5c8c;
}

p.italic{
	font-style: italic;
}

p.quoter{
	text-align: right;
}

p.footername{
	font-family: Courier, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #970800;
}

p.form{
	margin: 0 0 8px 0;
}

input{
	color: #000000;
	background: #aaaaaa;
	border: 1px solid #FCFCFC;
}

textarea{
	color: #000000;
	background: #aaaaaa;
	border: 1px solid #FCFCFC;
}

img {
	margin: 0 0 15px 0;
	padding: 0px;
	border: 2px solid #FFFFFF;
}

.nb img {
	margin: 0 0 5px 0;
	padding: 0px;
	border: 0px;
}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.margin_bottom_10 { clear: both; width: 100%; height: 10px; font-size: 1px;	}
.margin_bottom_15 { clear: both; width: 100%; height: 15px; font-size: 1px;	}
.margin_bottom_20 { clear: both; width: 100%; height: 20px; font-size: 1px;	}
.margin_bottom_30 { clear: both; width: 100%; height: 30px; font-size: 1px;	}
.margin_bottom_40 { clear: both; width: 100%; height: 40px; font-size: 1px;	}
.margin_bottom_50 { clear: both; width: 100%; height: 50px; font-size: 1px;	}
.margin_bottom_60 { clear: both; width: 100%; height: 60px; font-size: 1px;	}

.margin_right_40 { margin-right: 40px; }
.margin_right_60 { margin-right: 60px; }

.h_divider { background: url(/images/horizontal_divider.jpg) bottom repeat-x; }
.vl_divider { background: url(/images/vertical_divider.jpg) left repeat-y; }
.vr_divider { background: url(/images/vertical_divider.jpg) right repeat-y; }

.fl { float: left; }
.fr { float: right; }


.lta { text-align: left; }
.cta { text-align: center; }
.rta { text-align: right; }

.header_01 {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	font-size: 16px;
	color: #970800;
	font-weight: bold;
}

h2 {
	padding: 0 0 3px 0;
	font-size: 12px;
	font-weight: bold;
	color: #970800;
}

h3 {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	font-size: 16px;
	color: #970800;
	font-weight: bold;
}


.header_02 a {
	padding: 0 0 5px 0;
	font-size: 12px;
	font-weight: bold;
	color: #fbbc53;
}

.header_03 {
	padding: 0;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
}

.rc_btn_01 a {
	clear: both;
	float: right;
	display: block;
	width: 100px;
	height: 25px;
	padding: 5px 0 0 0;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	border: none; 
	background: url(/images/button_01.jpg) no-repeat;
}

#container {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 0 11px;
	background: url(/images/container_bg.png) repeat-y;
}

#top_banner {
	width: 960px;
	height: 117px;
	margin: 0 auto;
	text-align: center;
	background: url(/images/top_banner.jpg) center no-repeat;
}
#topbanner #logo {
	float: left;
	margin: 0px 0 0 0px;
	width: 960px;
	height: 117px;
	background: url(/images/top_banner.jpg) center no-repeat;
}

#banner {
	width: 960px;
	height: 230px;
	margin: 0px auto;
	text-align: center;
	vertical-align: top;
}


/* menu */

#menu {
	clear: both;
    width: 960px;
	height: 22px;
	text-align: center;
	margin: 0px 0 0 0px;
}

#menu ul {
	float: center;
	margin: 0px;
	padding: 0 0 0 0px;
	list-style: none;
}

#menu ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
}

#menu ul li a {
	position: relative;	
	float: center;
	display: inline-block;
	height: 20px;
	margin-right: 0px 10px 0px 10px;
	text-align: center;
	padding: 0px 10px 0px 10px;
	font-size: 13px;
	font-weight: 100;
	text-decoration: none;
	color: #ffffff;	
	outline: none;
}

#menu li a:hover, #menu li .current {
	position: relative;
	color: #E21000;
}

#menu li a:hover span, #menu li .current span	{
	position: absolute;
	display: inline-block;
	width: 15px;
	height: 42px;
	top: 0;
	left: 0;
}

/* end of menu */

/* content */

#content {
	padding: 0 20px;
}

.column_w190 { width: 190px; }
.column_w210 { padding: 0 20px; margin-top: 40px; width: 185px; /* width 205 */}
.column_w270 { padding: 0 20px;	margin-top: 40px; width: 245px; /* width 205 */}
.column_w270x { padding: 0 20px 0 60px;	margin-top: 40px; width: 245px; /* width 205 */}
.column_w430 { padding: 0 20px;	margin-top: 40px; width: 430px; /* width 470 */}
.column_w430 p { text-align: justify; margin-bottom: 15px; font-size: 15px;}
.column_w500 { padding: 0 20px;	margin-top: 40px; width: 500px; /* width 470 */}
.column_w520x { padding: 0 20px 0 40px;	margin-top: 40px; width: 560px; /* width 470 */}
.column_w580 { padding: 0 20px; margin-top: 40px; width: 580px; /* width 470 */}
.column_w580 p {  text-align: justify; }
.column_w920 { width: 880px; padding: 0 20px;}
.column_wfull { width: 920px; padding: 0 0px; text-align: center;}

.latest_news {
	clear: both;
	padding-bottom: 10px;
	text-align: justify;
}

.testimonials {
	clear: both;
	padding-bottom: 10px;
}

.category_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.category_list li { 
	display: inline-block;
	height: 20px;
	width:130px;
	padding: 6px 0 0 25px;
	margin: 0 0 5px 0;
}

.category_list li a { 
	color: #cccccc;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

.category_list li a:hover { 
	color: #fcdd31;
}
	
/* end of content */

#submitter{
	color: #000000;
	background: #970800;
	font-weight: bold;
	border: 1px solid #FCFCFC;
}

/* footer */

#footer {
	clear: both;
	width: 960px;
	padding: 8px 0 8px 0;
	text-align: center;
}

.btmlogo {
	width: 58px;
	height: 35px;
	margin: 0 auto;
	padding: 0 0 4px;
	background: url(/images/lillogo.jpg) no-repeat;
}

.footer_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.footer_list li {
	padding: 0 10px;
	display: inline;
	border-right: 1px solid #cccccc;
}

.footer_list li a {
	color: #cccccc;
	text-decoration: none;
}

.footer_list li a:hover {
	color: #fcdd31;
}

.footer_list .last {
	border-right: none;
}

/* end of footer */




/* SLIMBOX */
#globalBox {
	width: 100%;
	margin: 0 auto;
}
#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #333;
}

.lbLoading {
	background: #E7297A url(/imgs/picviewer/loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #333;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/imgs/picviewer/prev.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/imgs/picviewer/next.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #333;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/imgs/picviewer/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

