@font-face { 
  font-family:Calibri;
} 

html { 
  height: 100%;
}

* { 
  margin: 0;
  padding: 0;
}

/* tell the browser to render HTML 5 elements as block */
article, aside, figure, footer, header, hgroup, nav, section { 
  display:block;
}

body { 
   font-family:Calibri;
  background: #e7e4e4;
  color: #000;
}
p {
    font-family: calibri;
    font-size: 18px;
    line-height: 22px;
    padding: 0 0 20px;
    text-align: justify;
	font-weight:normal;
}

img { 
  border: 0;
}

h1, h2, h3, h4, h5, h6 { 
  color: #000;
  letter-spacing: 0em;
  padding: 0 0 5px 0;
}

h1, h2, h3 { 
  font: normal 140% arial, sans-serif;
  margin: 0 0 15px 0;
  padding: 15px 0 5px 0;
}

h2 { 
  font-size: 160%;
  padding: 9px 0 5px 0;
  color: #BBB;
}

h3 { 
  font-size: 140%;
  padding: 5px 0 0 0;
  color: #000;
}

h4, h6 { 
  color: #BBB;
  padding: 0 0 5px 0;
  font: normal 130% arial, sans-serif;
}

h5, h6 { 
  color: #888;
  font: italic 95% arial, sans-serif;
  letter-spacing: normal;
  padding: 0 0 15px 0;
}

a, a:hover { 
  outline: none;
  text-decoration: underline;
  color: #09D4FF;
}

a:hover { 
  text-decoration: none;
}

blockquote { 
  margin: 20px 0; 
  padding: 10px 20px 0 20px;
  border: 1px solid #E5E5DB;
  background: #FFF;
}
.contact_form a {
    color: #fc8f03;
}
ul { 
  margin: 2px 0 22px 17px;
}

ul li { 
  list-style-type: circle;
  margin: 0 0 6px 0; 
  padding: 0 0 4px 5px;
  line-height: 1.5em;
}

ol { 
  margin: 8px 0 22px 20px;
}

ol li { 
  margin: 0 0 11px 0;
}
.left {
    border-right: 1px dotted #8c8c8c;
    float: left;
    height: 320px;
    margin-right: 10px;
	padding-right:10px;
    width: 469px;
}
.right { 
  float: right; 
  width: auto;
  width:460px;
  height:320px;
}

.frst_name {
    color: #0193de;
}

.scnd_name {
    color: #fc8f03;
}
.service {
    border-bottom: 1px dotted #8c8c8c;
    height: 160px;
    margin-bottom: 10px;
}
.srvce_img {
    float: left;
    margin-right: 10px;
}
.service h2 {
    color: #fc8f03;
    font-family: century gothic;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    line-height: 0;
}
.service > p {
    font-size: 15px;
    line-height: 18px;
    text-align: left;
}
.service .more_lnk {
    line-height: 10px;
    text-align: right;
}
.center { 
  display: block;
  text-align: center;
  margin: 20px auto;
}

#main, nav, #container,  #site_content, footer { 
  margin-left: auto; 
  margin-right: auto;
}

#main {
  margin: 0px auto;
  width: 950px;
  background-color:#FFFFFF;
  padding: 10px;
  box-shadow: 0 0 25px #bcbcbc;
  -webkit-box-shadow: 0 0 25px #bcbcbc;
  -moz-box-shadow: 0 0 25px #bcbcbc;
}

header { 
  background: transparent;
  height: 130px;
}

#top { 
  width: 950px;
  height: 130px;
  background: transparent;
  color: #888;
  padding: 0;
  float: left;
}
.logo{
	background-image:url(../images/logo.jpg);
	width: 165px;
	height:125px;
	display:block;
	text-indent:-1000px;
	float:left;
	}
.log {
    float: right;
    line-height: 100px;
    padding: 0;
    text-align: right;
}
.log a{color: #CCCCCC;}
nav { 
  height: 44px;
  width: 950px;
  float: right;
  margin: 0 auto;
  color: #FFFFFF;
  background-color:#0193de;
} 

#site_content { 
  width: 950px;
  overflow: hidden;
  margin: 0px auto 0 auto;
  padding: 15px 0 15px 0;
} 
.more_lnk {
    line-height: 0;
    text-align: right;
}
.more_lnk > a {
    color: #fc8f03;
	font-style:italic;
	text-decoration:none;
}
.more_lnk > a:hover {
	text-decoration:underline;
}
#sidebar_container { 
  float: right;
  width: 224px;
  margin: 25px 0 0 0;
}

