* {
	margin: 0;
	padding: 0;
}
html {
	width:100%;
	height:100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
	line-height: 20px;
	color: #302e2a;
	width: 100%;
	min-width: 320px;
	background: #017889;
}
a {
	color: #ff1800;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
ul, ol {
	margin-left: 25px;
}
ul {
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}

h1, .h1 {
	font-size: 20px;
	line-height: 23px;
	font-weight: bold;
	color: #1f5eac;
	padding: 0px 0px 8px 0px;
	display: block;
}
 
h2, .h2 {
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
	color: #338c37;
	padding: 0px 0px 8px 0px;
	display: block;
}

h3, .h3 {
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
	color: #8b8241;
	padding: 0px 0px 8px 0px;
	display: block;
}

.clear {
	height:0;
	font-size:0em;
	line-height:0em;
	clear:both;
}

.hr {
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	background: url(images/hr_bg.gif) top repeat-x;
}

.hidden {
	display: none;
}

.uppercase {
	text-transform: uppercase;
}

.box_image {
	width: 280px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
.box_image img {
	width: 100%;
	border: #925423 solid 4px;
	background: #000;
}

.img_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.img_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}
.img_full {
    width:100%;
    max-height : auto;
    max-width : auto;	
}

.images {
}
.images_left {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.images_right {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}

.images_full {
    width:100%;
    max-height : auto;
    max-width : auto;	
}

.imagesmallname {
	color: #000; 
	font-weight: normal;
}
.imagemediumname {
	color: #000; 
	font-weight: bold;
}
.imagebigname {
	color: #000; 
	font-weight: bold;
}
.imagepages {
	color: #000; 
	font-size: 14px;
}
.imagepageselected {
	color: #ff1800; 
	font-size: 14px;
	font-weight: bold;
}
.imagepagesnav {
	color: #000; 
	font-weight: normal;
}
.imagebignav {
	color: #000; 
	font-weight: bold;
	font-size: 14px;
}

.sectionname {
	color: #000; 
	font-weight: bold;
	font-size: 15px;
	line-height: 17px;
}
a.sectionname:hover {
	color: #ff1800; 
	text-decoration: none;
}
.sectionnameselected {
	color: #ff1800; 
	font-weight: bold;
	font-size: 15px;
	line-height: 17px;
}
a.sectionnameselected:hover {
	text-decoration: none;
}

a.portfolio_button_sectionname {
	display: block;
	color: #fff;
	background: #b82b1d;
	font-size: 1em;
	padding: 0.5em;
	margin: 0px 5px 5px 0px;
	font-weight: bold;
	float: left;
}
a.portfolio_button_sectionname:hover {
	text-decoration: none;
}

a.portfolio_button_sectionnameselected {
	display: block;
	color: #fbe6c6;
	background: #691816;
	font-size: 1em;
	padding: 0.5em;
	margin: 0px 5px 5px 0px;
	font-weight: bold;
	float: left;
}
a.portfolio_button_sectionnameselected:hover {
	text-decoration: none;
}

.portfolio_button {
	display: block;
	color: #fff;
	background: #b82b1d;
	font-size: 1em;
	padding: 0.5em;
	margin-bottom: 5px;
	font-weight: bold;
}
a.portfolio_button:hover {
	text-decoration: none;
}
#portfolio_button_last {
	float: left;
}
#portfolio_button_next {
	float: right;
}


