@import url(http://fonts.googleapis.com/css?family=Pontano+Sans);

body {
	background: #fff;
	margin:0;
	padding:0;
	font-family: 'Pontano Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666;
}
.red_box {
	background-color: #C00;
	height: 30px;
	width: 30px;
}


* {


}

/** element defaults **/
table {
	width: 100%;
	text-align: center;
	color: #333;
	font-size: 12px;
}

th, td {
	padding: 3px 3px;
}

th {
	color: #666;
	font-size: 12px;
	text-align: center;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat-x;
	background-position: left top;
}

td {
    font-size: 11px;
    color: #333;
    text-align: center;
    font-family: Helvetica, Sans-Serif;
}

code, blockquote {
	display: block;
	border-left: 5px solid #222;
	padding: 10px;
	margin-bottom: 20px;
}
code {
	background-color: #222;
	color:#ccc;
	border: none;
}
blockquote {
	border-left: 5px solid #222;
}

blockquote p {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	color: #333;
	height: 1%;
}

p {
    line-height: 1.9em;
    margin-bottom: 20px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
	color: #666666;
}

a:hover {
	color: #00CC00;
}

a:focus {
	outline: none;
	color: #333333;
}


a.button {
	background-color: #48a100;
	color: #FFFFFF;
	display: inline-block;
	font-size: 13px;
	padding: 5px 12px;
	text-decoration: none;
	text-transform: none;
}

a.button2 {
	background-color: #0099FF;
	color: #FFFFFF;
	display: inline-block;
	font-size: 13px;
	padding: 5px 12px;
	text-decoration: none;
	text-transform: none;
}
a:hover {
	background-color: #FFF;
}



a.button:hover {
	background-color: #999999;
	color: #FFF;
}


fieldset {
	display: block;
	border: none;
	border-top: 1px solid #ccc;
}

fieldset legend {
	font-weight: bold;
	font-size: 13px;
	padding-right: 10px;
	color: #333;
}

fieldset form {
	padding-top: 15px;
}

fieldset p label {
	float: left;
	width: 150px;
}

form input, form select, form textarea {
	padding: 5px;
	color: #333333;
	border: 1px solid #ddd;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

form input.formbutton {
	border: none;
	background: #00A0EB;
	color: #ffffff;
	font-weight: bold;
	padding: 6px 10px;
	font-size: 12px;
	letter-spacing: 1px;
	width: auto;
	overflow: visible;
}

form.searchform input {
  font-size: 15px;
    padding: 6px;
}

form.searchform p {
	margin: 5px 0;
}


span.required {
	color: #ff0000;
}

h1 {
	color: #000;
	font-size: 35px;
	font-family: 'Pontano Sans', Arial, sans-serif;
}

h2 {
	color: #000;
	font-size: 24px;
	letter-spacing: 0px;
	font-weight: normal;
	padding: 0 0 5px;
	margin: 0;
	font-family: 'Pontano Sans', Arial, sans-serif;
}

h3 {
	color: #25A4DC;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
	letter-spacing: -1px;
	font-family: 'Pontano Sans', Arial, sans-serif;
	text-align: left;
}

h4 {
	font-family: 'Pontano Sans', Arial, sans-serif;
	color: #FF6D29;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 10px;
	text-transform: none;
}

h5 {
	padding-bottom: 10px;
	font-size: 16px;
	color: #999;
}

ul, ol {
	margin: 0 0 35px 35px;
}

li {
	padding-bottom: 0px;
}

li ol, li ul {
	font-size: 1.0em;
	margin-bottom: 0;
	padding-top: 5px;
}

.width {
	width: 960px;
	margin: 0 auto;
}

#container {
	background-color: #fff;
}

header {
	padding: 20px 2px;
	background: #fff;
	margin: 0 auto;
	text-align:left;
}

header h1 a, header h1 a:hover {
 color: #000;
    font-size: 55px;
    font-weight: normal;
    letter-spacing: -2px;
    line-height:45px;
    text-decoration: none;
    text-transform: lowercase;
}
header h1 a span { 
	color: #00A0EB;
}

header h2 {
	color: #c0c0c0;
	font-size: 13px;
	position: relative;
	letter-spacing: 0;
}



nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

nav ul li {
	float: left;
	display: block;
	padding: 0;
}


nav ul li a {
	color: #999;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 0;
	margin: 0;
	padding: 15px 17px;
	text-decoration: none;
	text-transform: none;
}
nav ul li.selected a,
nav ul li.selected a:hover { 
	background-color: #00A0EB;
	color: #fff; 
	font-weight:bold;
}


nav ul li a:hover {
	color: #eee;
	text-decoration: none;
}

img.header-image { padding-top: 10px;
			margin-bottom: -3px; }

#body {
	background: none;
	padding: 0;
	clear: both;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#content {
    float: left;
    width: 71%;
}

