/* - Predefined stuff -------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	background: #B2DEFF url(../../images/structure/body.png) repeat-x;
	color: #4C4949;
}

.clearer {
	clear: both;
	height: 0;
	overflow: hidden;
}

a { text-decoration: none; color: #0069A8; }
a:hover { color: #0069A8; text-decoration: underline; }

p {	margin: 10px 0px; }

/* - Fundamental stuff -------------------------------------------------------- */

#body-clouds {
	background: url(../../images/structure/body-clouds.jpg) no-repeat center top;
}

#basis {
	margin: auto;
	width: 960px;
}

#header {
	width: 960px;
}

#banner {
	width: 960px;
	height: 460px;
}

.banner_1 {
	background: url(../../images/mountains-1.jpg);
}

.banner_2 {
	background: url(../../images/mountains-2.jpg);
}

#banner-inner {
	width: 960px;
	height: 90px;
	background: url(../../images/structure/banner-inner-bg.png);
}

#banner-inner h2 {
	margin: 0px 30px;
	padding-top: 33px;
	padding-bottom: 7px;
	font-size: 30px;
	font-weight: normal;
	border-bottom: 1px solid #9fc3dd;
	color: #3A6F8F;
}

#slogan {
	height: 31px;
	font-size: 30px;
	font-family: "Arial Narrow";
	font-weight: normal;
}

.slogan_1 {
	padding-left: 500px;
	padding-top: 425px;
	color: #fff;
}

.slogan_2 {
	padding-left: 500px;
	padding-top: 425px;
	color: #fff;
}


/* - Logo -------------------------------------------------------------------- */

#logo {
	float: left;
	margin: 15px 0px;
	width: 240px;
	height: 80px;
	text-indent: -9999px;
	background: url(../../images/structure/logo.gif) no-repeat;
}

/* - Main Navigation -------------------------------------------------------- */

#mainav {
	margin-right: 10px;
	float: right;
}

#mainav li {
	float: left;
	list-style: none;
	font-size: 12px;
}

#mainav li a {
	display: block;
	float: left;
	padding: 72px 20px 20px 20px;
	text-transform: uppercase;
	color: #948671;
}

#mainav li a:hover {
	text-decoration: none;
	background: url(../../images/structure/mainav-item-hover.gif) repeat-x;
	color: #0069A8;
}

#active { background: url(../../images/structure/mainav-item-arrow.gif) no-repeat center bottom; }

/* - Content -------------------------------------------------------- */

#content {
	width: 960px;
	background-color: #FFF;
}

/* -- Main Content -- */

#content-main {
	float: left;
	margin: 20px 0px;
	padding: 0px 30px;
	width: 580px;
	background: url(../../images/structure/divider-line.gif) repeat-y right;
}

blockquote {
	padding: 0px 20px;
	font-style: oblique;
	background: url(../../images/structure/quote.gif) no-repeat 0px 3px;
}

/* -- Side Content -- */

#content-side {
	float: right;
	margin: 20px 0px;
	padding: 0px 30px;
	width: 260px;
	font-size: 11px;
	line-height: 1.6em;
}

.news { margin: 10px 0px; }
.news .date { padding: 3px 0px 0px 20px; background: url(../../images/structure/icon-news.gif) no-repeat; }
.news p { margin: 0px; }

/* -- Bottom Content -- */

#content-bottom {
	clear: both;
	padding: 10px 0px 10px 0px;
	width: 900px;
	/*background: #413A38 url(../../images/structure/content-bottom-bg.png) no-repeat;*/
}

#content-bottom .title-main { float: left; }

/* - Footer -------------------------------------------------------- */

#footer {
	padding: 30px 0px 15px 0px;
	width: 960px;
	font-size: 11px;
	text-align: center;
	background: url(../../images/structure/footer-bg.png) no-repeat;
	color: #6E8998;
}

/* - Titles and subtitles -------------------------------------------------------- */

.title-main {
	margin-top: 20px;
	font-size: 20px;
	color: #948671;
}

/* - Buttons -------------------------------------------------------- */

.button a {
	display: block;
	float: left;
	margin: 10px 5px 10px 0px;
	text-indent: -9999px;
	background-color: #2F5A81;
	color: #FFF;
	outline: none;
}

.button a:hover { background-position: bottom !important; }

#btn-video-tour { width: 200px; height: 35px; background: url(../../images/structure/btn-video-tour.png) no-repeat; }
#btn-online-demo { width: 260px; height: 35px; background: url(../../images/structure/btn-online-demo.png) no-repeat; }
#btn-sample { width: 120px; height: 30px; background: url(../../images/structure/btn-sample.png) no-repeat; }

/* - Reusable classes -------------------------------------------------------- */

.small-text {
	font-size: 10px;
	color: #8E8583;
}

.list li {
	list-style: none;
	text-indent: 15px;
	line-height: 1.6em;
	background: url(../../images/structure/list-arrow.gif) no-repeat 0px 4px;
}

.img-left, .img-right {
	padding: 3px;
	border: 1px solid #D9D5CF;
}

.img-left {
	float: left;
	margin: 5px 15px 0px 0px;	
}

.img-right {
	float: right;
	margin: 5px 0px 0px 15px;
}

/* - Logo listing -------------------------------------------------------- */

/* 
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/
div.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 900px;
	height:70px;
	/* custom decorations */			
}

/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
div.scrollable div.items {	
	/* this cannot be too large */
	width:20000em;	
	position:absolute;
	clear:both;		
	/* decoration */
	margin-top: 10px;
	
}

/* single scrollable item */
div.scrollable div.items div,
div.scrollable div.items div.active {
	float:left;
	/* custom decoration */
	text-align:center;
	width: 155px;
	margin-right: 15px;
}

/* active item */
/* removed this section as it was leaving white borders....
 * 

div.scrollable div.items div.active {
	border:1px inset #ccc;
	background-color:#fff;
}

*/

.prev, .next {
	display: block;
	float: left;
	margin-top: 20px;
	margin-left: 10px;
	cursor: pointer;
}

.followbuttons {
	padding: 4px;
}

.followbuttons img {
	margin: 5px;
}

.content-item {
	 float: left;
	 width: 420px;
}

.content-image {
	float: right;
}

INPUT, SELECT, TEXTAREA {
	border: solid 1px #ccc;
	padding: 3px;
	margin: 5px;
}
