html, body {
	font-family: Arial;
	font-size: 11px;
	color: #000;
	margin	: 0px;
	padding	: 0px; 
	text-align: center;
	background :#000 url('images/skins/example1/back.jpg');
	background-repeat: repeat;

}

#main {
	margin:0 auto;
	margin-top:16px;
	height:500px;
	padding: 0;
	text-align:left;
	width:850px;
	
}

#nav {
	margin-left:1px;
	float:left;
	width: 110px;
	text-align:left;
	background: #161616;
	height:500px;
}

#nav_reflex {
	position:absolute;
	width: 110px;
	background :url('images/skins/example1/nav_reflex.png');
	background-repeat: no-repeat;
	height:97px;
	margin-top:504px;
	opacity:0.5;
}

#middle {
	margin-left:3px;
	width: 372px;
	float:left;
	
	text-align:left;
	background: #292929;
	padding:4px;
	height:492px;

}

#middle_reflex {

	position:absolute;
	margin-left:-4px;
	width: 380px;
	background :url('images/skins/example1/middle_reflex.png');
	background-repeat: no-repeat;
	height:97px;
	margin-top:500px;
	opacity:0.5;

}

.content {
	overflow-y: auto;
	height:415px;
	color: #FFF;
	width:365px;
}

#left {
	float:left;
	width:292px;
	overflow-x:hidden;
	margin-right:4px;
}


#clear {
	clear: both;
	margin:0px;
	padding:0px;
}
	

#footer p {
	margin: 0;
	padding: 20px 0;
	clear: both; 
	text-align: center;
}
/* End Structure */

	
img {
	margin:0px;
	padding:0px;
}

.img {
	border:1px solid #555d46;
}


/* HEADERS */

h1 {
	font-size: 140%;
	font-weight:bold;
	color:#f8f8f8;
	margin-bottom:5px;
	padding:5px 0px;
	margin-top:1px;

}

h2 {
	font-size: 130%;
	font-weight:bold;
	color:#000;
	padding-bottom:10px;
	margin-bottom:2px;
	margin-top:2px;
	padding-top:1px;
	border-bottom: 1px dotted #c6c6c6;
}

h2.background {
	background: #272b2d;
	border:0px;
	padding:5px;
}


h3 {
	font-size: 120%;
	font-weight:bold;
	color:#FFF;
	margin:2px 0px;
}



/* STANDARD ELEMENTS */

td, span, p, div {
  font-family: Verdana;
  font-size: 11px;
}



/* FORMS */
form {
  font-family: Verdana;
  margin:1px;
}

input {
  background-color:#FFFFFF;
  color: #666666;
  padding :4px;
  font-size : 11px;
  border    : 1px solid  #cdcdcd;
  vertical-align:center;
}

textarea {
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
	padding :4px;
	border    : 1px solid  #b5b5b5;
}

select {
  font-family: Verdana;
  font-size: 11px;
  color: #666666;
  padding :2px 0px;
  border:1px solid #cdcdcd;
}

input.full , select.full {
	width:90%;
}	

.radio {
  vertical-align:middle;
}

.checkbox , checkbox {
  vertical-align:middle;
  border:0px solid #000000;
  background-color: #FFF;
  
}

.button {

	background:#3b3b3b url('images/icons/next.png');
	background-repeat:no-repeat;
	background-position: 95% 48%;
	color   : #FFF;
  	font-size : 120%;
	padding: 5px;
	padding-right:30px;
	border:0px;
	
	border: 1px solid #232323;
}

.button2 {

  background-color:#b03434;
  color   : #FFFFFF;
  font-size : 12px;
  font-weight : bold;
  vertical-align:center;
  font-family: Verdana;
  padding-bottom: 3px;
  text-transform:uppercase;
  height:22px;
  border    : 1px solid #551616;
}


/* A HREF */

a,a.active { 
	color: #6d6d6d;
	font-weight: normal;
	font-size:110%;
}

a:hover {
	text-decoration: none;
	color: #FFF;
	font-size:110%;
}


a img,a.active img { 
	color: #80837d;
	font-weight: normal;
	margin:0px;
}

a img:hover {
	background-color: none;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
}


/* ERROR HANDLING */

.error {
  color : #CC0000;
  font-weight : bold;
}

.error_back {
  background-color : #CC0000;
}

.errorfield {
  background: #F0C3C3;
}

.linethrough {
	text-decoration: line-through;
}

.small {
	font-size:10px;
}

#navigation {
	width: 106px;
	padding:2px;
}

#navigation a , #navigation a:active, #navigation a:visited {
	
	color:#565656;
	display:block;
	
	font-size: 120%;
	text-decoration : none;
	text-align:left;
	text-transform:capitalize;
	margin:6px 0px;
	padding:4px 3px;
	border-bottom:1px solid #1f1f1f;
}

#navigation a:hover {
	
	color:#161616;
	display:block;
	
	font-size: 120%;
	text-decoration : none;
	text-align:left;
	text-transform:capitalize;
	margin:6px 0px;
	padding:4px 3px;
	border-bottom:1px solid #1f1f1f;
	background:#e5e5e5;
}

.nav_port a {
	background:#ededed url('images/icons/next.gif');
	background-position:0% 48%;
	background-repeat:no-repeat;
	color:#707070;
	width: auto;
	float:left;
	padding-left:15px;
	padding-right:5px;
	font-size: 95%;
	text-decoration : none;
	text-align:left;
	text-transform:capitalize;
	margin:2px 5px;
	
}