/* all forms
-----------------------------------------------------------------------------*/
fieldset {
	border: 0px solid transparent;
}
legend {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
input {
	vertical-align: middle;
}

input.submit, input.button {
	color: #fff;
	background: #b9b48c;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	height: 25px;
	padding: 0px 10px 0px 10px;
}

label.edit {
	width: 280px;
	float: left;
	padding: 0px 5px 5px 0px;
	margin: 0px 5px 5px 0px;
	color: #000;
}
input.edit {
	width: 265px;
	height: 18px;
	padding: 3px;
	background: #fff url(images/input_bg.gif) top repeat-x;
	border: 1px solid #a6a6a6;
	float: left;
}
input.edit_file {
	width: 265px;
	height: 24px;
	padding: 3px;
}
select.edit {
	width: 273px;
	height: 26px;
	padding: 3px;
	background: #fff url(images/input_bg.gif) top repeat-x;
	border: 1px solid #a6a6a6;
}
textarea.edit {
	width: 265px;
	height: 100px;
	padding: 3px;
	background: #fff url(images/input_bg.gif) top repeat-x;
	border: 1px solid #a6a6a6;
}


label.edit_full {
	width: 553px;
	float: left;
	padding: 0px 5px 5px 0px;
	margin: 0px 0px 5px 0px;
	color: #000;
}
input.edit_full {
	width: 545px;
	height: 18px;
	padding: 3px;
	background: #fff url(images/input_bg.gif) top repeat-x;
	border: 1px solid #a6a6a6;
	float: left;
}
select.edit_full {
	width: 553px;
	height: 26px;
	padding: 3px;
	background: #fff url(images/input_bg.gif) top repeat-x;
	border: 1px solid #a6a6a6;
}
input.edit_full_file {
	width: 545px;
	height: 25px;
	padding: 3px;
	background: #fff url(images/input_bg.gif) top repeat-x;
	border: 1px solid #a6a6a6;
	float: left;
}
textarea.edit_full {
	width: 545px;
	height: 100px;
	padding: 3px;
	background: #fff url(images/input_bg.gif) top repeat-x;
	border: 1px solid #a6a6a6;
}


label.edit_half {
	width: 134px;
	float: left;
	padding: 0px 5px 5px 0px;
	margin: 0px 0px 5px 0px;
	color: #000;
}
input.edit_half {
	width: 126px;
	height: 18px;
	padding: 3px;
	background: #fff url(images/input_bg.gif) top repeat-x;
	border: 1px solid #a6a6a6;
	float: left;
}
select.edit_half {
	width: 134px;
	height: 26px;
	padding: 3px;
	background: #fff url(images/input_bg.gif) top repeat-x;
	border: 1px solid #a6a6a6;
}
textarea.edit_half {
	width: 126px;
	height: 100px;
	padding: 3px;
	background: #fff url(images/input_bg.gif) top repeat-x;
	border: 1px solid #a6a6a6;
}


#scode_block {
	width: 100%;
	font-size: 12px;
	text-align: center;
}
#scode_block input#scode {
	width: 60px;
	text-transform: uppercase;
	text-align: center;
	height: 15px;
	padding: 3px;
	background: #fff url(images/input_bg.gif) top repeat-x;
	border: 1px solid #a6a6a6;
}

.required {
	color:#F00;
}

#form_contact, #form_request {
	width: 280px;
}



/* slogan
-----------------------------------------------------------------------------*/
#slogan {
	width: 100%;
	background: url(images/slogan_bg.png) center top repeat-x;
	height: 34px;
	line-height: 34px;
	vertical-align: middle;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	width: 100%;
	background: #fff url(images/header_bg.png) center top repeat-x;
	height: 77px;
	padding-top: 14px;
	text-align: center;
}


/* Menu
-----------------------------------------------------------------------------*/
.menu {
	width: 100%;
}
.menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
.menu ul li {
	width: 100%;
	background: #007a8b url(images/menu_li_bg.png) top repeat-x;
	position: relative;
}
.menu a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #fff;
    font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	padding: 12px 10px 10px 10px;
	text-transform: uppercase;
}
.menu a:hover {
	text-decoration: none;
}
a.menu_selected {
	color: #e1dbb6 !important;
	text-decoration: none !important;
}


/* Content
-----------------------------------------------------------------------------*/
.content_title {
	width: 100%;
	font-size: 20px;
	line-height: 20px;
	color: #017889;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	text-transform: uppercase;
	background: url(images/content_title_bg.png) bottom repeat-x;
}
.content_title h1 {
	font-size: 20px;
	line-height: 20px;
	color: #017889;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
}

#content {
	background: #fff url(images/content_bg.png) top repeat-x;
	padding: 15px 20px 20px 20px;
	min-height: 200px;
    height: auto !important;
    height: 200px;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	padding: 30px 0px 30px 0px;
	background: url(images/footer_bg.png) top repeat-x;
}
#footer a {
	color: #fff;
}
#footer span {
	font-weight: bold;
}
