﻿@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700);

/*nav sup
{
	margin-top:2px;
	display:inline-block;
	font-size:13px;
}

body:before 
{ 
   content: "";
   position: fixed;
   top: -10px;
   left: 0;
   width: 100%;
   height: 10px;
   z-index: 100;
   -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   box-shadow: 0px 0px 10px rgba(0,0,0,.8);
}
*/
/*@-webkit-keyframes spinAround {
	from {
		-webkit-transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}
@-moz-keyframes spinAround {
	from {
		-moz-transform: rotate(0deg)
	}
	to {
		-moz-transform: rotate(360deg);
	}
}
@keyframes spinAround {
	from {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(360deg);
	}
}*/


body
/*{
	font-family: 'Open Sans', sans-serif;
}
*/
/*header
{
	width:1150px;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
}

header #logo
{
	float:left;
}

header nav
{
	float:right;
	margin-top:60px;
}

header nav li
{
	float:left;
	padding-right:15px;
	padding-left:15px;
	border-right:1px solid #ededed;
}

header nav li:last-child
{
	border:none;
}

header nav li a
{
	font-size:15px;
	text-transform:uppercase;
	text-decoration:none;
	color:#f78222;
	font-weight:600;
}

header nav li:hover .typcn
{
	-webkit-animation: spinAround 1s linear infinite;
	-moz-animation: spinAround 1s linear infinite;
	animation: spinAround 1s linear infinite;
	color:#f78222;
}
*/
.mainlabel
{
	padding:8px;
	display:inline-block;
	background-color:#f78222;
	color:#FFF;
	border-radius:5px;
	font-weight:600;
}

.maindata
{
	padding:8px;
	display:inline-block;
	border-radius:8px;
	font-weight:600;
	margin-left:10px;
}
/*
header nav li a:hover
{
	color:#000;
}

#welcome
{
	background-color:#f78222;
	padding:40px;
	padding-bottom:50px;
	margin-bottom:50px;
}

#welcome h1
{
	text-transform:uppercase;
	text-align:center;
	color:#FFF;
	font-weight:600;
	font-size:25px;
	line-height:200%;
}

#welcome h2
{
	text-align:center;
	line-height:170%;
	color:#ededed;
}

#tabs
{
	width:1050px;
	margin:auto;
	margin-bottom:50px;
}

#tabs li
{
	width:300px;
	float:left;
	padding:25px;
}

#tabs h1, #contact h1
{
	font-size:16px;
	text-transform:uppercase;
	margin-bottom:10px;
	color:#f78222;
}

#tabs p
{
	margin-top:10px;
	font-size:14px;
	line-height:150%;
}

#tabs a
{
	font-size:14px;
	text-transform:uppercase;
	font-weight:600;
	text-decoration:none;
	color:#999;
}

#tabs a:hover
{
	color:#000;
}

footer
{
	background-color:#f78222;
	padding:10px;
	color:#FFF;
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
}

footer a
{
	text-decoration:none;
	color:#000;
}

footer a:hover
{
	color:#FFF;
}

#slider img
{
	width:100%;
}*/

/*#contact
{
	width:1050px;
	margin:auto;
	box-shadow:0px 0px 10px #ededed;
	border-radius:10px;
	margin-bottom:10px;
	display:none;
}

#contact #left
{
	width:30%;
	float:left;
}

#contact #right
{
	border-left: 1px solid #E5E9EB;
	width:69%;
	float:right;
}*/


/*#form
{
	margin-top:5px;
}*/

.data
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-bottom:2px;
	line-height:20px;
	color:#f78222;
	text-decoration:none;
	/*margin-top:15px;*/
}

/*input[type='text'], textarea, select {   
    padding: 9px;  
    border: solid 1px #E5E5E5;  
    outline: 0;  
    font: normal 13px/100% Verdana, Tahoma, sans-serif;  
    width: 175px;  
    background: #FFFFFF;  
    } 
	
	.ui-datepicker-title select
	{		padding:0px !important;
	width:auto !important;
	}
	*/
	/*select
	{
		width:195px;
	}*/
  
/*textarea {   
    width: 400px;   
    height: 65px;  
    line-height: 150%; 
	overflow:hidden; 
    }*/  
  
input[type='text']:hover, textarea:hover,  
input[type='text']:focus, textarea:focus {   
    border-color: #C9C9C9;   
    }  
	
	
input[type='submit'], input[type='reset']
{
	background: #E3E3E3;
	border: 1px solid #BBB;
	border-radius: 3px;
	box-shadow: inset 0 0 1px 1px #F6F6F6;
	color: #333;
	font: bold 12px "helvetica neue", helvetica, arial, sans-serif;
	line-height: 1;
	/*padding: 8px 20px 8px;*/
	text-align: center;
	text-shadow: 0 1px 0 white;
}

#browse select
{
	width:100%;
}
/*
.submenu
{
	display:none;
	box-shadow:0px 0px 10px #ededed;
	border-radius:10px;
	padding:10px;
	position:absolute;
	z-index:9999;
	background-color:#f78222;
}

.submenu li
{
	float:none !important;
	padding:3px;
	border:none;
}

.submenu a
{
	color:#FFF;
	display:block;
	padding:7px;
	border-radius:5px;
}

.submenu a:hover
{
	background-color:#FFF;
}

#sing-image, #center
{
	width:1050px;
	margin:auto;
}

#center h1
{
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;
	color:#f78222;
	margin-bottom:10px;
}

#center h2
{
	font-size:15px;
	font-weight:600;
	text-transform:capitalize;
	margin-bottom:10px;
}


#center p, #center li
{
	text-align:justify;
	font-size:14px;
	line-height:150%;
}

p
{
	font-size:14px;
	line-height:150%;
}

#center li
{
	margin-left:20px;
}

#center .left
{
	width:74%;
}

#center .right
{
	width:25%;
}*/

/*.quick li a
{
	font-size:14px;
	line-height:200%;
	text-decoration:none;
	color:#999;
}

.quick li a:hover
{
	color:#000;
}

.profile-pic
{
	border-radius:10px;
}

#photogal li
{
	float:left;
	width:20%;
	padding:2%;
}

#photogal li img
{
	border-radius:10px;
	border:solid #ededed 2px;
	width:100%;
}

.typcn
{
	display:inline-block;
	font-size:22px;
	margin-right:5px;
	margin-top:-5px;
	color:#666666;
}

.quote
{
	border:1px solid #ededed;
	box-shadow:0px 0px 5px #000;
	padding:10px;
	border-radius:10px;
	font-size:15px;
	text-transform:uppercase;
	font-weight:700;
	text-align:center;
	line-height:200%;
	background-color:#f78222;
	color:#FFF;
	cursor:pointer;
	display:block;
	text-decoration:none;
}

table td
{
	padding:10px;
}*/