/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0px;
	padding: 0;
	font-family: Arial, helvetica, sans-serif;
	font-size: 16px;
	color: #ffa500;
	background-color: #ffffff;
	width: 100%;
}


h1, h2, h3 {
	font-family: Arial, helvetica, sans-serif;
	font-weight: normal;
	text-align: center;

}

h1 {
	font-size: 44px;
	padding: 20;
	margin: 100;
	position: relative;
}

h1 > span {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}

h2 { font-size: 28px; }

h3 { }

img {
	max-height: 100%;
	max-width: 100%;
}

video {
	max-height: 100%;
	max-width: 100%;
}


/* Nav */

#nav {
	z-index: 8;
    box-shadow: 0 3px 6px rgba(26,26,26,.16),0 3px 6px rgba(26,26,26,.23);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffa500;
    max-height: 100%;
	max-width: 100%;
	/*background: url(images/img03.jpg) repeat-x left top;*/
}

/** LOGO */
 .logo {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
    max-height: 100%;
	max-width: 100%;
}

/* Menu */

#menu {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	
}

#menu ul {
	margin-left: 120px;
	padding: 0px;
}

#menu li {
	display: inline-block;
	height: 22px;
	padding: 11px 12px 0px 12px;
	background: url(images/img04.jpg) no-repeat right 8px;
}

#menu a {
	text-decoration: none;
	color: #333333;
	font-family: Arial, helvetica, sans-serif;
	font-size: 16px;
}

#menu a:hover { 
	text-decoration: underline; 
	color: #ffffff;
	text-decoration: none;
	transition: color 0.3s;
}

#menu .current_page_item {
	margin: 0px;
	color: #FFFFFF;
}

#call {
	text-decoration: none;
	display: inline-block;
	margin-left: 120px;
	color: #ffffff;
	max-height: 100%;
	max-width: 100%;
}

#number {
	text-decoration: none;
	display: inline-block;
	margin-left: 10px;
	color: #ffffff;
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
}

#image {
	display: inline-block;
	margin-left: 20px;
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;

}

/* Page */

#page {
	display: block;
	width: 100%;
	padding-bottom: 35px;


}


/* Content */


#content p {
	text-align: center;
	color: #000000;
	font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 1.2em;

   /*font-size: 0.9em;
    line-height: 1.25;*/
}



/* List */

#one {
	position: relative;
    display: inline-block;
    float: left;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
    width: 24.5%;
    padding: 0 4%;
    list-style: none;
}



#two {
	position: relative;
    display: inline-block;
    float: left;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
    width: 24.5%;
    padding: 0 4%;
    list-style: none;
}



#three {
	position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
    width: 24.5%;
    padding: 0 4%;
    list-style: none;
}


#addone {
	position: relative;
    display: inline-block;
    float: left;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
    width: 24.5%;
    padding: 0 4%;
    list-style: none;
}



#addtwo {
	position: relative;
    display: inline-block;
    float: left;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
    width: 24.5%;
    padding: 0 4%;
    list-style: none;
}



#addthree {
	position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
    width: 24.5%;
    padding: 0 4%;
    list-style: none;
}

/* Section */

.section {
  padding-top: 40px;
}


.center { display: block; text-align: center; }


/* Footer */

#footer {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	/*background: url(images/img02.jpg) repeat-x left top;*/
	height: 61px;
}

#footer p {
	margin: 0;
	padding: 100px 0;
	text-align: center;
	line-height: normal;
	color: #000000;
}

#res {
	padding-top: 100px;
}

#add {
	padding-top: 100px;
}

#contact a{
	text-decoration: none;
	color: #ffa500;
}


/*?#add p {
	float: left;
}*/