* {
	margin: 0;
	padding: 0;
}
html {
	width:100%;
	height:100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
	line-height: 18px;
	color: #000;
	width: 100%;
	min-width: 320px;
	background: #3f97aa;
}
a {
	color: #006bbe;
	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-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 23px;
	font-weight: bold;
	color: #cbb62e;
	padding: 0px 0px 8px 0px;
	display: block;
}
 
h2, .h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
	color: #ba1218;
	padding: 0px 0px 8px 0px;
	display: block;
}

h3, .h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
	color: #ff8a00;
	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;
}

.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 {
	border: #9e8446 solid 3px;
	background: #2d1b11;
}
.images_left {
	border: #9e8446 solid 3px;
	background: #2d1b11;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.images_right {
	border: #9e8446 solid 3px;
	background: #2d1b11;
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}

.images_full {
	border: #9e8446 solid 3px;
	background: #2d1b11;
    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: #006bbe; 
	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: #006bbe; 
	text-decoration: none;
}
.sectionnameselected {
	color: #006bbe; 
	font-weight: bold;
	font-size: 15px;
	line-height: 17px;
}
a.sectionnameselected:hover {
	text-decoration: none;
}

a.portfolio_button_sectionname {
	display: block;
	background: #b01016;
	font-size: 1em;
	padding: 0.5em;
	margin: 0px 5px 5px 0px;
	color: #fff;
	font-weight: bold;
	float: left;
}
a.portfolio_button_sectionname:hover {
	text-decoration: none;
}

a.portfolio_button_sectionnameselected {
	display: block;
	color: #f1e8ae;
	background: #b01016;
	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;
	background: #b01016;
	font-size: 1em;
	padding: 0.5em;
	margin-bottom: 5px;
	color: #fff;
	font-weight: bold;
}
a.portfolio_button:hover {
	color: #f1e8ae;
	background: #b01016;
	text-decoration: none;
}
#portfolio_button_last {
	float: left;
}
#portfolio_button_next {
	float: right;
}


/* all forms
-----------------------------------------------------------------------------*/
fieldset {
	border: 0px solid transparent;
}
legend {
	color: #000;
	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: #0094ff;
	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: #0094ff;
}
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: #0094ff;
}
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: #0094ff;
}
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_edit {
	width: 280px;
	margin: 0 auto;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	width: 100%;
	height: 75px;
	background: #fff url(images/header_bg.png) bottom center no-repeat;
	padding-top: 21px;
	text-align: center;
}

#header1 {
	width: 100%;
	height: 287px;
	background: #fff url(images/header1_bg.png) top repeat-x;
	text-align: center;
}
#header1 table {
	width: 320px;
	margin: 0 auto;
	padding: 2px 0px 0px 0px;
	border: 0px;
}

/* Menu
-----------------------------------------------------------------------------*/
.menu {
	width: 100%;
}
.menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
.menu ul li {
	width: 100%;
	background: #5094aa url(images/menu_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: 15px;
	font-weight: bold;
	padding: 7px 0px 7px 0px;
	text-transform: uppercase;
}
.menu a:hover {
	text-decoration: none;
}
a.menu_selected {
	color: #000 !important;
	text-decoration: none !important;
}


/* Content
-----------------------------------------------------------------------------*/
#content {
	padding: 17px 20px 20px 20px;
	min-height: 200px;
    height: auto !important;
    height: 200px;
	background: #fff url(images/content_bg.png) center bottom no-repeat;
}

.content_title {
	font-size: 24px;
	line-height: 25px;
	color: #3f97aa;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	text-align: center;
	font-weight: bold;
}
.content_title h1 {
	font-size: 24px;
	line-height: 25px;
	color: #3f97aa;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin:;
	text-align: center;
	font-weight: bold;
}

/* buttons
-----------------------------------------------------------------------------*/
#buttons {
	background: url(images/buttons_bg.gif) top repeat-x;
	height: 54px;
	padding-top: 9px;
}

#buttons table {
	width: 320px;
	margin: 0 auto;
	border: 0px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	height: 100px;
	padding: 30px 0px 0px 0px;
	background: url(images/footer_bg.gif) top repeat-x;
}
#footer a {
	color: #fff;
}
#footer span {
	font-weight: bold;
}