article {

 }

article h2 {
	padding-bottom: 0;
	color: #990000;
	font-family: Helvetica, sans-serif;
}

article .article-info {
	font-size: 12px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #C00;
}

article .article-info a { 
	color: #666;
}

.sidebar {
	float: right;
	width: 28%;
	margin-top: 10px;
	border-top-color: #E5E5E5;
	border-right-color: #E5E5E5;
	border-bottom-color: #E5E5E5;
	border-left-color: #E5E5E5;
}

.sidebar h4 {
	padding-bottom: 0;
	font-size: 15px;
	text-transform: uppercase;
	color: #666;
	padding: 7px 7px;
	border-bottom: 1px solid #ed1c24;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li {
	margin-bottom: 20px;
	line-height: 1.9em;
}

.sidebar li ul {
	list-style: none outside none;
	margin: 0px;
}

.sidebar li ul li {
	display: block;
	border-top: none;
	padding: 7px;
	margin: 0;
	line-height: 1.5em;
	font-size: 12px;
	font-weight: normal;
}

.sidebar li ul li.text {
	border-bottom: none;
	text-align: justify;
	font-size: 10px;
}



.sidebar li ul li a {
	font-weight: normal;
	color: #666;
}

.sidebar li ul li a:hover {
	color: #900;
}


.sidebar li ul li a.readmore {
	color: #990000;
	font-weight: bold;
}


.sidebar li ul li a.readmore:hover {
	color: #333333;
}




.clear {
	clear: both;
}

footer {
	margin:20px auto 0;
	background: #222;
	border-top: 2px solid #ed1c24;
}

