/** BASIC */

html, body {
	height: 100%;
}

.bg7 {
	margin-bottom: 20px;
	padding-bottom: 5px;
}

/** WRAPPER */

#wrapper {
}

/** HEADER */

#header {
	width: 744px;
	height: 300px;
	margin: 0px auto;
}

/** LOGO */

#logo {
	height: 239px;
	background: url(images/homepage01.jpg) no-repeat left top;
}

#logo h1, #logo h2 {
	display: none;
}

/** MENU */

#menu {
	height: 50px;
	padding: 11px 0px 0px 89px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 0px 14px 0px 15px;
	background: url(images/homepage02.gif) no-repeat left center;
}

#menu .first a {
	background: none;
}

#menu1 {}
#menu2 {}
#menu3 {}
#menu4 {}
#menu5 {}

/** CONTENT */

#content {
	width: 744px;
	margin: 0px auto;
}

#content .bg5 {
	height: 409px;
	min-height: 409px;
}

html>body #content .bg5 {
	height: auto;
}

#content .bg11 {
	height: 409px;
	min-height: 409px;
}

html>body #content .bg11 {
	height: auto;
}

#left {
	float: left;
	width: 315px;
	padding: 55px 0px 0px 100px;
}

#right {
	float: right;
	width: 152px;
	padding: 55px 100px 0px 0px;
}

/** FOOTER */

#footer {
	width: 744px;
	height: 65px;
	margin: 0px auto;
	padding-top: 50px;
}

/** BOX1 */

#box1 {
	padding-bottom: 20px;
}

/** BOX2 */

#box2 {
}

#box2a {
	float: left;
	width: 144px;
	padding-right: 20px;
}

#box2b {
	float: left;
	width: 151px;
}

/** BOX3 */

#box3 {
	padding-bottom: 10px;
	padding-right: 10px;
}

/** BOX4 */

#box4 {
	padding-top: 20px;
	width: 119px;
	background: url(images/homepage03.gif) repeat-x left top;
}

/** BOX5 */

#box5 {
	padding: 55px 130px 0px 100px;
}



/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #313C4A url(images/bg01.jpg) repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
h2 {
	background: url(images/homepage04.gif) no-repeat right center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 10px;
}

h1 {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 10px;
	background-image: url(images/homepage03.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CBCED2;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	text-align: center;
	font-size: 10px;
	color: #70777E;
}

.text2 {
	background: url(images/homepage04.gif) no-repeat right center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.text3 {
	font-size: 10px;
}

.text4 {
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 16px;
}

.list1 li {
}

.list1 a {
	padding-left: 13px;
	background: url(images/homepage07.gif) no-repeat left center;
	font-size: 10px;
}

/** LINKS */

a {
	color: #FB882D;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.link1:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/bg02.jpg) repeat-x left top; }
.bg2 { background: url(images/bg03.jpg) no-repeat left top; }

.bg3 { background: url(images/bg04.jpg) no-repeat left top; }
.bg4 { background: url(images/bg05.jpg) repeat-y left top; }
.bg5 { background: url(images/bg06.jpg) no-repeat left bottom; }
.bg6 { background: url(images/bg07.jpg) no-repeat left top; }

.bg7 { background: url(images/homepage03.gif) repeat-x left bottom; }
.bg8 { background: url(images/homepage03.gif) repeat-x left top; }

.bg9  { background: url(images/subpage01.jpg) no-repeat left top; }
.bg10 { background: url(images/subpage02.jpg) repeat-y left top; }
.bg11 { background: url(images/subpage03.jpg) no-repeat left bottom; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

