body{ 
font:13px/16px Tahoma, Geneva, sans-serif; 
color:#333;
background-color:#EEEEEE;
}
/*025829#FF3300*/
h1, h2, h3, h4, h5{}

a{ 
text-decoration:none;
color: #0096D6;
}
p{}



#header-top{ height:5px; border-bottom:1px solid #30C130; background-color: #30C130;}


/*TOP NAV*/
ul.top-nav li{
	display:inline;
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	}
	
ul.top-nav li a{ text-decoration:none; color:#848484; margin:0 15px 0 0;}
ul.top-nav li a:hover{ color:#F90}


/*SOCIAL ICON*/
ul.social-icon {text-align:right}
ul.social-icon li{ display:inline;}
ul.social-icon img{ display:inline; opacity:0.3; 
transition:.2s linear; 
-moz-transition:.2s linear; 
-webkit-transition:.2s linear; 
-o-transition:.2s linear; 

}
ul.social-icon img:hover{opacity:1;  }




/*HEADER*/

.header{
	margin-bottom:10px;
	height:90px;
	}


/*LOGO*/

.logo{ position:relative;}


/*SEARCH*/


form.search{
	position:relative;
	top:4px;
	text-align:right;
	}
	
form.search input, form.search select{ 
border:1px solid #d2d2d2; 
padding:4px;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
box-shadow:inset 1px 1px 1px 0 rgba(0,0,0,.1);
-moz-box-shadow:inset 1px 1px 1px 0 rgba(0,0,0,.1);
-webkit-box-shadow:inset 1px 1px 1px 0 rgba(0,0,0,.1);

}


form.search option{ background:#eee; line-height:30px;} 

form.search input.size{ width:150px;}

form.search input.btn_m{
box-shadow:inset 0px 1px 0px 0 #fff;
-moz-box-shadow:inset 0px 1px 0px 0 #fff;
-webkit-box-shadow:inset 0px 1px 0px 0 #fff;
cursor:pointer;
color:#878787;
text-shadow:1px 1px 0px #fff;
transition:.1s ease-in-out;
-moz-transition:.1s ease-in-out;
-webkit-transition:.1s ease-in-out;
-o-transition:.1s ease-in-out;
	}
	
form.search input:hover.btn_m{ 
background:#F90; 
color:#333; 
box-shadow:inset 0px 1px 0px 0 rgba(255,255,255,.5); 
-webkit-box-shadow:inset 0px 1px 0px 0 rgba(255,255,255,.5); 
-moz-box-shadow:inset 0px 1px 0px 0 rgba(255,255,255,.5); 
border:1px solid rgba(255,255,255,.2);
text-shadow:1px 1px 0px rgba(255,255,255,.5);
}



/*SIDE NAV*/

ul.side_nav{ height:349px; background:#fafafa; border:1px solid #ececec}
ul.side_nav li{ border-bottom:1px solid #ececec}

ul.side_nav li:last-child{ border-bottom:none}

ul.side_nav li a{
	color:#333;
	text-decoration:none;
	font-size:14px;
	line-height:30px;
	padding:0px 10px;
	display:block;
	transition:.3s linear;
	-moz-transition:.3s linear;
	-webkit-transition:.3s linear;
	-o-transition:.3s linear;
	}


ul.side_nav li a:hover{ color:#999;  padding-left:20px;}


/*MAIN NAV*/


.main_nav {
	/*width:100%;
	margin:10px 0;
	background:url(../images/nav_bg.png) repeat-x;
    float: left;
	font-size:14px;
	
    overflow: hidden;
	border:1px solid #e0e0e0;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;*/
	background: #0096d6; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#0096d6, #036dc9);
	background: -o-linear-gradient(#0096d6, #036dc9);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0096d6), to(#036dc9)); /* older webkit syntax */
	background: -webkit-linear-gradient(#0096d6, #036dc9);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 0px;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 0px;
	width: 100%;
	border-radius:1px;
}

.main_nav ul {
	margin:0;
	padding:0;
	list-style:none;
}

.main_nav ul li {
	float:left;
	line-height:50px;
	border-right:1px solid #e0e0e0;
	/*width: 100%;*/
}
.main_nav ul li:last-child{
	border-right:none;
	}

.main_nav ul li a {
   	float: left;
	color:#FFFFFF;
    padding:0 10px;
	text-decoration:none;
	/*text-shadow:0px 1px #fff;*/
	
	transition:.3s linear;
	-moz-transition:.3s linear;
	-webkit-transition:.3s linear;
	transition:.3s linear;
	font-size: 14px;
}

.main_nav.btn{
	margin: 0;
	padding: 0;
}

.main_nav.btn ul li a{
	padding: 6px 0;
}

.main_nav.btn ul li, .main_nav.btn ul li a{
	width: 100%;
	display: block;
	text-align: center;
}

.main_nav ul li a:hover,
.main_nav ul li:hover > a {
	color: #000;
	background:#FFF;
}

.main_nav.btn ul li a:hover{
	width: 100%;
	display: block;
}

.main_nav li ul a:hover, 
.main_nav ul li li:hover > a  {
    color: #FFF;
  	background:#0096d6;
	
}

.main_nav li.active a{
    color: #333;
  	
}

.main_nav li ul {
	font-size:12px;
	border:1px solid #e0e0e0;
	background:#fff;
	left: -999em;
	margin: 45px 0 0;
	position: absolute;
	width: 200px;
	z-index: 9999;		
}

.main_nav li ul li{line-height:30px; text-transform:capitalize; border-bottom:1px dotted #0096d6}

.main_nav li ul li:last-child{ border-bottom:none;}


.main_nav li:hover ul {
    	left: auto;
}

.main_nav li ul a {
		color:#333;
    	background: none;
    	border: 0 none;
    	margin-right: 0;
    	width: 160px;
		padding:0 20px;
    	box-shadow: none;
		text-shadow:none;
}

.main_nav li li ul {
    	margin: -1px 0 0 200px;
    	visibility:hidden;
}

.main_nav li li:hover ul {
    	visibility:visible;
}

/*END MAIN NAV*/



/*WIDGET*/

.widget h1{
	padding:0 10px;
	display:block;
	line-height:46px;
	font-size:16px;
	font-weight:normal;
	background:url(../img/title_bg.png) repeat-x;
	border-bottom:1px solid #e0e0e0;
	}
	
	.widget h2{
	padding:0 10px;
	display:block;
	line-height:35px;
	font-size:16px;
	font-weight:bold;
	border-bottom:1px solid #e0e0e0;
	color: #0096D6;
	}

.widget{
	border:1px solid #e0e0e0;
	margin-bottom:10px;

	}
	
.widget .auction_table:last-child{ border-bottom:none;}	
.auction_img{ width:60px; height:60px; border:1px solid #eee; padding:5px;}
.auction_img img{ width:60px;}

.auction_table{ margin:10px; border-bottom:1px solid #e0e0e0; padding-bottom:10px;}

.auction_table td{}
.auction_table h2{ font-size:18px; font-weight:500; color:#2457A3; margin:0px 10px 10px 10px; }
.auction_table span.icon{
	width:24px; margin-left:5px;
	}
.auction_table span.lavel{ font-weight:bold; font-size:12px; color:#444; width:75px; display:inline-block}.auction_table span.data a{ color:#F60}

.width_240{ width:240px;}

.widget .text{ 
	margin:10px;
}	

.widget_left_home_page{
	/*border:1px solid #e0e0e0;*/
	margin-bottom:10px;
}
.widget_left_home_page_text{
	margin:10px;
	text-align:justify;
	font: 13px/19px Tahoma,Geneva,sans-serif;
}
	
/*CATEGORIES*/

.categories{
	
	}
	
.categories li{ 

border-bottom:1px dotted #e0e0e0}


.categories li:last-child{ border-bottom:none}

.categories a{
	font-size:12px;
	padding:7px 5px 7px 10px;
	display:block;
	color:#474747;
	transition:.3s linear;
	-moz-transition:.3s linear;
	-webkit-transition:.3s linear;
	transition:.3s linear;

	}
	
.categories a:hover{ background:#f5f5f5  no-repeat 7px 10px;}

.sponsers{
	background:#eee;
	padding:10px 0 0 0;
	}
	
/*FOOTER*/

.footer{
	background:#eee;
	padding:10px 0;
	border-top:1px solid #e0e0e0;
	}
	
.footer h2{
	font-size:12px;
	margin:10px 0;
	color:#0096D6
	}
	
	
	
	
	ul.foonav li{
		padding:5px 0;
		}

	
	ul.foonav li a{
		color:#555;
		text-shadow:1px 1px #fff;
		
			transition:.3s linear;
	-moz-transition:.3s linear;
	-webkit-transition:.3s linear;
	transition:.3s linear;

		
	}
	ul.foonav li a:hover{  background:#DEDEDE; color:#FF7F00}


.copyright{
	padding:20px 0;
	border-top:1px solid #c0c0c0;
	margin-top:20px;
	}
	
.right{ text-align:right; display:block}

.footer .text{
margin:10px;
}

/*servicethumbs*/

#thumbs{
	margin:0;
	padding:0;
}

#thumbs li{
	list-style-type:none;
	/*background-image:url(../img/home_thumb.png);*/
	background-repeat:no-repeat;
	width:210px;
	height:125px;
	padding:5px 8px;
	float:left;

}

#thumbs li span{
	display:block;
}
.title{
	height:18px;
	padding-left:8px;
	padding-top:5px;
}
.title a{
	color:#FF3300;
	text-decoration:none;
	font-size:13px;
}
span.image{
	height:67px;
	width:199px;
	margin:3px 6px;
}
.desc{
	height:32px;
	font-size:10px;
	padding-left:8px;
}
/*servicethumbs*/

.widget-title {
    border-bottom: 1px solid #e0e0e0;
    color: #2c2c83;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
    padding: 0 10px;
    position: relative;
}

.widget-title span {
    background: none repeat scroll 0 0 #0096d6;
    bottom: -3px;
    height: 4px;
    left: 0;
    position: absolute;
    width: 50px;
}
.h2 span {
    background: none repeat scroll 0 0 #0096d6;
    bottom: -3px;
    height: 4px;
    left: 0;
    position: absolute;
    width: 50px;
}

@-webkit-keyframes blink {
   from { color: green; }
   to { color: white; }
  }
 @-moz-keyframes blink {
   from { color: green; }
   to { color: white; }
 }
 @-ms-keyframes blink {
   from { color: green; }
   to { color: white; }
 }
 @-o-keyframes blink {
   from { color: green; }
   to { color: white; }
 }
 @keyframes blink {
   from { color: green; }
   to { color: white; }
 }

 .blink_me {
    color: green;
    -webkit-animation: blink 2s 3 alternate;
    -moz-animation: blink 2s 3 alternate;  
    -ms-animation: blink 2s 3 alternate;  
    -o-animation: blink 2s 3 alternate;  
    animation: blink 2s 3 alternate;   
 }

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0; }
}

marquee p{
  width: 100%; height: 50px; white-space: nowrap;
  overflow: hidden;
  overflow-x:-webkit-marquee;
  -webkit-marquee-direction: forwards;
  -webkit-marquee-style: scroll;
  -webkit-marquee-speed: normal;
  -webkit-marquee-increment: small;
  -webkit-marquee-repetition: 5;
  overflow-x: marquee-line;
  marquee-direction: forward;
  marquee-style: scroll;
  marquee-speed: normal;
  marquee-play-count: 5;
}