footer p {
	text-align: left;
	color: #ccc;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

footer p a {
	color: #ccc;
	font-weight: bold;
}

.footer-content {
	padding: 20px 25px 30px;
	font-size: 12px;
	text-align: justify;
	color: #999;
}

footer .footer-content ul {
	width: 400px;
	list-style: none;
	padding: 0;
	float: left;
	margin-top: 0;
	margin-right: 65px;
	margin-bottom: 0;
	margin-left: 0;
}

footer .footer-content li {
	padding: 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

footer .footer-content li a, footer .footer-content h4 {
}

footer .footer-content li a {
	color: #666666;
	font-size: 13px;
	text-decoration: underline;
}

footer .footer-content li a:hover {
	color: #CCCCCC;
}

footer .footer-content h4 {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: lighter;
	padding-bottom: 0;
}

footer .footer-content ul.endfooter {
	margin-right: 55px;
}
footer .footer-bottom {
	padding: 10px;
	text-align: center;
	background-color: #000;
}

footer .footer-bottom p {
	text-align: center;
}

footer .footer-bottom p, footer .footer-bottom p a {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}



//.navigation****************************************************************

* 									{ margin: 0; padding: 0; }
body								{ font: 14px Helvetica, Sans-Serif; } 
#page-wrap							{ width: 800px; margin: 25px auto; } 
a									{ text-decoration: none; }
ul									{ list-style: none; }
p                                   {
    margin: 15px 0;
    text-align: justify;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #333;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

/* 
	LEVEL ONE
*/
ul.dropdown                         { position: relative; }
ul.dropdown li                      {
	font-weight: lighter;
	float: left;
	zoom: 1;
	background-color: #222;
	color: #FFF;
}
ul.dropdown a:hover		            {
	color: #FFF;
	background-color: #999;
}
ul.dropdown a:active                {
	color: #999999;
	background-color: #666;
}
ul.dropdown li a                    {
	display: block;
	padding: 15px 8px;
	color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
ul.dropdown li:last-child a         {
	border-right: none;
	color: #999;
	background-color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
} /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                {
	color: black;
	position: relative;
	background-color: #CC0000;
}
ul.dropdown li.hover a              { color: black; }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li 					{ font-weight: normal; background: #f6f6f6; color: #000; 
									  border-bottom: 1px solid #ccc; float: none; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{
	border-right: none;
	width: 100%;
	display: inline-block;
	background-color: #000;
} 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{
	visibility: visible;
	background-color: #0C9;
}
.bolt {
	font-weight: bold;
	color: #333333;
}
.grey {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}
.empty_area {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
	font-size: 12px;
	height: auto;
}
#container .empty_area .article-info {
	font-size: 12px;
	color: #900;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.red_bold {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #48A100;
	padding: 8px;
	font-size: 15px;
	width: 200px;
}
.Slider_area {
	height: 280px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/image_index_2.jpg);
}
#container #body #content article table tr td table tr td strong {
	color: #8F1719;
}
#container #body #content article table tr td table tr td strong line {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999;
}
.index_login_area {
	width: 80px;
}
.FGD {
	font-family: Helvetica, sans-serif;
}
#container #body #content .expanded .article-info p {
	font-style: normal;
}
#container #body #content .expanded .article-info p {
	color: #333;
	font-weight: normal;
}
#container #body #content article .article-info p {
	color: #333;
}
.spell_line {
	height: 1px;
	background-color: #CCC;
}
#container #body .sidebar ul li ul .text strong {
	color: #900;
}
.fg {
	font-weight: bold;
}
.efe {
	font-weight: bold;
}
.index_area_block {
	height: 500px;
}
.index_block_left {
	height: 450px;
	width: 290px;
	margin-right: 10px;
	float: left;
	margin-bottom: 10px;
	border: thin solid #EEE;
	padding: 10px;
	background-image: url(images/gradient-call-to-action.png);
	background-repeat: repeat-x;
	background-position: top;
}
.index_block_right {
	float: right;
	height: 300px;
	width: 300px;
	margin-bottom: 50px;
	border: thin solid #EEE;
}
#container #body #content article p {
	font-weight: normal;
	color: #333333;
}
#container #body #content article table {
	text-align: left;
	border: thin solid #EAEAEA;
	color: #000;
	font-size: 12px;
}
#container #body #content article table tr td img {
	text-align: center;


}
#container #body .sidebar ul li ul {
	font-size: 9px;
	font-weight: bold;
	color: #666;
}
#container #body #content article tablex {
	border: thin solid #E0E0E0;
}
#container #body #content article table border {
	border: thin solid #999;
}
#container #body #content article table tr {
	border: thin solid #D7D7D7;
}
.red {
	color: #C12026;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}
#container #body #content article table tr td table tr td p {
	font-size: 12px;
}
#container #body #content article table tr td table tr td {
	font-size: 12px;
	color: #333;
}
.yazi_12 {
	font-size: 10px;
}
#container #body .sidebar ul li ul li table tr td div div {
	color: #333;
}
#container #body .sidebar ul li ul li table tr td {
	text-align: center;
}
#container #body .sidebar ul li ul li table tr td div div p a {
	color: #FFF;
}
#container #body .sidebar ul li ul li table tr td div div p a {
	text-align: center;
}
#container #body .sidebar ul li ul li table tr td div div a {
	color: #FFF;
}
#container #body .sidebar ul li ul li table {
}
.contactform {
	margin-top: 30px;
}
.blue_color {
	color: #00A0EB;
}


**********************


body,html{
	background: #5AB4F0;
	margin: 0px;
	padding: 0px;
}

