/* These systles are only used by the current theme. The can be adjusted in any way.*/
/*
Theme colours
Red: ce0632
Blue: 26d3ff
*/

/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	width: 90px;
}

.input2 {
	width: 45px;
	height: 22px;
	background: url(/views/theme/blue/images/homepage15.gif) no-repeat left top;
	border: none;
	text-transform: uppercase;
	font-size: 8px;
	font-weight: bold;
	color: #FFFFFF;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #868686;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

.text2 {
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #515151;
}

.text3 {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #515151;
}

.text4 {
	text-align: center;
	color: #8EA4BB;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
	line-height: 18px;
}

/** LINKS */

a {
	color: #3695E2;
}

a:hover {
	text-decoration: none;
}

.link1 {
	display: block;
	width: 156px;
	height: 19px;
	padding: 8px 0px 0px 9px;
	background: url(/views/theme/blue/images/homepage09.gif) no-repeat left top;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #515151;
}

.link1:hover {
	background-image: url(/views/theme/blue/images/homepage10.gif);
	color: #FFFFFF;
}

.link2 {
	color: #FFFFFF;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(/views/theme/blue/images/homepage06.gif) repeat left top; }
.bg2 { background: url(/views/theme/blue/images/homepage07.gif) repeat-y left top; }
.bg3 { background: #F3F5F6 url(/views/theme/blue/images/homepage20.gif) no-repeat left top; }
.bg4 { background: url(/views/theme/blue/images/homepage21.gif) no-repeat left bottom; }
.bg5 { background: url(/views/theme/blue/images/homepage22.gif) repeat-x left top; }
.bg6 { background: url(/views/theme/blue/images/homepage23.gif) repeat-x left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 0px 10px 0px 0px;
}

.img2 {
	float: right;
	margin: 0px 0px 0px 10px;
}

hr { display: none; }

.hr1 {
	clear: both;
	height: 31px;
	background: url(/views/theme/blue/images/homepage11.gif) repeat-x left center;
}


/** LAYOUT */


/** BASIC */

html, body {
	height: 100%;
}

.text2 span {
	padding-right: 16px;
	background: url(/views/theme/blue/images/homepage16.gif) no-repeat right center;
}

.text3 span {
	padding-right: 24px;
	background: url(/views/theme/blue/images/homepage17.gif) no-repeat right center;
}

/** HEADER */

#header {
	width: 778px;
	height: 245px;
	margin: 0px auto;
	background: url(/views/theme/blue/images/homepage01.jpg) no-repeat left bottom;
}

/** LOGO */

#logo {
	float: left;
	width: 437px;
	height: 151px;
	background: url(/views/theme/blue/images/homepage02.jpg) no-repeat left top;
}

#logo h1, #logo h2 {
	display: none;
}

/** MENU */

#menu {
	float: left;
	width: 341px;
	height: 151px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 151px;
}

#menu span {
	display: none;
}

#menu1 { width:  92px; background: url(/views/theme/blue/images/homepage03.jpg) no-repeat left top; }
#menu2 { width: 117px; background: url(/views/theme/blue/images/homepage04.jpg) no-repeat left top; }
#menu3 { width: 132px; background: url(/views/theme/blue/images/homepage05.jpg) no-repeat left top; }

/** CONTENT */

#content {
	width: 778px;
	margin: 0px auto;
}

#left {
	float: left;
	width: 165px;
	padding: 0px 0px 0px 30px;
}

#right {
	float: right;
	width: 508px;
	padding: 0px 37px 0px 0px;
}

#extra {
	width: 778px;
	height: 50px;
	margin: 0px auto;
	background: url(/views/theme/blue/images/homepage08.gif) no-repeat left top;
}

/** SIDEMENU */

#sidemenu {
	padding-bottom: 25px;
}

#sidemenu ul {
	width: 165px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidemenu li {
	padding-bottom: 1px;
	background: url(/views/theme/blue/images/homepage11.gif) repeat-x left bottom;
}

/** LOGIN */

#login {
	padding-top: 20px;
}

/** FOOTER */

#footer {
	width: 778px;
	margin: 0px auto;
}

/** FOOTER MENU */

#footermenu {
	width: 778px;
	height: 35px;
	padding: 16px 0px 0px 0px;
}

#footermenu ul {
	margin: 0px;
	padding: 0px 0px 0px 320px;
	list-style: none;
}

#footermenu li {
	display: inline;
}

#footermenu a {
	display: block;
	float: left;
	height: 17px;
	margin: 0px auto;
	padding: 2px 17px 0px 15px;
	background: url(/views/theme/blue/images/homepage24.gif) no-repeat left center;
}

#footermenu .first a {
	background: none;
}

/** COPYRIGHT */

#copyright {
	padding: 15px 0px 20px 0px;
}

/** BOX1 */

#box1 {
	padding-bottom: 10px;
	background: url(/views/theme/blue/images/homepage11.gif) repeat-x left bottom;
}

#box1 p {
	margin-bottom: 20px;
}

/** BOX2 */

#box2 {
}

#box2 .img2 {
	margin-left: 20px;
}

/** BOX3 */

#box3 {
	float: left;
	width: 240px;
	padding: 15px 0px 0px 0px;
}

/** BOX4 */

#box4 {
	float: left;
	width: 248px;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}

#box4 .bg4 {
	padding: 15px;
}
