/* overwrite css from main.css */

body {
	background: #f1f1f1 !important;
}

#header {
	width: 100%;
	height: 56px;
	margin: 40px 0px;
	background: none;
	overflow: hidden;
}
#logo {
	float: left;
	width: 300px;
	height: 70px;
}
.logo-img {
	margin: 10px 0px 0px 15px;
	width: 256px;
	height: 40px;
	background: url(../images/start_buttons.png) 0px 0px no-repeat;
}
#login {
	display: inline;
	float: right;
	width: 560px;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 11px;
}
#loginstatus {
	display: inline;
	float: left;
	height: 18px;
	width: 425px;
	margin: 4px 0px 0px 0px;
	text-align: right;
}
#loginlink {
	display: inline;
	float: right;
	margin: 0px 20px 0px 0px;
	width: 100px;
	text-indent: 5px;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	background: url(../images/start_buttons.png) 0px -108px no-repeat;
}
#loginlink a {
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.webackp {
	margin-top: 0px;
}

/**** outer content container ****/

#container {
	width: 100%;
	background: none !important;
}

/**** inner content container ****/

#content-container {
	width: 100%;
}
#copyright {
	width: 100%;
	height: 56px;
	line-height: 56px;
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	border: none;
	margin: 40px 0px 40px 0px;
	background: none;
}
#footer {
	width: 100%;
	height: auto;
	background: none;
}

/***************************************************************************/
/*************************** Content layout ********************************/
/***************************************************************************/

/*** three columns ***/
#column-container {
	width: 800px;
}

/*** one column only ***/
#one-column {
	width: 100%;
}

/***************************************************************************/
/***************************** Start page **********************************/
/***************************************************************************/

/********************* Boxes ***************************/

.start-contentbox {
	position: relative;
	width: 718px;
	padding: 30px 40px 20px 40px;
	background: url(../images/start_contentbox_mid.png) repeat-y;
}
.start-contentbox-nopadding {
	width: 798px;
	padding: 0px 0px 20px 0px;
}
.start-contentbox-bot {
	width: 798px;
	height: 15px;
	background: url(../images/start_contentbox_bot.png) no-repeat;
}

.start-largebox {
	position: relative;
	width: 798px;
	height: 302px;
	margin: 0px 0px 0px 0px;
	background: url(../images/start_largebox.png) no-repeat !important;
}

.start-middlebox {
	position: relative;
	width: 884px;
	height: 56px;
	background: url(../images/start_middlebox.png) no-repeat !important;
}
.start-smallbox {
	position: relative;
	float: left;
	display: inline;
	width: 253px;
	height: 122px;
	margin: 40px 0px 0px 0px;
	background: #d6edf7;
	background: url(../images/start_smallbox.png) no-repeat;
}
.start-smallbox-header {
	height: 37px;
	line-height: 37px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
.start-smallbox-margin {
	margin-right: 20px;
}

/********************* Start ***************************/

* {
	behavior: none;
}

.start-link-about,
.start-link-contact,
.start-link-demo {
	position: relative;
	top: 15px;
	width: 49px;
	height: 48px;
	margin: auto;
	cursor: pointer;
}
.start-link-about {
	background: url(../images/start_buttons.png) 0px -50px no-repeat;
}
.start-link-demo {
	background: url(../images/start_buttons.png) -59px -50px no-repeat;
}
.start-link-contact {
	background: url(../images/start_buttons.png) -118px -50px no-repeat;
}

.start-header {
	position: relative;
	top: 35px;
	font-size: 26px;
	line-height: 26px;
	font-weight: bold;
	text-transform: uppercase;
}
.start-subheader {
	position: relative;
	top: 75px;
	font-size: 28px;
	line-height: 28px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 30px;
}
.start-globe {
	position: relative;
	top: 55px;
	width: 138px;
	height: 147px;
	margin: auto;
	background: url(../images/start_globe.png) no-repeat;
}

/********************* WebAck **************************/

div.start-weback-cont {
	clear: both;
}

div.start-weback-left {
	float: left;
	width: 580px;
}

div.start-weback-right {
	float: right;
	width: 190px;
}

div.start-weback-left img {
	float: left;
	margin: 0px 10px 0px 0px;
}
div.start-weback-right img {
	float: left;
	margin: 0px 0px 10px 0px;
}

div.start-gj {
	position: absolute;
	top: 10px;
	left: 50%;
	width: 534px;
	height: 104px;
	margin-left: -267px;
	background: url(../images/start-gj.png) no-repeat;
}
div.start-gf {
	position: absolute;
	top: 10px;
	left: 50%;
	width: 534px;
	height: 104px;
	margin-left: -267px;
	background: url(../images/start-gf.png) no-repeat;
}

/******************** Contact ***********************/

#start-contact {
	overflow: auto;
}
#start-contact .start-contact-left {
	float: left;
	width: 59%;
}
#start-contact .start-contact-right {
	float: left;
	width: 39%;
}
#start-contact div.field {
	float: left;
	width: 180px;
}
#start-contact div.field-msg {
	clear: both;
}
#start-contact div.left {
	margin-right: 20px;
}
#start-contact input.input-text {
	width: 100%;
	margin-bottom: 5px;
}
#start-contact textarea {
	width: 385px;
	height: 80px;
	margin-bottom: 10px;
}
#start-contact .start-phone {
	font-size: 14px;
	text-align: center;
}

/********************* Demo *************************/

#start-demo {
	position: relative;
}
#start-demo div.start-demo-cont {
	clear: both;
	width: 400px;
	margin: auto;
	padding-top: 30px;
}
#start-demo div.start-demo-cont h1 {
	margin-top: 0px;
}
#start-demo div.start-demo-star1 {
	position: absolute;
	left: 2px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}
#start-demo div.start-demo-star2 {
	position: absolute;
	right: 2px;
	top: 0px;
}

/****************** Main menu ***********************/

#mainmenu {
	width: 798px;
	background: none;
	margin: 0px;
	border: none;
	height: 37px;
	background: url(../images/start_contentbox_top.png) no-repeat;
}
#mainmenu div.mmalt {
	height: 37px;
}
#mainmenu div.mmactdiv {
	background: none;
}
#mainmenu div.mmalt div.mmalttext {
	padding-top: 9px;
}
#mainmenu div.mmalt div.mmalttext .mm a:hover { text-decoration: none; color: #ffffff;}
