* {
	margin:0;
	padding:0;
}
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#FFFFFF;
	color:#535353;
}
h3 {
	color:#535353;
	font-size:14px;
	font-weight:bold;
	padding:0 0 30px 0;
	font-family:tahoma, arial;
}
h2 {
	color:#535353;
	font-size:24px;
	font-weight:bold;
	font-family:tahoma, arial;
}
h1 {
	color:#535353;
	font-size:24px;
	font-weight:bold;
	font-family:tahoma, arial;
	padding:0 0 20px 0;
}
img {
	border:0;
}
a {
	color:#3588c8;
	font-size:12px;
	text-decoration:underline;
}
a:hover {
	color:#3588c8;
	font-size:12px;
	text-decoration:none;
}
.info {
	min-height:500px;
	padding:0 0 0 10px;
	overflow: visible;
}

.info li::marker {

}

.infoLinks{
	float:left;
	padding:20px 30px 0 0;
}
.infoLinks img {
	float:left;
	padding:0 10px 0 0;
}
.infoLinks .text {
	padding:0px 0 0 10px;
}
.imageLeft {
	float:left;
	padding:0 20px 10px 0;
}

.imageRight {
	float:right;
	padding:0 0 10px 20px;
}
#container { 
	width: 1034px;  
	margin: 0 auto;
} 
#header {
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	background-color:#055D8F;
	/*padding:10px 0 30px 0;
	background-color:#00FF33;*/
}
.logoContainer {
	float:left;
}
.iconsMenu {
	float:right;
}
.iconsMenu li {
	display:inline;
	list-style:none;
}
.logo {
	font-size:48px;
	font-style:italic;
	background-color:#00CC99;
}
.logo img{
	height:150px;
	float:left;
}
.logo span {
	color:#3588c8;
}
.slogan {
	font-size:24px;
	color:#8ac806;
}
#navcontainer {
	padding:2px 0 1px 0;
}
#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	background:url(../images/menuBackground.jpg) repeat-x left top;
	color: White;
	float: left;
	width: 100%;
}
#navcontainer ul li { 
	display: inline; 
}
#navcontainer ul li a {
	padding:10px 32px;
	color: White;
	text-decoration: none;
	float: left;
	border-right:1px solid #75aeda;
}
#navcontainer ul li a:hover {
	background:url(../images/menuActiveBackground.jpg) repeat-x left top;
	color: #fff;
}

#navcontainer ul #active a {
	background:url(../images/menuActiveBackground.jpg) repeat-x left top;
	color: #fff;
}
.picHeader {
	/*background:url(../images /picHeader.jpg) no-repeat left top;
	height:339px;
	width:980px;*/
	background:url(../images/truk.jpg) no-repeat left top;
	height:300px;
	width:1034;
} 
.picHeaderBody {
	padding:290px 20px 0 20px;
	font-size:18px;
	font-weight:bold;
	color:#000000;
}
.headerBodyLine1 {
	float:left;
	padding:0 20px 0 0;
}
.headerBodyLine2 {
	padding:10px 100px 0 260px;
	float:left;
}
#sidebar1 {
	float: left;
	width: 320px;
	min-height:200px;
}
.bookBox {
	border-bottom:1px solid #b0b1b3;
	padding:20px 0;
	margin:0 40px 0 0;
}
.bookBox span {
	font-size:14px;
	color:#ff0000;
	padding-left:20px;
}
.rounded-box {
	height:50px;
	margin:10px 0 10px 0;
	padding:10px 10px 10px 10px;
	border:1px solid #b0b1b3;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
#mainContent { 
	margin: 0 0 0 0;
	/*margin: 0 0 0 320px; */
}

.boxBook {
	float:left;
}

.boxBook img {
	padding:0 10px 0 0;
}
.smallButton {
	background:url('../images/buttonSmallBackground.jpg') repeat-x left top;
	color:#ffffff;
	border:0;
	cursor:pointer;
	margin:10px 0 0 0;
	padding:1px;
	font-size:11px;
}
.bigButton {
	background:url('../images/buttonBackground.jpg') repeat-x left top;
	color:#ffffff;
	border:0;
	cursor:pointer;
	min-width:100px;
	font-size:30px;
} 
#footer {
	background:#121210;
	color:#717171;
	padding:5px 0; 
}
#footer p {
	text-align:center;
} 
#footer a {
	color:#bababa;
	text-decoration:underline;
}
#footer a:hover {
	color:#bababa;
	text-decoration:none;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

input.search {
	background:#E8E8FF url('../images/search.png') left no-repeat;
	padding: 3px 4px 3px 25px;
	color:#3D3D3D;
	border:1px solid;
	border-color:#CCC;
	font: 100% 'trebuchet ms',helvetica,sans-serif;
}
input.button {
	color:#050;
	border:1px solid;
	border-color: #374F7F;
	margin:2px;
	padding: 3px 10px 3px 25px;
	font: 100% 'trebuchet ms',helvetica,sans-serif;
	background:#E8E8FF url('../images/accept.png') 5px no-repeat;
}