@charset "utf-8";

body {

	font: 16px Helvetica, Sans-Serif;

	margin: 0;
	padding: 0;
	color: #000;

}
.table1{
	border-collapse:collapse;
	border:1px #36F;
	
}




a:link {

	color: #42413C;

	text-decoration: none;

	

}

a:visited {

	color: #6E6C64;

	text-decoration: underline;

}

a:hover, a:active, a:focus { 

	text-decoration: none;

}





.container {

	width: 1000px;
	background: #FFF;
	margin: 0 auto;
	border:0px solid transparent;
	/*border-top-left-radius:40px;
	border-top-right-radius:40px;*/

	/*-webkit-border-image: url(../images/Ferruless.gif) 10 30 round; /* Safari 5 */

	

}



.header {

	

	height:110px;

}

h1,h2,h3,h4,h5,h6{

	color: #003;
	font-family:Verdana, Geneva, sans-serif;
    border: 0px solid black;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */

	

}

.trangle {

	width: 0;

height: 0;

border-style: solid;

border-width: 55px 0px 55px  55px;

border-color: transparent transparent #007bff transparent;

}

.trangle1 {

	width: 0;

height: 0;

border-style: solid;

border-width: 55px 55px 55px 0;

border-color: transparent transparent #007bff transparent;

}



.sidebar1 {

	float: left;

	width: 180px;

	

	padding-bottom: 10px;

}

.content {
	padding: 0px 0;
	width:100%;
	float: left;
	min-height:500px;
	background: #FFF;
	

}



.content1 {



	padding: 10px 0;

	width: 1000px;

	float: left;

}





.footer {

	padding: 10px 0;
	background: #033;
	position: relative;
	clear: both;
	text-align:center;
	color:#FFF;
	/*border-top-left-radius:40px;
	border-top-right-radius:40px;*/
	min-height:75px;
}


.footer a {
	color:#FFF;


}




.fltrt {  



	float: right;

	margin-left: 8px;

}

.fltlft { 



	float: left;

	margin-right: 8px;

}

.clearfloat { 



	clear:both;

	height:0;

	font-size: 1px;

	line-height: 0px;

}







/*MENU START*/



.navg{
	margin:0; 
		
		list-style:none;
		height:30px;
		/*border-radius:25px;*/
		background: #06F;
		min-height:60px;
		
		/*margin-left:222px;*/
		}

.navigation  {

		margin:0; 
		padding:15px; 
		list-style:none;
		height:30px;
		/*border-radius:25px;*/
		background: #06F;
		margin: 0 auto;
		width:1000px;
		/*margin-left:222px;*/
	}	

	

	/* Little tricking with positions */

	.navigation  li {

		float:left;			/* Show list items inline */

		width:150px; 

		position:relative;

		margin-left:-1px;

		 

	}

		

	/* Playing with Main Categories */

	.navigation  li a {

		background: #06F;

		color: #FFF;

		display:block;  	/* Making sure a element covers whole li area */

		padding:8px 7px 8px 7px; 

		text-decoration:none; /* No underline */

		text-align:center; 

		text-transform:uppercase;

		border-right:1px solid  #FFF;

		border-left:1px solid  #FFF;

		

	}



	.navigation  li a:hover {

		color:#F2861D;

		

		

		

	}

	.navigation  li a:active {

		color: #903;

		

		

		

	}

		

	/* Sub Cat Menu stuff*/

	.navigation  ul {

		position:absolute; 

		left:0; 

		display:none; /* Hide it by default */

		margin:0 0 0 1px; 

		padding:0; 

		list-style:none;

		border-bottom:3px solid #F2861D;

		font-size:11px;

		z-index:200;

		

		

	}

		

	.navigation  ul li {

		width:150px; 

		float:left; 

		border-top:none;

	}

		

	/* Sub Cat menu link properties */

	.navigation  ul a {

		display:block;    	/* Making sure a element covers whole li area */

		height:15px;

		padding:7px 7px 13px 7px; 

		color:#fff;

		text-decoration:none;	

		border-top:none;

		border-bottom:1px dashed #6B6B6B;

	}

		

	.navigation  ul a:hover {

		color:#F2861D;

	}

	

	.Three-Dee{

font-family: Garamond, serif;

line-height: 1em;

color: #03F;

font-size:25px;
	}