/* form style */
.form-style{
	max-width: 450px;
	padding: 40px 200px 40px 40px;
	font: 13px Arial, Helvetica, sans-serif;
	margin: 50px auto;
	background: #FFFFFF;
	border-radius: 1px;
    -webkit-border-radius:1px;
    -moz-border-radius:1px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.form-style-heading{
    font-weight: bold;
    font-style: italic;
    border-bottom: 2px solid #ddd;
    margin-bottom: 10px;
    font-size: 15px;
    padding-bottom: 3px;
}
.form-style label{
    display: block;
    margin: 0px 0px 15px 0px;
}
.form-style label > span{
    width: 100px;
    font-weight: bold;
    float: left;
    padding-top: 8px;
    padding-right: 5px;
}
.form-style span.required{
    color:red;
}
.form-style .tel-number-field{
    width: 40px;
    text-align: center;
}
.form-style  .long{
    width: 120px;
}
.form-style input.input-field{
    width: 48%;
   
}

.form-style input.input-field,
.form-style .tel-number-field,
.form-style .textarea-field,
 .form-style .select-field{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out; 
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 7px;
    outline: none;
}
.form-style .input-field:focus,
.form-style .tel-number-field:focus,
.form-style .textarea-field:focus,  
.form-style .select-field:focus{
    border: 1px solid #0C0;
}
.form-style .textarea-field{
    height:100px;
    width: 55%;
}
.form-style input[type="button"],
.form-style input[type="submit"] {
    -moz-box-shadow: inset 0px 1px 0px 0px #3985B1;
    -webkit-box-shadow: inset 0px 1px 0px 0px #3985B1;
    box-shadow: inset 0px 1px 0px 0px #3985B1;
    background-color: #216288;
    border: 1px solid #17445E;
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 8px 18px;
    text-decoration: none;
    font: 12px Arial, Helvetica, sans-serif;
}
.form-style input[type="button"]:hover,
.form-style input[type="submit"]:hover {
    background: linear-gradient(to bottom, #2D77A2 5%, #337DA8 100%);
    background-color: #28739E;
}
.form-style .success{
	background: #25A4DC;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 5px 0px;
	border: none;
	font-weight: bold;
	color: #ffffff;
	border-left: 3px solid #2E6800;
}
.form-style .error {
	background: #FFE8E8;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 5px 0px;
	border: none;
	font-weight: bold;
	color: #FF0000;
	border-left: 3px solid #FF0000;
}#container #body #content article table #blanc {
	border: medium dotted #933;
}
#container #body #content article table tr td p strong {
	color: #B81E21;
}
.navigation_new {
	width: 960px;
}