.nav_port a:hover {
	background: url('images/icons/next.gif');
	background-repeat:no-repeat;
	background-position:0% 48%;
	color:#c1c1c1;
	width: auto;
	float:left;
	padding-left:15px;
	padding-right:5px;
	font-size: 95%;
	text-decoration : none;
	text-align:left;
	text-transform:capitalize;
	margin:2px 5px;
}



th {
	background:#494949;
	font-size: 110%;
	font-weight:bold;
	text-align:center;
	color: #FFF;
	border-bottom : 1px solid #212121;
}

.label {

	font-size:110%;
	background: #000;
	padding: 2px;
	padding-left:10px;
	color:#7a7a7a;
}

.field {

	background: #191919;
	padding: 2px;

}

.save {
	padding:3px;
	text-align:right;
	margin:5px 0px;
}

#pagination {
	color:#000;
	padding: 5px;
	margin:2px 0px;
	background: #1c1c1c;
	
}

#filter {
	padding:5px;
	margin:4px 0px;
	background: #e8e8e8;
	border-bottom: 1px solid #9c9c9c;
}

.row1 {
	background: #FFF;
}

.row0 {
	background: #e7e7e7;
}


#loading {
	position:absolute;
	z-index:2;
	background : #ebebeb;
	width: 100px;
	padding:4px;
	padding-left:0px;
	border-bottom:1px solid #9f9f9f;
	border-left:1px solid #9f9f9f;
	right:0px;
	top:0px;
}

.dotLine {
	border-bottom:1px dotted #A1A5B3;
	margin:4px 0px;
	
}

.solidLine {
	border-bottom:1px solid #4a4a4a;
	margin:4px 0px;
	
}

#error_msg {
	background: #ab2800 url('images/icons/error.png');
	background-repeat:no-repeat;
	background-position: 2% 57% ;
	padding:4px;
	padding-top: 10px;
	padding-left:70px;
	color: #FFF;
	position: relative;
	z-index:6;
	min-height:50px;
	margin:5px 0px;
	border-bottom:1px solid #400f00;
	border-right:1px solid #400f00;
}

#error_msg a {
	color: #FFF;
}


.fLeft {
	float:left;
}

.fRight {
	float:right;
}

.roundT {
	background: #FFF;
	padding:15px;
}

.next {

	margin:8px 0px;
	background: #272727;
	width:350px;
	padding: 5px 15px;
}

.next a {
	color   : #FFF;
  	font-size : 120%;	
}

a.more {
	
	padding-left:20px;
	background: url('images/icons/next.gif');
	background-repeat:no-repeat;
	background-position: 2% 57% ;
	
}

.more {
	background: #0c0c0c;
	margin:6px 0px;
	padding:4px;

}

.topCorners {
	background:#FFF;
	padding-left:5px;
	padding-top:3px;
}

.bottomCorners {
	background:#dbdbdb;
	padding-top:3px;
}



.news {
	
	padding:5px;
}


.imgDiv {
	padding: 4px;
	background:#434343;
	text-align:center;
}

.border {
	border:1px solid #000;
}

.pictureBlock {
	overflow:hidden;
	border:2px solid #2a2a2a;

}

.title {
	font-size:140%;
	margin:4px 0px;
	color: #FFF;
}

.siteTitle {
	font-size:240%;
	margin-bottom:5px; 
	color: #FFF;
}

.siteTitle span {
	color: #b5b5b5;
	font-size:100%;
}

.option {
	padding:0px 10px;
	padding-left:20px;
	background: url('images/icons/bullet.png');
	background-repeat:no-repeat;
	background-position: 0% 57% ;
	float:left;
	width: 120px;
	text-transform:capitalize;
}

#topNav {
	bottom:0px;
	left:0px;
	position:absolute;
	background:#ededed;
	width:100%;
	padding:2px 0px;
	z-index:99;
	
	
}

#topNav a , #topNav a:active, #topNav a:visited {
	
	color:#969696;
	width: auto;
	float:left;
	padding-right:10px;
	font-size: 100%;
	text-decoration : none;
	text-align:left;
	margin:2px 10px;
	border-right:1px solid #e2e2e2;
}

#topNav a:hover {
	
	width: auto;
	color:#000;
	float:left;
	padding-right:10px;
	font-size: 100%;
	text-decoration : none;
	text-align:left;

	margin:2px 10px;
	border-right:1px solid #e2e2e2;
}


#ads_468 {
	position:absolute;
	top: 10px;
	left: 50%;
	margin-left:-264px;
	width:468px;
	height:60px;
	padding:2px;
	border:1px solid #7a7a7a;
}

#ads_120 {
	position:absolute;
	top: 10px;
	padding:2px;
	border:2px solid #7a7a7a;
	right: 50%;
	margin-right:-500px;
	width:120px;
	height:600px;
}


#googleLine {
	background: url('images/icons/googleLine.png');
	background-repeat:no-repeat;
	width:272px;
	height:29px;
	padding-top:2px;
	padding-bottom:2px;

	position:absolute;
	margin-bottom:5px;
	right:50%;
	margin-right:-130px;
	bottom:0%;
	z-index:999999;
	
}

#googleLine input {
	margin:1px;
	padding:1px;
	z-index:999999;
}

.portfolio {
	padding:3px;
	background: #101010;
}