.t{

	float:left;

	color:#003300;

	

}

.product{

	float:left;

	color:#003300;

	width:275px;

	height:275px;

	border:solid #063 2px;

	margin:25px;

	text-align:center;

	border-radius:25px;

	

}

.text{

	font-weight:bold;

	font-size:14px;

	text-transform:uppercase;

	color:#060;

}


.markermenu{
width: auto; /*width of menu*/
}

.markermenu1{
width: 180px; /*width of menu*/
text-align: left;
}
.markermenu ul,.markermenu1 ul{
list-style-type: none;
margin: 0px 0;
padding: 0;

}

.markermenu ul li a,.markermenu1 ul li a{
font-size:13px;
display: block;
width: auto;
padding: 3px 0; height:20px;
margin-left:0px;
padding-left:15px;
/*background: #C2DEEF;*/

text-decoration: none;
border-bottom: 1px  dotted #FFF;
color: #000;
}


* html .markermenu ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 150px;
color: #FFF;
}

.markermenu ul li a:visited, .markermenu ul li a:active,.markermenu1 ul li a:visited, .markermenu1 ul li a:active{
color: #300;

}

.markermenu ul li a:hover,.markermenu1 ul li a:hover{
color: #060;
/*background: #CCCCCC; */
font-size:13px;
border-bottom: 1px  dotted #006600;
background-image:url(media/arrow-list-red.gif); /*onMouseover image change. Remove if none*/
}

/* Holly Hack for IE \*/
* html .markermenu ul li { height: 1%; }
* html .markermenu ul li a { height: 1%; }
/* End */

.downarrowdiv{
min-height:30px; /*min height of DIV should be set to at least 2x the width of the arrow*/
background: #06F;
color:white;
padding:5px;
font-weight:bold;
font-size:24px;
position:relative;
word-wrap:break-word;
-moz-border-radius:5px; /*add some nice CSS3 round corners*/
-webkit-border-radius:5px;
border-radius:5px;
margin-bottom:8px;
}

.downarrowdiv:after{ /*arrow added to downarrowdiv DIV*/
content:'';
display:block;
position:absolute;
top:100%; /*should be set to 100% */
left:30px;
width:0;
height:0;
border-color:  #06F transparent transparent transparent; /*border color should be same as div div background color*/
border-style: solid;
border-width: 10px;
}
.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.inputs  {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 1px 0 #FFF, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
-moz-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
-ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
-o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
box-shadow: 0 1px 0 #FFF, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
background: #F8FEF3;
border: 1px solid #C8C8C8;
color: #777;
font: 13px Helvetica, Arial, sans-serif;
margin: 0 0 10px;
padding: 5px 2px 8px 20px;

}

.inputs:focus {
-webkit-box-shadow: 0 0 2px #ED1C24 inset;
-moz-box-shadow: 0 0 2px #ed1c24 inset;
-ms-box-shadow: 0 0 2px #ed1c24 inset;
-o-box-shadow: 0 0 2px #ed1c24 inset;
box-shadow: 0 0 2px  #66CC66 inset;
background-color: #FFF;
border: 1px solid  #06F;
outline: none;
}.container .content1 div p strong {
	font-family: Verdana, Geneva, sans-serif;
}
.green{ color:#006600; font-size:18px; margin-right:10px; }
.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left; margin-left:0px;}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}

.headg{
	background: #EAEAEA;
	color: #03C;
	margin-left:25px;
	font-weight:bold;
	font-size:24px;
	width:200px;
	padding-left:15px;
	margin-top:15px;
	
	
	
}