p {
    margin: 10px 0;
    text-align: justify;
}

#largemedia { display:block;
margin-left:0; }
#smallmedia {display:none;}

.grid {
    margin: 0 auto;
    max-width: 960px;
    padding: 0 2em;
}

#bgheader {
background:url(../images/logo1.jpg) no-repeat;
height:65px;
z-index:5000;
}

.col_6 {

}
.ee{
margin:0.2em;
border-right: 1px dotted #999999;
}

a {
    color: #ff9d38;
    outline: 0 none;
     text-decoration: none;
}

input[type="submit"], input[type="reset"], input[type="button"] {
padding:2px;
}

.menu li a {
   
    padding: 6px 20px;
   
    
}

hr {
    border-color: #CCCCCC -moz-use-text-color -moz-use-text-color;
    border-style: dotted none none;
    border-width: 2px 0 0;
    clear: both;
    height: 1px;
    margin: 0;
    min-height: 0;
}
/*Slider*/

#slider{float:left; margin:10px 0 0 0; width:900px;}
#viewport-shadow { position: relative; width: 900px; padding: 0 0 30px 0; background: url(../images/box-shadow.png) bottom no-repeat;}
#viewport, #box, .slide {  width: 900px;  height: 250px;}
#viewport {  overflow: hidden;}
#time-indicator {  width: 0px;  height: 3px;  background-color: #fdcc63;  position: absolute;  top: 305px;  left: 170px;}
#controls {  margin:0px auto;  width:140px;  overflow: hidden;}
#controls li {  display: inline;}
.goto-slide {  margin-left: 10px;  width: 7px;  height: 7px;  display: block;  float: left;  border: solid 1px #99662d;  background-color: #555;  border-radius: 4px;  -webkit-box-shadow: inset 0px 0px 4px #fdcc63;  -moz-box-shadow: inset 0px 0px 4px #fdcc63;  box-shadow: inset 0px 0px 4px #fdcc63;}
.goto-slide.current {  background-color: #fdcc63;}

.spc {

width:30%;
height:300px;
}

@media screen and (max-width: 650px) {

#largemedia { display:none; }
}



/*
	99Lime.com HTML KickStart by Joshua Gatcke
	style.css
	
*/

/*---------------------------------
	IMPORTS
-----------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Arimo:400,700);

/*---------------------------------
	OVERRIDES
-----------------------------------*/
h1,h2,h3,h4,h5,h6{
font-family: "Arimo", arial, verdana, sans-serif;
font-weight:normal;
}

thead th,
tbody th{
font-family: "Arimo", arial, verdana, sans-serif;
}

button,
a.btn,
input[type="submit"],
input[type="reset"],
input[type="button"]{
font-family: "Arimo", arial, verdana, sans-serif;
}

.menu{
font-family: "Arimo", arial, verdana, sans-serif;
color:#000000;
background:none;
border: 0px solid #CCCCCC;
}

.menu li.current > a, .menu li.current > a:hover, .menu li.current.hover > a {
  /*  background: -moz-linear-gradient(center top , #ff9d38 0%, #ffe7cb 44%, #ff9d38 100%) repeat scroll 0 0 transparent;*/

        background: rgb(255,157,56); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(255,157,56,1) 0%, rgba(255,231,203,1) 44%, rgba(255,157,56,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,157,56,1)), color-stop(44%,rgba(255,231,203,1)), color-stop(100%,rgba(255,157,56,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba255,157,56,1) 0%,rgba(255,231,203,1) 44%,rgba(255,157,56,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(255,157,56,1) 0%,rgba(255,231,203,1) 44%,rgba(255,157,56,1) 100%); /* Opera11.10+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe7cb', endColorstr='#ff9d38',GradientType=0 ); /* IE6-9 */
		background: linear-gradient(top, rgba(255,157,56,1) 0%,rgba(255,231,203,1) 44%,rgba(255,157,56,1) 100%); /* W3C */
		color:#fff;
    color: #FFFFFF;
    cursor: default;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.menu li a:hover, .menu li.hover > a {
    background: none repeat scroll 0 0 #ffe7cb;
}

ul, ol {
    margin: 0 0 20px 25px;
    padding: 0;
    list-style: none outside none;
}

.ulback {
  padding-top:20px;
  height:24px;
  margin-left:-10px;
}

.icon-4x {
    font-size: 2em;
}

blockquote{
font-family: "Arimo", arial, verdana, sans-serif;
}

/*---------------------------------
	LAYOUT
-----------------------------------*/
body{
margin:0;
padding:0 0 0 0;
color:#777;
background:#fff;
font:normal 0.75em/150% 'Arimo', arial, verdana, sans-serif;
text-shadow: 0px 0px 1px transparent; /* google font pixelation fix */
}

#wrap{
width:100%;
background:#fff;
margin:30px auto 30px auto;
padding:0 2%;
border:1px solid #ccc;
}


#footer{
text-align:center;
padding:20px;
margin:0;
border-top:1px solid #ddd;
color:#999;
font-size:0.8em;
text-shadow:0px 1px 1px #fff;
position: relative;
top:0;
left:0;

}

	#link-top{
	display:none;
	}
	
/* NAV BAR*/
.navbar{
position:fixed;
top:0;
left:0;
width: 100%;
background:#000;
color:#fff;
z-index:1000;
}

	.navbar #logo{
	position:absolute;
	top:0;
	right:0;
	padding:0.5em 1em;
	font-size: 1.7em;
	color:#efefef;
	text-decoration:none;
	}
	
	.navbar span{
	color:#86dc00;
	}
	
	
	.navbar ul{
	display:inline-block;
	margin:0;
	padding:0;
	}
	
		.navbar li{
		margin:0;
		padding:0;
		list-style-type:0;
		display:inline-block;
		}
		
		.navbar li a{
		display:inline-block;
		color:#efefef;
		padding:1em 1.3em;
		text-decoration:none;
		text-transform: uppercase;
		line-height:100%;
		font-size: 1.2em;
		}
		
.callout{
background:#4598ef;/*#86dc00;*/
padding:3em 0;
color:#fff;
box-shadow:inset 0px 0px 10px rgba(0,0,0,0.2);
text-align: center;
text-shadow:0px 1px 3px rgba(0,0,0,0.2);
display:block;
}
	.callout + div.grid{margin-top:50px;}
	 a.callout{cursor:pointer;}
	 .callout i.icon-4x{font-size:6em;}
	 .callout h4{margin-bottom:30px;}
	 .callout-top{margin:50px 0 0 0;}
	 .callout p{margin-bottom:0;}
	 .callout .button{margin-top:10px;}
	 .callout.green{background:#19ad0b;/*#86dc00;*/}
	 
#mc_embed_signup{
padding:30px 0;
}

#ui-preview{
border:5px solid #ddd;
margin:30px 0;
display:block;
}