*****************************

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
#cssmenu {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	font-size: 10px;
	line-height: 15px;
	text-transform: uppercase;
	text-align: left;
	margin-top: 30px;
 
}
#cssmenu > ul {
  width: auto;
  list-style-type: none;
  padding: 0;
  margin: 0;
  background: #ffffff;
  border: 1px solid #ece6e8;
  border-bottom: 3px solid #d9ced2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;

}
#cssmenu > ul li#responsive-tab {
  display: none;
  /* Hide for large screens */

}
#cssmenu > ul li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  z-index:10000
}
#cssmenu > ul li.right {
  float: right;
}
#cssmenu > ul li.has-sub {
  position: relative;
}
#cssmenu > ul li.has-sub:hover ul {
  display: block;
}
#cssmenu > ul li.has-sub ul {
  display: none;
  width: 250px;
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #ffffff;
  border: 1px solid #ece6e8;
  border-bottom: 3px solid #d9ced2;
  border-top: 0 none;
}
#cssmenu > ul li.has-sub ul li {
  display: block;
}
#cssmenu > ul li.has-sub > a {
  background-image: url('images/caret.png');
  background-repeat: no-repeat;
  background-position: 90% -95%;
}
#cssmenu > ul li.has-sub > a.active,
#cssmenu > ul li.has-sub > a:hover {
  background: #48a100 url('images/caret.png') no-repeat;
  background-position: 90% 195%;
}
#cssmenu > ul li a {
	display: block;
	text-decoration: none;
	color: #747474;
	text-shadow: 0px 1px 0px #fff;
	padding-top: 12px;
	padding-right: 24px;
	padding-bottom: 8px;
	padding-left: 24px;
}
#cssmenu > ul li a.active,
#cssmenu > ul li a:hover {
  background: #48a100;
  color: #fff;
  text-shadow: 0px 1px 0px #000;
}
@media (max-width: 600px) {
  #cssmenu > ul {
    width: 100%;
  }
  #cssmenu > ul li#responsive-tab {
    display: block;
  }
  #cssmenu > ul li#responsive-tab a {
    background: url('images/menu.png') no-repeat;
    background-position: 95% -35%;
  }
  #cssmenu > ul li#responsive-tab a:hover {
    background-color: #48a100;
    background-position: 95% 135%;
  }
  #cssmenu > ul li {
    display: none;
  }
  #cssmenu > ul li.right {
    float: none;
  }
  #cssmenu > ul li.has-sub {
    position: relative;
  }
  #cssmenu > ul li.has-sub ul {
    display: block;
    position: static;
    width: 100%;
    background: #ffffff;
    border: 0 none;
  }
  #cssmenu > ul li.has-sub ul li {
    display: block !important;
  }
  #cssmenu > ul li.has-sub ul li a span {
    display: block;
    padding-left: 24px;
  }
  #cssmenu > ul li.has-sub > a {
    background-image: none;
  }
}
/* Make sure they show even if hidden in mobile view by JS */
@media (min-width: 600px) {
  #cssmenu > ul > li.collapsed {
    display: inline-block !important;
    *display: inline;
    zoom: 1;
  }
  #cssmenu > ul ul li.collapsed {
    display: block !important;
  }
}
.index_colom_right {
	width: 288px;
	float: right;
	border: thin solid #EEE;
	padding: 10px;
	margin-bottom: 10px;
	height: 450px;
	background-image: url(images/gradient-call-to-action.png);
	background-repeat: repeat-x;
	background-position: top;
}
Header_index {
	color: #900;
	background-color: #900;
}
.index_bot_box_left {
	float: left;
	height: 140px;
	width: 200px;
	margin-right: 50px;
	background-image: url(images/woman.png);
	background-repeat: no-repeat;
	background-position: left;
}
.index_bot_box_right {
	height: 200px;
	width: 950px;
	background-repeat: repeat-x;
	background-image: url(images/gradient-call-to-action.png);
	background-position: top;
	border: thin solid #EEE;
	padding: 5px;
}
.index_box_right_in1 {
	float: left;
	height: 100%;
	margin-top: 10px;
	margin-right: 20px;
}
.index_box_right_in2 {
	float: left;
	margin-top: 10px;
	width: 65px;
	background-image: url(images/phone-call-to-action.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
}
.index_box_right_in3 {
	float: left;
	height: 100%;
	margin-top: 10px;
	color: #0CC;
	margin-left: 30px;
}
#container #container .empty_area .index_area_block .index_bot_box_right .index_box_right_in3 p .number-phone {
	font-size: 42px;
	color: #666;
	letter-spacing: -3px;
	line-height: 75px;
}
#container #container .empty_area .index_area_block .index_colom_right .article-info span {
	color: #A9080D;
}
.social_row {
}
#container #container .empty_area .index_area_block .index_colom_right .article-info span {
	color: #900;
}


* {
  padding: 0;
  margin: 0;
}
body { background-color:#222; color:#fff;}
#slideImg {
	background-color: #FFFFFF;
	position: relative;
}

#slideImg ul { list-style: none; }

#slideImg li {
  float: left;
  margin: 0 12px;
}

img {
	vertical-align: bottom;
}

.rotate-prev { position: absolute; }
#container .empty_area .callthrough_area_1 tr td table tr td {
    color: #333;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
#container .empty_area .callthrough_area_1 tr td div {
	color: #FFF;
}
#container .empty_area .callthrough_area_1 tr td table {
	color: #333;
	text-align: right;
}
#container .empty_area .callthrough_area_1 tr td div {
	color: #333;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
#container .empty_area table tr .red_box div a:hover {
	background-color: #06C;
}
#container .empty_area table tr .red_box a:hover {
	background-color: #00F;
}
