html, body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
}
#main {
	width: 750px;
	text-align: center;
	margin: 20px auto 0 auto;
}

/* top */

#top-logo {
	float: left;
	margin: 5px 0 0 10px;
}
div.top-right {
	float: right;
	display: block;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-align: right;
}
div.top-search {
	clear: right;
	display: block;
	float: right;
	margin: 10px 0 0 0;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-align: left;
	display: none;
}
div.top-search input.field {
	border: 1px solid #3366CC;
	margin: 5px 10px 0 0;
}
div.top-search input.search {
	width: 64px;
	height: 20px;
	background-image: url(../images/search-bt.gif);
	background-repeat: no-repeat;
	border: 0;
}
div.top-search img {
	display: block;
}

div.top-right img {
	margin: 0 3px;
}
#top a, #top a:visited {
	color: #666;
	text-decoration: none;
}
#top a:hover {
	text-decoration: underline;
}

/* menu */

#main-menu {
	margin: 10px 0;
	display: block;
	position: relative;
	clear: both;
	width: 750px;
	height: 27px;
	background-image: url(http://www.vlesupport.co.uk/images/menu-bg.png);
	background-repeat: no-repeat;
}
#menu1Container, #menu2Container {
	text-align: left;
	width: 220px;
}
#main-menu img {
	margin: 0 10px;
}
div.sub-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.sub-menu ul li{
	display: block;
	width: 220px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	margin: 0;
	padding: 0;
}
div.sub-menu ul li a {
	background-color: #3366CC;
	color: #fff;
	padding: 0 0 0 5px;
	text-decoration: none;
	font-size: 12px;
	display: block;
	height: 1%;
}
div.sub-menu ul li a:hover {
	background-color: #FF6633;
	color: #fff;
	text-decoration: none;
}


/* header */

#header {
	display: block;
	clear: both;
	width: 750px;
	margin: 0 auto;
}

/* content */

#content {
	margin: 0;
	padding: 0 0 5px 0;
	border: 0;
	display: block;
	clear: both;
	width: 750px;
	text-align: left;
}

/* left side */

#left-side {
	margin: 10px 0;
	width: 180px;
	background-image: url(../images/left-side.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	float: left;
}
#left-side .inner img {
	display: block;
}
#left-side ul {
	list-style: none;
	margin: 5px 0;
	padding: 0;
}
#left-side a {
	color: #666;
	text-decoration: none;
}
#left-side a:hover {
	text-decoration: underline;
}
#left-side img.button {
	margin: 5px 0;
}

/* center */

#center {
	float: left;
	width: 340px;
	margin: 10px 25px;
	display: block;
}
#center h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: normal;
	color: #FF6633;
}
#center p {
	color: #3366CC;
	font-size: 12px;
	line-height: 18px;
	margin: 10px 0;
	text-align: justify;
}

#center ul {
	color: #3366CC;
	font-size: 12px;
	line-height: 18px;
	list-style: disc;
}
#center a {
	margin: 0;
	text-decoration: none;
	color: #3366CC;
	font-family: Arial, Helvetica, sans-serif;
}
#center a:hover {
	text-decoration: underline;
	color: #FF6633;
}

/* right side */

#right {
	margin: 10px 0;
	display: block;
	float: right;
	width: 177px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3366CC;
}
#login {
	width: 180px;
	height: 118px;
	display: block;
	margin: 5px 0 0 0;
	background-image: url(../images/login-bg.gif);
	background-repeat: no-repeat;
}

#login input {
	border: 0;
	width: 158px;
	height: 16px;
	margin: 5px 0;
}
#login .submit {
	width:100%;
	margin: 5px 0 0 0;
	text-align: center;
}
#right .news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3366CC;
	padding: 5px 10px;
	width: 160px;
	display: block;
	clear: both;
}
#right .news p {
	margin: 0;
	padding: 0;
}
#right .news p.bold {
	margin: 0;
	padding: 0;
}
#right .news a {
	margin: 5px 0 5px 0;
	float: right;
	color: #3366CC;
	text-align: right;
	text-decoration: none;
	font-weight: bold;
}
#right .news a:hover {
	text-decoration: underline;
	color: #FF6633;
}
#right .address {
	padding: 0 0 0 10px;
}
#right a {
	color: #3366CC;
	text-decoration: none;
}
#right a:hover {
	text-decoration: underline;
	color: #FF6633;
}

