/*======================================*
** style.css
** ------------------------------------------------------------*
** Created: 11-01-07 (dd-mm-yy)
** Author: onedollartemplates.com
** Template: Dark Splinter
**======================================*/


/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body, html { height: 100%; }
body {
	/*font-family: Tahoma, Arial, Helvetica, sans-serif;*/
	font-family: Verdana;
	font-size: 66%;
	margin: 0;
	padding: 0;
	/*background: #000 url(../img/bg.jpg) repeat-x 50% 0;*/
	text-align: center;
	color: #5e5c5d;
	
	}

/* headers */
h2, h3, h4, h5, h6 { color: #ffc; margin: 0; font-weight: normal; }
h2 { font-size: 18px; padding: 20px 0; }
h3 { 
	font-size: 16px;
	color: #6b0501;
	padding: 0px 0px;}
h4 { font-size: 14px; padding: 15px 0; }
h5 { font-size: 12px; padding: 10px 0; }	
h6 { font-size: 1.2em; padding: 10px 0 0; }

/* text */
p { font-size: 10px; line-height: 1.2em; margin: 0 0 15px; }
acronym { cursor: help; }
code { font-size: 1.5em !important; margin: 0 0 20px; border: 1px dashed #333; padding: 10px; display: block; background-color: #111; color: #ffc; }
blockquote { font-family: Verdana; margin: 0 0 20px; border: 1px solid #333; padding: 15px 15px 0 15px; display: block; background-color: #111; }
blockquote p { margin-bottom: 15px; }

/* links */
a { text-decoration: none; color: #ff9; }
a:hover { text-decoration: underline; }

/* images 
img { border: 5px solid #333; margin: 0 10px 10px 0; }	
a img { border: 5px solid #2F1C07; }
a:hover img { border-color: #50300C; }
img.right { margin-left: 10px; }*/

/* lists */
ul, ol, dl, table, blockquote, code { font-size: 11px; }
ul, ol, dl { margin: 0 0 30px; padding: 0 0 0 25px; }
ul ul { font-size: 1em; margin: 0; }
ol ol { font-size: 1em; margin: 0; }
dl { padding: 0; }
dl dt { font-weight: bold; }

/* tables */
table { margin: 0 0 30px; border: 1px solid #333; border-spacing:0px 0px; }
table th, table td { padding: 3px; text-align: left;  }
table th { background-color: #222; }

/* forms */
fieldset { 
border: 1px solid #333;
border-bottom: none;
 background-color: #EBEBEB;
 padding: 20px; 
 margin: 20px 0px; 
 /*background:#fff url(/img/fieldbc.png) no-repeat bottom;
 background-size:100%;*/
 min-height:250px !important;
 width:999px;
 }
fieldset a{
color: #ac281c;
} 
 
fieldset legend { display: none; }
fieldset form p { clear: both; }
fieldset form p label {
 float: left; 
 display: block; 
 width: 16%;  
 margin-left: 10%; 
 }
fieldset form p input,
fieldset form p select,
fieldset form p textarea { 
border: 3px solid #ccc; 
background-color: #999;
 background: url(/img/inbc.png) repeat-x ;
padding: 7px; 
width: 35%;
 font-family: Verdana; }
fieldset form p select { width: 52.5%; }
fieldset form ul.fieldlist { margin: 0 0 20px 46%; padding: 0; list-style-type: none; }
fieldset form ul.fieldlist li { padding: 0 30px 5px 0; white-space: nowrap; }
fieldset form input.btn { 
width: auto; 
border-color: #7a7a7a; 
 
background: url() #5d5d5d;
padding: 10px; cursor: pointer; color: #ffc; font-weight: bold; }

/* horizontal rule */
hr { border: 0; height: 1px; background-color: #333; color: #333; margin: 30px 0 0; }

/* classes */
.left { float: left; }
.right {float: right; }

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/
.container {
	margin: 0 auto;
	width: 1100px;
	text-align: left;
	/*min-height: 100%;*/
	height: auto !important;
	height: 100%;
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/
#header { 
	position: relative;
	padding: 0px 0px 26px 0px; 
	background: url(/img/hb.jpg) repeat-x ;
	height:40px;
	
	}

/* logo */
.logo{
/*background: url(/img/logo.png) no-repeat;*/
margin-top:20px;
padding-right:20px;
height:76px;
width:76px;
float:left;
}
#header h1 {
	font-size: 3.2em;
	font-weight: normal;
	margin: 0;
	}
#header h1 a { color: #ffc; }
#header h1 a:hover { text-decoration: none; }

/* if you want to replace the logo with 
an image, comment out the above logo code and
uncomment the following */
/* 
#header h1 {
	background: url(../img/logo.gif) no-repeat;
	width: [your-logo-width-here]px;
	height: [your-logo-height-here]px;	
	margin: 0;
	}	
#header h1 a {
	display: block;
	height: 100%;
	text-indent: -9999px;
	outline: none;
	}
*/	

/* Search */
#header form {
	position: absolute;
	top: 45px;
	right: 0;
	margin: 0;
	}
#header form p { margin: 0; }
#header form input {
	padding: 11px 5px;
	font-size: 1.2em;
	background-color: #000;
	color: #ccc;
	border: 0;
	width: 225px;
	}
#header form input.btn {
	width: auto;
	padding: 7px 5px;
	border: 3px solid #000;
	background-color: #333;
	line-height: 16px;
	}

/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/ 
#header ul {
	/*background-color: #2F1C07;*/
	list-style-type: none;
	margin: 0px 0 0;
	padding: 0;
	width: 100%;
	/*padding: 10px 0;*/
	}
#header ul:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	}
#header ul li {
	float: left;
	margin: 0 9px;
	font-size: 1.2em;
	}
#header ul li a {
	display: block;
	padding: 10px 33px;
	}
#header ul li a.on {
	text-decoration: none;
	background-color: #50300C;
	}
	
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/ 
#content {
	background-color: #828594;
	padding: 0 10px 45px 30px;
	height: auto;
	background: url('/img/fieldbc.png') no-repeat scroll center bottom / 1040px auto #828594;
	}
