/* ------ Basic Structure ----- */


body {
	background: url(../images/comp-homeV1_sliced_back_master.jpg) center top no-repeat;
	font: 75%/1.2em "Verdana", Century Gothic, Lucida Grande, Helvetica, Arial, Verdana, sans-serif;
	letter-spacing:normal;
	background-color: #020101;
}


a {  
	color: #FFFFFF; 
	text-decoration: none; 
}

a:link {
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	font-style: normal;
	text-decoration: underline;
}

a:visited{
	font-style: normal;
}


/* ------ /Basic Structure ----- */




/* ------ myCSSshortcuts ----- */

.pT3 { padding-top:3px; }
.pT4 { padding-top:4px; }
.pT7 { padding-top:7px; }
.pT5 { padding-top:5px; }
.pT10 { padding-top:10px; }
.pT20 { padding-top:20px; }

.pR10 { padding-right: 10px; }
.pR20 { padding-right: 20px; }


.pL5 { padding-left: 5px; }
.pL20 { padding-left: 20px; }
.pdL0 { padding-left:0px; }
.pL18 { padding-left:18px; }

.taR { text-align:right !Important; }
.taL { text-align:left }
.taC { text-align:center }

.fleft {float:left}
.fright {float:right}
.clear {clear:both}


.mb0 { margin-bottom:0px; }
.mb1 { margin-bottom:1px; }
.mb3 { margin-bottom:3px; }
.mb5 { margin-bottom:5px; }
.mb10 { margin-bottom:10px; }
.mb20 { margin-bottom:20px; }

.mt0 { margin-top:0px; }
.mt2 { margin-top:2px; }
.mt3 { margin-top:3px; }
.mt4 { margin-top:4px; }
.mt5 { margin-top:5px; }
.mt6 { margin-top:6px; }
.mt7 { margin-top:10px; }
.mt8 { margin-top:8px; }
.mt9 { margin-top:9px; }
.mt10 { margin-top:10px; }
.mt11 { margin-top:11px; }
.mt12 { margin-top:12px; }
.mt15 { margin-top:15px; }
.mt20 { margin-top:20px; }


.mR3 { margin-right:3px;}
.mR5 { margin-right:5px;}
.mR10 { margin-right:10px;}
.mR15 { margin-right:15px;}
.mR20 { margin-right:20px;}
.mR30 { margin-right:30px;}

.mL2 { margin-left:2px;}
.mL5 { margin-left:5px;}
.mL7 { margin-left:7px;}
.mL10 { margin-left:10px; }
.mL15 { margin-left:15px; }
.mL20 { margin-left:20px; }


.search_wrap input { background-color:transparent; border:none;}


.spacer47 { height:47px;
	clear: both; 
 }


.spacer10 {
	height:10px;
	clear: both;
}


.spacer30 {
	height:30px;
	clear: both;
}

.spacer20 {
	height:20px;
	clear: both;
}


.spacer7 {
	height:7px;
	clear: both;
}

.spacer5 {
	height:5px;
	clear: both;
}

/* ------ /myCSSshortcuts ----- */













/* ------ main content links and colors ----- */

#content_middle_home a {
	color: #A72A07 !important;
	font-style: normal !important;
	text-decoration: underline !important;
}

#content_middle_home  a:link {
	color: #FFFFFF!important;
	font-style: normal !important;
	text-decoration: underline !important;
}

#content_middle_home  a:hover {
	color: #A4A4A4!important;
	font-style: normal !important;
	text-decoration: none !important;
}

.content_middle_home  a:visited{
	font-style: normal !important;
	
}

.hbak {
	width:200px;
	color:#FFFFFF;
	font-size:1.2em;
	line-height:14px;
	font-weight: bold;
	padding: 5px;
	background-color: #491200;
}



/* ------ /main content links and colors ----- */






/* ------ h tags styles ----- */


h1 {
	color:#DA3120;
	font-size:1.4em;
	font-weight: bold;
	text-align: left;
	
}



h2 {
	color:#FFFFFF;
	font-size:1.1em;
	font-weight: bold;
	padding-bottom: 5px;
}

h3 {
	color:#727272;
	font-size:1.1em;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 10px;
}

h4{color:#3E6FB1; font-size:1em; margin-bottom:5px; text-transform:uppercase  }

h6 {
	color:#682A07;
	font-size:1.2em;
	font-weight: bold;
	padding-bottom: 5px;
}


/* ------ /h tags styles ----- */






/* ------ read more hover ---- the hover animation will only work if you add the linkClass to the a tag on your html page ----- */

.readMore a {
	float:right;
	width:70px;
	height:12px;
	margin-bottom:10px;
	margin-top:10px;
	position:relative;
	cursor:pointer;
	text-indent:-10000px;
	
}

.readMore a.linkClass { background:url(../images/read-more.png) top left no-repeat;  }
.readMore a:hover {
	background-position:left bottom;
}
.readMore a.open {background-position:left bottom !important;}
		
.padding_ul_home {
	padding-top:10px; 
	padding-bottom:10px; 
	padding-left:35px;
}		

/* ------ read more hover ----- */


		
		
		
		
		
		
.jamp2{ width:40px; margin-left:6px}
select{font-size:.84em; color:#2d3331; height:20px;	font-family:Tahoma;}

.h{
	height:32px;
	padding-bottom: 3px;
}
.block-contact span{ float:right; margin-right:135px}
input{
   	border:1px solid #cfcdca; 
	background:#FFFFFF;
	width:236px; height:21px;
	font-size:1em;
	padding-left:5px;
	padding-top:5px;
	margin-bottom:3px
}
textarea{
   	border:1px solid #cfcdca; 
	background:#FFFFFF;
	width:244px; height:119px;
	font-size:1em;
	padding-left:5px;
	padding-top:5px;
	margin-bottom:11px;
	overflow:auto}


		
		
		
		