.sidebar { 
  float: right;
  width: 200px;
  padding: 5px 20px;
  margin: 0 0 17px 0;
}
.wlcme_head {
    background-image: url("../images/heading_line.jpg");
    background-position: center top;
    background-repeat: repeat-x;
}
.content .wlcme_head h1 {
    color: #0193de;
    font-family: century gothic;
    font-size: 46px;
    line-height: 19px;
    margin:0px auto;
    text-align: center;
    text-transform: uppercase;
	background-color:#ffffff;
	display:block;
	width:400px;
}
.amstard {
    font-size: 20px;
    font-weight: bold;
}
.eng {
    color: #fc8f03;
	text-transform:none;
}
.sidebar h3 { 
  color: #000;
  font: 270% 'News Cycle', arial, sans-serif;
  padding: 0 15px 5px 0;
}

.sidebar ul { 
  margin: 0 0 15px 0;
} 

.sidebar li a, .sidebar li a:hover { 
  color: #AAA;
  text-decoration: none;
} 

.sidebar li a:hover { 
  text-decoration: underline;
} 

.sidebar_item, .content_item { 
  padding: 15px 0;
}

.content { 
  text-align: left;
  width: 950px;
  margin: 25px 0 0 0;
  float: left;
  font-size: 120%;
}
  
.content ul { 
  margin: 2px 0 22px 0px;
}

footer { 
  width: 950px;
  height: 60px;
  text-align: center;
  background-color:#0193de;
}

footer p {
    color: #ffffff;
    float: left;
    line-height: 30px;
    padding: 10px;
    width: 400px;
}
.social_networks {
    display: block;
    float: right;
    height: 50px;
    padding: 15px 5px;
    width: 100px;
}
footer a { 
  color: #FFFFFF;
  text-decoration:underline;
}

footer a:hover { 
  color: #FFFFFF;
  text-shadow: none;
  text-decoration: none;
}

.form_settings { 
  margin: 15px 0 0 0;
}

.form_settings p { 
  padding: 0 0 4px 0;
}

.form_settings span { 
  float: left; 
  width: 200px; 
  text-align: left;
}
  
.form_settings input, .form_settings textarea { 
  padding: 5px; 
  width: 299px; 
  font: 100% arial; 
  border: 1px solid #D5D5D5; 
  background: #FFF; 
  color: #47433F;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;  
}
  
.form_settings .submit { 
  font: 140% 'Yanone Kaffeesatz', arial, sans-serif; 
  border: 0; 
  width: 99px; 
  margin: 0 0 0 212px; 
  height: 33px;
  padding: 2px 0 3px 0;
  cursor: pointer; 
  background: #ddd; /* Show a solid color for older browsers */
  background: -moz-linear-gradient(#fff, #ddd);
  background: -o-linear-gradient(#fff, #ddd);
  background: -webkit-linear-gradient(#fff, #ddd);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  border: 1px solid #ddd;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;
  color: #222;
  text-shadow: 1px 1px #FFF;
}

.form_settings textarea, .form_settings select { 
  font: 100% arial; 
  width: 299px;
}

.form_settings select { 
  width: 310px;
}

.form_settings .checkbox { 
  margin: 4px 0; 
  padding: 0; 
  width: 14px;
  border: 0;
  background: none;
}

.separator { 
  width: 100%;
  height: 0;
  border-top: 1px solid #D9D5CF;
  border-bottom: 1px solid #FFF;
  margin: 0 0 20px 0;
}
  
table { 
  margin: 0px auto;
}

table tr th, table tr td { 
  background: #FFFFFF;
  color: #000000;
  padding: 7px 4px;
  text-align: left;
  width: 160px;
}
  
table tr td { 
  background: #FFFFFF;
  color: #444;
  border-top: 1px solid #FFF;
}
.contact_form td {
    background-color: #f3f3f3;
}
.gallery{
  width:950px;
  height:450px;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;  }

ul.images {
  width:950px;
  height:450px;
  overflow:hidden;
  position:relative;
  margin:0;
  padding:0;
} 

ul.images li {
  position:absolute;
  margin:0;
  padding:0;
  left:0;
  right:0;
  list-style:none;
}
 
ul.images li.show {
  z-index:500;  
}
 
ul img {
  border:none;  
}


/**
Stylesheet for SooperFish by www.SooperThemes.com
Author: Jurriaan Roelofs
**/

/* Configuration of menu width */
html body ul.sf-menu ul,html body ul.sf-menu ul li { 
  width: 200px;
  border-bottom: 1px dotted #bfbfbf;
}

html body ul.sf-menu ul ul { 
  margin: 0 0 0 200px;
}

/* Framework for proper showing/hiding/positioning */
ul.sf-menu,ul.sf-menu * { 
  margin: 0;
  padding: 0;
}

ul.sf-menu { 
  display: block;
  position: relative;
}
  
ul.sf-menu li { 
  display: block;
  list-style: none;
  float: left;
  position: relative;
}
  
ul.sf-menu li:hover { 
  visibility: inherit; /* fixes IE7 'sticky bug' */ 
}

ul.sf-menu a { 
  display: block;
  position: relative;
}
  
ul.sf-menu ul { 
  position: absolute;
  left: 0;
  width: 150px; 
  top: auto;
  left: -999999px;
}
  
ul.sf-menu ul a { 
  zoom: 1; /* IE6/7 fix */ 
}

ul.sf-menu ul li { 
  float: left; /* Must always be floated otherwise there will be a rogue 1px margin-bottom in IE6/7 */
  width: 150px;
}
  
ul.sf-menu ul ul { 
  top: 0;
  margin: 0 0 0 150px;
}

ul.sf-menu li:hover ul,ul.sf-menu li:focus ul,ul.sf-menu li.sf-hover ul, 
ul.sf-menu ul li:hover ul,ul.sf-menu ul li:focus ul,ul.sf-menu ul li.sf-hover ul,
ul.sf-menu ul ul li:hover ul,ul.sf-menu ul ul li:focus ul,ul.sf-menu ul ul li.sf-hover ul,
ul.sf-menu ul ul ul li:hover ul,ul.sf-menu ul ul ul li:focus ul,ul.sf-menu ul ul ul li.sf-hover ul { 
  left: auto;
}
  
ul.sf-menu li:hover ul ul,ul.sf-menu li:focus ul ul,ul.sf-menu li.sf-hover ul ul,
ul.sf-menu ul li:hover ul ul,ul.sf-menu ul li:focus ul ul,ul.sf-menu ul li.sf-hover ul ul,
ul.sf-menu ul ul li:hover ul ul,ul.sf-menu ul ul li:focus ul ul,ul.sf-menu ul ul li.sf-hover ul ul,
ul.sf-menu ul ul ul li:hover ul ul,ul.sf-menu ul ul ul li:focus ul ul,ul.sf-menu ul ul ul li.sf-hover ul ul { 
  left: -999999px;
}

/* autoArrows CSS */
span.sf-arrow { 
  width: 7px;
  height: 7px;
  position: absolute;
  top: 20px;
  right: 5px;
  display: block;
  background: url(../images/arrows-white.png) no-repeat 0 0;
  overflow: hidden; /* making sure IE6 doesn't overflow and expand the box */
  font-size: 1px;
}

ul ul span.sf-arrow { 
  right: 5px;
  top: 20px;
  background-position: 0 100%;
}

/* Theming the menu */
ul#nav { 
  float: left;
  margin-left:120px;
}

ul#nav ul { 
  background: #0193de;
  margin-top: 0px;
  padding-bottom: 15px;
}

ul#nav li a {
    color: #8eceef;
    font-family: century gothic;
    font-size: 16px;
    font-weight: bold;
    margin-right: 2px;
    padding: 13px 25px 6px;
    text-decoration: none;
    text-transform: uppercase;
}

