@charset "utf-8";
/* created by NK */
body{
	background:#1a260e url(images/body-bg.jpg) -2px left repeat-x;
	margin:0px;
	padding:0px;
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#e7e5e5;
	background-image:url(images/body-bg.jpg);
	background-repeat:repeat-x;
	background-color:#1a260e;
	background-position:left -2px;
}

a{
	text-decoration:none;
	color:#e7e5e5;
}

a:hover{
	text-decoration:none;
	color:#ffffff;
}


.pag{
	width:16px; 
	height:15px; 
	border: 1px solid #000000; 
	background-color:#1a260e; 
	font: bold 12px verdana, Helvetica, sans-serif; 
	color: #fce6a8; 
	text-decoration: none; 
	padding:1px 4px 1px 4px; 
}
.pag:hover {
	width:16px; 
	height:15px; 
	background-color:#517130; 
	font: bold 12px verdana, Helvetica, sans-serif; 
	color: #ffffff; 
	text-decoration: none; 
	padding:1px 4px 1px 4px; 
	border: 1px solid #000000; 
}
.pag_dg {
	width:16px; 
	height:15px; 
	background-color:#1a260e; 
	font: bold 12px verdana, Helvetica, sans-serif; 
	color: #ffffff; 
	text-decoration: none; 
	padding:1px 4px 1px 4px; 
	border: 1px solid #666665;
	cursor:default;
}

img{
	border:none;
}

p{
	margin:0px;
	padding:0px;
}

form{
	margin:0px;
	padding:0px;
}

input{
	font-family:"Trebuchet MS";
	font-size:12px;
	background:#f5f5f5;
	border:1xp #cccccc solid;
}

.line_bg{
	background:url(images/line-bg.gif) bottom repeat-x;
}

.white{
	color:#ffffff;
}

.lo{
	color:#fde8a8;
}

.lo a{
	color:#fde8a8;
	text-decoration:none;
}

.lo a:hover{
	color:#ffffff;
	text-decoration:none;
}

.green{
	color:#7eb149;
}

.f13{
	font-size:13px;
}

.f11{
	font-size:11px;
}

.tc{
	text-transform:capitalize;
}
.border_green{
border:2px;
border-color:#ffffff;
border-style:dashed;
}

/**********Preformated for gallery*************/
.stepcarousel{
position: relative; /*leave this value alone*/
/*border: 10px solid black;*/
overflow: scroll; /*leave this value alone*/
width: 600px; /*Width of Carousel Viewer itself*/
height: 150px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 8px;
	top: 6px;

}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: -4px 10px; /*margin around each panel*/
width: 185px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
/***********END************/

