/* 
	4 row layout (2 menu bars = 15each - Content 390 (50+15top/340or200+130+5) LAYOUT 
*/

html, #wrapper{
	margin:0;
	padding:0;
	height:100%;
	border:none;
	text-align: center;
}

/* LAYOUT */
body {
	margin:0;
	padding:0;
	border:none;
	background-color: #CECBCE;
	background-image: url(res/img/str/100x100-grad.gif);
	background-attachment: fixed;
	background-position: bottom;
	background-repeat: repeat-x;
	text-align: center;
}
#wrapper{
	margin:0 auto;
	vertical-align: middle;
	width: 760px;
	height: 100%;
	text-align: left;
}
#flvhead {
	width: 760px;
	position: relative;
	z-index: -1;
	height: 200px;
}
#servicehead1{
	background-image: url(logo.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	height: 50px;
	vertical-align: middle;
	padding-left: 395px;
}
#servicehead1 h1{
	font-family: Arial, Helvetica, sans-serif;
	color: #000033;
	font-size: 16px;
	font-weight: bold;
	padding-top: 13px;
}
#servicehead2c {
	background-image: url(logo.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	height: 50px;
	vertical-align: middle;
	padding-left: 180px;

}
#servicehead2c h1{
	padding-left: 215px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000033;
	font-size: 16px;
	font-weight: bold;
	padding-top: 13px;
	display: block;
}
#mainbox {
	height: 420px;
	width: 100%;
	vertical-align: middle;
	background-image: url(../img/bkg/BGcarline.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}


/* NAVIGATION ELEMENTS */

#GP-MMB1 {
	font: 11px Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	height: 17px;
	width: 760px;
	background-image: url(../img/str/mmb-bgtilev2.jpg);
	background-repeat: repeat-x;
}
#GP-MMB1 a{
	text-decoration: none;
	padding-left: 10px;
	color: #FFFFFF;
	padding-right: 5px;
}
#GP-MMB1 a .int{
	text-decoration: none;
	color: #FFFFFF;
	background: #00CC00;
	border: 5px solid #FF00FF;
}
#GP-MMB1 a:hover{
	color: #00CC00;
}

#GP-SMB1 {
	font: 11px Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	padding-left: 5px;
	height: 17px;
	background-color: #FFFFFF;
}
#GP-SMB1 a{
	text-decoration: none;
	padding-left: 5px;
	color: #000066;
	padding-right: 10px;
}
#GP-SMB1 a:hover{
	color: #00CC00;
}


/* CONTENT AREA */

.sectionintro {
	float: none;
	overflow: hidden;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 15px;
}
#contarea1 {
	background-image: url(../img/str/servicesBGshortstripetile.jpg);
	background-repeat: repeat-y;
	height: 390px;
}
#content1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	text-align: left;
	padding-left: 8px;
	background-color: #FFFFFF;
	height: 120px;
}

#content1 a {
	text-decoration: none;
	color: #666666;
}
#content1 a:hover {
	text-decoration: underline;
}
#content1 a:visited {
	text-decoration: none;
}

#content1 h1 {
	float: none;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #184984;
	margin-bottom: -15px;
}
.linklist {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #29518C;
}

.linklist a:visited {

	float: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #00CC00;
}
.languages {
	right: 0px;
	width: 60px;
	height: 12px;
}