ul#nav li a:hover, ul#nav li a:focus, ul#nav li.selected a, ul#nav li.selected a:hover, ul#nav li.selected a:focus { 
  color: #FFFFFF;
  text-shadow: none;
}

ul#nav ul li a { 
  color: #FFF;
}

ul#nav ul li a:hover { 
  color: #8eceef;
  margin-right: 2px;
}



/* Image Transitions */
ul#images {
  margin: 0 15px 10px 0;
  padding: 0;
  list-style: none;
  position: relative;
}

ul#images li {
  display: block;
  overflow: hidden;
  padding: 0;
  float: left;
  width: 155px;
  height: 300px;
}
/*Innerpage Styles*/

.about {
    font-size: 20px;
}
.img_thumbs {
    background-color: #ececec;
    clear: both;
    height: 200px;
	margin:10px 0;
}
.img_thumbs > img {
    padding: 30px 15px;
    transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
}
.img_thumbs > img:hover {
    padding: 20px 15px;
}
.mail_link {
    color: #fc8f03;
    text-decoration: underline;
}
.mail_link:hover {
    color: #fc8f03;
    text-decoration: none;
}
.contact_form th {
    background-color: #f3f3f3;
    padding: 10px;
}
.contact_form h2 {
    color: #000000;
    font-family: century gothic;
    font-size: 28px;
    font-weight: bold;
    line-height: 10px;
}
.content > h2 {
    color: #0193de;
    font-family: century gothic;
    font-weight: bold;
}
.content h3 {
    background: url("../images/h3_bg.jpg") repeat-y scroll 0 0 rgba(0, 0, 0, 0);
    color: #ffffff;
    font-family: century gothic;
    font-weight: bold;
    line-height: 35px;
    padding: 0 10px;
}
.service_tble img {
    float: right;
    margin-left: 10px;
}
.service_tble ul, .service_tble {
    font-family: calibri;
    font-size: 18px;
    font-weight: normal;
}
.service_tble li {
    line-height: 12px;
    list-style: none inside url("../images/list_icon.jpg");
}
.service_tble td {
    background-color: #ffffff;
}
.contact_form h3 {
    color: #4c4c4c;
    font-family: calibri;
    font-weight: bold;
}