html, body {
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	text-align: left;
}

body {
	background-image: url('/images/main/externalbg1.jpg');
	background-color: #ffffff;  
	z-index: 0;
}

#nav_bar {
	width: 100%;
	height: 50px;
	background: url('/images/main/catalogue_bar.jpg');
	background-repeat: repeat-x;
	-webkit-box-shadow: 0px 5px 10px #333333;
    -moz-box-shadow: 0px 5px 10px #333333;
}

#navs {
	width: 1200px;
	margin: 0 auto;
}

#navs ul {
	padding-top: 10px;
	list-style-type: none;
}

#navs li {
	float: left;
	padding-right: 30px;
	font-size: 1.4em;
}

#navs p.small {
	color: #e5e5e5;
	font-size: .9em;
	text-align: right;
	margin-top: 5px;
}

#catalogue_body {
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
}

#plain_body {
	width: 1100px;
	margin: 0 auto;
	margin-top: 20px;
	background-color: #ffffff;
	border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-box-shadow: 0 4px 10px #333333;
  -moz-box-shadow: 0 4px 10px #333333;
}

iframe {
	margin: 0 auto;
	margin-top: 20px;
}

img.logo {
	float: left;
	margin-right: 10px;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
	height: 50px;
}

h1 {
	font-size: 2.4em;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 20px;
}

a {
	text-decoration: none;
}

a:link {
	color: #abc03f;
	font-weight: bold;
}

a:visited {
	color: #abc03f;
	font-weight: bold;
}

a:active {
	color: #ffffff;
	font-weight: bold;
}

a:hover {
	color: #d8e68f;
	font-weight: bold;
}

img {
	margin: 0 20px 20px 0;
	-webkit-box-shadow: 5px 5px 10px #333333;
    -moz-box-shadow: 5px 5px 10px #333333;
}

#thumbnails {
	clear: both;
}