@charset "UTF-8";
/* CSS Document */
body, html {
	background:#f0f0f0;
	height:99%;
	min-height:99%%;
	font-family: Helvetica, Arial, sans-serif;
	color: #777 !important;
font-size: 13px !important;
line-height: 18px !important;
text-align: justify !important;
}
img {
	border:none;
}

.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
.orange {
	color:#d56a00;
	text-decoration:none;
}
.border-box {
	border-bottom:1px dashed #e0e0e0;
}
h1 {
	font-size:14px;
	margin-top:20px;
	color:#666;
	margin-bottom:0px;
	padding-bottom:0px;
}
h2 {
	color:#444;
	font-size:24px;
	font-weight:normal;
}
h3 {
	font-size: 16px;
	color: #444 !Important;
	margin-bottom: 5px !important;
	font-weight: normal;
}
p {
	color: #777 !important;
font-size: 13px !important;
line-height: 18px !important;
text-align: justify !important;
}
input[type=text]{
	background:url('img/input.png');
	border:1px solid #ccc;
	padding:3px 5px;
	font-size:14px;
	color:#666;
	outline:1px solid #fff;
}
a {
	color:#d56a00;
}
li {
	color:#999;
}

/* BOX MODEL */
#wrapper {
	background:#fff;
	border:1px solid #ddd;
	width:980px;
	
}
#wrapper {margin:auto; margin-top:20px; padding-bottom:0px;}
#side {
	margin:15px;
	width:170px;
	
}
#main {
	width:725px;
	padding-left:25px;
	border-left: 1px solid #f0f0f0;
	padding-bottom:20px;
	
}
#footer {
	background:url('img/bkg.png') top center no-repeat;
	height:30px;
	width:980px;
	margin:auto;
	padding-top:15px;
	font-size:13px;
	color:#ccc;
}
	#footer a {
		color:#ccc;
		font-size:13px;
		text-decoration:underline;
	}

/* Home Feature */
#feature-nav a {
	padding:2px 5px;
	padding-top:3px;
	padding-bottom:0px;
	background:#e7e7e7;
	text-decoration:none;
	color:#666;
	font-size:13px;
	
}
	#feature-nav a.current-sq {
		background:#333;
		color:#fff;
	}
#thumbnail {
	min-width:345px;
	height:262px;
}
	#thumbnail img {
		border:3px solid #e4e4e4;
		background:#ccc;
		padding:1px;
	}
#feature-info {
	width:350px;
	margin-left:15px;
}
	#feature-info small {
		text-transform:uppercase;
		font-size:12px;
		font-family:Verdana, Geneva, sans-serif;
		color:#666;
		line-height:28px;
	}
	#feature-info big {
		font-size:38px;
		color:#333;
		line-height:64px;
		font-family:"Century Gothic", Arial, sans-serif;
		font-weight:bold;
	}
	#feature-info strong {
		font-weight:normal;
		font-family:Verdana, Geneva, sans-serif;
		font-size:16px;
		color:#494949;
	}
	#feature-info p {
	
		margin-top:10px;
		font-family:"Myriad Pro";
		
	}
#feature-info-nav {
	margin-top:20px;
	font-size:12px;
}
	.grey-btn {
		text-align:center;
		padding:3px 15px;
		background:#494949;
		font-size:12px;
		text-decoration:none;
		padding-top:5px;
		font-weight:bold;
		color:#ccc;
		margin-left:10px;
		border:2px solid;
		border-top-color:#666;
		border-left-color:#666;
		border-bottom-color:#333;
		border-right-color:#333;
	}
	.orange-btn {
		
		 border: 1px solid #ff7f00;
  outline: 1px solid #c96400;
  color: #fff !important;
  background: #d56a00;
  width: 100%;
  padding: 0 10px;
  height: 30px;
  font-weight: bold;
	padding: 7px 10px 6px 10px;
	text-decoration: none;
	font-size: 13px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  font-size: 12px !important;
  font-family: Arial,Helvetica !important;
  position: relative;
  
		
	}
	.orange-btn:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#ff7f00), color-stop(.23, #ff7f00), to(#d56a00));
background: -moz-linear-gradient(bottom, #d56a00 12%, #ff7f00);
	position: relative;
	top:-1px;
	cursor: pointer !Important;
	}
	.orange-btn:active {
		background: -webkit-gradient(linear, left top, left bottom, from(#d56a00), color-stop(.23, #d56a00), to(#ff7f00));
background: -moz-linear-gradient(bottom, #ff7f00 12%, #d56a00);
  
  top:2px;
	cursor: pointer !Important;
	}

	}