/* footer */

#footer .footer-menu {
	width: 100%;
	display: block;
	clear: both;
	text-align: left;
	font-size: 11px;
}
.footer-menu a {
	margin: 0 5px;
	text-decoration: none;
	color: #3366CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.footer-menu a:hover {
	text-decoration: underline;
	color: #FF6633;
}
#footer p {
	padding: 0;
	margin: 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	text-align: left;
	color: #666666;
}
a.bottom, a.bottom:visited {
	color: #666;
	text-decoration: none;
}
a.bottom:hover {
	text-decoration: underline;
}
#partner {
	float: right;
}
#partenr a,#partenr a:visited {
	color: #336600;
	text-decoration: none;
}
#partenr a:hover {
	color: #336600;
	text-decoration: underline;
}

/* contact page */

#center #contact-form fieldset {
	border: 1px solid #3366CC;
	padding: 20px;
}
#center #contact-form legend {
	color: #3366CC;
	padding: 10px;
}
#center #contact-form label {
	font-size: 10px;
	color: #3366CC;
	font-weight: bold;
	display: block;
	padding: 5px 0;
}
#center #contact-form input {
	width: 180px;
}
#center #contact-form textarea {
	width: 180px;
	height: 150px;
}
#center #contact-form input.send {
	width: 89px;
	margin: 20px auto;
}

/* news */

#center #news h1 {
	font-size: 14px;
	padding: 0;
	margin: 0;
	font-weight: bold;
	display: inline;
	clear: both;
}
#center #news .date {
	color: #FF6633;
	font-size: 10px;
}
#center #news p {
	padding: 0;
	margin: 5px 0 20px 0;
	border-top: 1px dashed #3366CC;
}
#center #news a.more {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	text-align: right;
	color: #3366CC;
	text-decoration: none;
}
#center #news a.more:hover {
	color: #FF6633;
	text-decoration: underline;

}

/* others */

.inner {
	padding: 10px;
}

img {
	border: 0;
}

br {
	clear: left;
}
.green {
	color: #336600;
	text-decoration: none;
}
.bold {
	font-weight: bold;
}
.clear {
	clear: both;
	background-image: url(http://www.vlesupport.co.uk/images/hr.gif);
	background-repeat: repeat-x;
}
.space {
	height: 10px;
	display: block;
	clear: both;
}


/* Demo page centre layout */

#democenter {
	float: left;
	width: 750px;
	margin: 0px 0px;
	display: block;
}
#democenter h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: normal;
	color: #FF6633;
}
#democenter p {
	color: #3366CC;
	font-size: 12px;
	line-height: 18px;
	margin: 10px 0;
	text-align: justify;
}

/*vletracker page layout */


#eTracker-left {
	float: left;
	width: 420px;
	margin: 5px 0px;
	display: block;
}
#eTracker-left h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: normal;
	color: #FF6633;
}
#eTracker-left p {
	color: #3366CC;
	font-size: 12px;
	line-height: 18px;
	margin: 10px 0;
	text-align: justify;
}
#eTracker-left ul{
	color: #3366CC;
	font-size: 12px;
}


/*inner text*/
#eTracker-inner-left {
	float: left;
	width: 250px;
	margin: 5px 0px;
	display: block;
}
#eTracker-inner-left p {
	color: #3366CC;
	font-size: 12px;
	line-height: 18px;
	margin: 10px 0;
	text-align: justify;
}

/*eTracker right*/
#eTracker-right {
	width: 300px;
	margin: 5px 0px;
	display: block;
	float: right;
}
#eTracker-right hr {
	align: center;
	color: #000000;
	height: 1px;
}
#eTracker-right p {
	color: #3366CC;
	font-size: 12px;
	line-height: 18px;
	margin: 10px 0;
	text-align: justify;
}
#press-center {
	float: left;
	width: 640px;
	margin: 10px 25px;
	display: block;
}
#press-center p {
	color: #3366CC;
	font-size: 12px;
	line-height: 18px;
	margin: 10px 0;
	text-align: justify;
}