#content:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	}
/* the following enables you to add content 
directly into the content div for a one 
column layout while still adding the 
correct margins. */
#content * { margin-right: 20px; }
#content div { margin-right: 0; }
#content div * { margin-right: 0; }
em, strong, acronym, del, /*label,*/ input, select, textarea, a { margin: 0 !important; }

/* left column formatting */
#content #left {
	width: 400px;
	margin-right: 40px;
	float: left;
	}	

/* right column formatting */	
#content #right {
	float: left;
	width: 260px;
	background: url(../img/subnav_.jpg) repeat-x;
	min-height: 322px;
	margin-top: 10px;
	padding: 0 20px 20px;
	}
* html #content #right { height: 322px; }


/* generic content */
#content p.info {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 10px 0;
	position: relative;
	height: 1%;
	}	
#content p.info a.cmt {	
	position: absolute;
	right: 0;
	top: 10px;
	}
#content p.info a.cmt br { display: none; }	
	
#content ul.links {
	margin: 0 0 30px;
	padding: 0;
	list-style-type: none;
	font-size: 1.2em;
	}	
#content ul.links li {
	border-bottom: 1px solid #333;
	}
#content ul.links li a {
	display: block;
	height: 1%;
	padding: 12px;
	}
#content ul.links li a:hover {
	background-color: #111;
	}
		
#content ul.images {
	margin: 0 0 20px;
	padding: 0;
	list-style-type: none;
	height: 1%;
	}
#content ul.images:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	}	
#content ul.images li {
	float: left;
	margin: 0 11px 11px 0;
	}		

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/ 
#footer {
	margin-top: -83px;
	text-align: left;
	}
#footer div {
	color: #ACA47D;
	background-color: #2F1C07;
	margin: 0 auto;
	width: 720px;
	padding: 30px;
	}
#footer p { margin: 0; position: relative; }
#footer p span	{ position: absolute; right: 0; }
* html #footer p span { right: 30px; }

.login
{
		background-color: #891915;
		background: url(/img/hb.jpg) repeat-x ;
		padding: 30px;
		padding-top:11px;
		width: 150px;
		height:50px;
		float: right;
		margin-top: -37px;
		color:#FF9;
		z-index: 1000;
position: relative;
}
.logout
{
padding-left:5px;
margin-top:0px;
position: absolute;
width:20px;
height:20px;
}

.left-menu{
float: left;
width: 150px;
}
.left-menu li
{
padding:20px;
 list-style-type:none;
 margin-left: -35px;
 background: url(/img/line.jpg) bottom repeat-x ;
}

.info
{
float: left;
margin-left: 40px;
/*width:800px;*/
}
.info1 {
    margin-left: 185px;
    /*position: absolute;*/
}
.del,.red
{
width:18px;
height:18px;
}
.go
{
width:55px;
height:45px;

}
input.red {
text-indent:-9999px;
    line-height:0;
    border:0;
    background:url(/img/red.png);
    height:18px;
    width:18px;
    cursor:pointer;
    float:left;
}
.but{
width:25px;
height:25px;

float:right;
}
