@charset "utf-8";
.style-design {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}
.padding-php {
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 5px;
	cursor: default;
}

.read_here {
	color: #000;
	font-weight: bold;
	background-color: #5FA4B2;
	padding-right: 16px;
	padding-left: 16px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #5FA4B2;
	border-bottom-color: #5FA4B2;
	 opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

   .read_here:hover {
      opacity: 0.5;
      }
	  
	  .form {
	
	 opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

   .form:hover {
      opacity: 0.5;
      }
#rotating-item-wrapper {
	position: relative;
	width: 534px;
	height: 443px;
	z-index: 0;
}
.rotating-item {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 40px;
	padding-left: 50px;
}
.version {
	font-weight: bold;
	line-height: 14px;
	color: #CCC;
	cursor: default;
}
.appstore_part {
	font-size: 18px;
	color: #5FA4B2;
	font-weight: bold;
	cursor: default;
}
.appstore_part2 {
	font-size: 16px;
	color: #CCC;
	font-weight: bold;
	cursor: default;
}

.contact_td {
	padding-left: 6px;
	cursor: default;
	font-size: 15px;
	font-weight: bold;
}
.sendform_btn {
	font-size: 14px;
	font-weight: bold;
	color: #232323;
	opacity: 0.8;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
.sendform_btn:hover{
	opacity: 1;
}
.contact_tdb {
	border: 1px solid #232323;	
}

.moto {
	font-size: 14px;
	font-weight: bold;
	padding-left: 6px;
	cursor: default;
}
.nav_botom {
	font-size: 14px;
	text-decoration: none;
}
.nav_botom a:hover {
	font-size: 14px;
	text-decoration: none;
	color: #496B74;
}
.nav_up {
	font-size: 18px;
	text-decoration: none;
	cursor: default;
}
.nav_up a:hover {
	font-size: 18px;
	text-decoration: none;
	color: #496B74;
}

.mail {
	font-size: 14px;
	text-decoration: none;
}
.mail a:link {
	font-size: 14px;
	text-decoration: none;
	color: #496B74;
}
.mail a:hover {
	font-size: 14px;
	text-decoration: underline;
	color: #CCCCCC;
}
.copyright {
	font-size: 14px;
	text-decoration: none;
	cursor: default;	
}

.copyright a:hover {
	font-size: 14px;
	color: #496B74;
}



.news {
	font-weight: bold;
	color: #FFF;
	font-size: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	letter-spacing: 0.1em;
	cursor: default;
	text-decoration: none;
}
.news a:link{
	font-weight: bold;
	color: #FFFFFF;
	font-size: 22px;
	letter-spacing: 0.1em;
	cursor: default;
	text-decoration: none;
}
.news a:hover{
	font-weight: bold;
	color: #496B74;
	font-size: 22px;
	letter-spacing: 0.1em;
	cursor: default;
	text-decoration: none;
}
.news-up {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

   .fade:hover {
      opacity: 0.5;
	  cursor: pointer;
      }
	  
.fade2 {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

   .fade2:hover {
      opacity: 0.8;
      }

/* Clearfix */
.group:after { visibility: hidden; display: block; content: ""; clear: both; height: 0; }
*:first-child+html .group { zoom: 1; } /* IE7 */



/* Example One */
#example-one {
	margin: 0 auto;
	list-style: none;
	position: relative;
	width: 300px;
}
#example-one li {
	display: inline-block;
}
#example-one a {
	color: #bbb;
	font-size: 14px;
	float: left;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#example-one a:hover { 
	color: white; 
}
#magic-line {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100px;
	height: 2px;
	background-color: #5FA4B2;
}
.current_page_item a {
	color: #CCC !important;
}
.ie6 #example-one li, .ie7 #example-one li { 
	display: inline; 
}
.ie6 #magic-line {
	bottom: -3px;
}


/* Example Two */
#example-two { 
	margin: 0 auto; 
	list-style: none; 
	position: relative; 
	width: 960px; 
}
#example-two li { 
	display: inline-block; 
}
#example-two li a { 
	position: relative; 
	z-index: 200; 
	color: #bbb; 
	font-size: 14px; 
	display: block; 
	float: left; 
	padding: 6px 10px 4px 10px;
	text-decoration: none;
	text-transform: uppercase; 
}
#example-two li a:hover { 
	color: white; 
}
#example-two #magic-line-two { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100px; 
	background: #900; 
	z-index: 100; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.current_page_item_two a { 
	color: white !important; 
}
.ie6 #example-two li, .ie7 #example-two li {
	display: inline;
}
.box_round {
	-webkit-border-radius: 0px 20px 20px 0px;
	border-radius: 0px 20px 20px 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5FA4B2;
}
.box_round_right {
	-webkit-border-radius: 0px 20px 0px 0px;
	border-radius: 0px 20px 0px 0px;

}
.box_round_left {
	-webkit-border-radius: 20px 0px 0px 0px;
	border-radius: 20px 0px 0px 0px;

}
.abouttxt {
	color: #333;
	cursor: default;
}
.abouttxtbold {
	color: #666;
	font-weight: bold;
	cursor: default;
}
.contactform {
	color: #666;
	font-weight: bold;
	cursor: default;
	font-size: 17px;
}
.abouttxtnormal {
	color: #666;
	cursor: default;
}
.abouttxtnormal2 {
	color: #333;
	cursor: default;
}
.abouttxtnormal2:link {
	color: #333;
}
.abouttxtnormal2:hover {
	color: #333;
	cursor: pointer;
	text-decoration: underline;
}
.abouttxt_header {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	cursor: default;
}
.vert_line {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
.horiz_top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.horiz_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.green {
	font-weight: bold;
	color: #FFF;
	background-color: #4A6D77;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #4A6D77;
	border-bottom-color: #4A6D77;
}
.red{
	font-weight: bold;
	color: #FFF;
	background-color: #930;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #930;
	border-bottom-color: #930;
}
.horup{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.hordown{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.shadow {
	-webkit-box-shadow: 0px 10px 5px 0px #c333;
box-shadow: 0px 10px 5px 0px #c333; 
}
