/* stylesheet design by:
Versus Technologies, www.versustechnologies.com */

/* global style specifications */
body {
	background-color: #ffffff;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	padding: 0px;
	border: none;
	margin:0 auto;
	text-align: center;

}

a {
	color: #61a8f0;
	font-size: 14px;
	text-decoration: none;
}

a:hover {
	color: #61a8f0;
	text-decoration: underline;
}

li, p, td, div {
	color: #000000;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
}

h1 {
	color: #696969;
	font-size: 22px;
	font-weight: normal;
}

/* Template */

#topbluecontainer {
	background-image: url(../images/bg_top_blue.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 38px;
	margin: 0px auto;
	text-align: center;
}
#topbluewrapper {
	width: 880px;
	margin: 0 auto;
	text-align:center;
}

#topbluetext {
	font-size: 12px;
	color: #ffffff;
	padding-top: 8px;
	text-align: right;
}

a.topblueemail {
	font-size: 12px;
	color: #ffffff;
	padding-right: 8px;
}

a.topblueemail:hover {
	color: #ffffff;
	text-decoration: underline;
}

#menucontainer {
	background-image: url(../images/bg_top_menu.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 137px;
	margin: 0 auto;
	text-align: center;
}

#menuwrapper {
	width: 880px;
	margin: 0 auto;
	text-align: center;
	z-index: 2;
}

#menu {
	margin-top: 75px;
	float: left;
	position: relative;
	font-size: 14px;
	z-index:2;
}

#menuspacer {
	background-image: url(../images/menu_spacer.png);
	background-repeat: no-repeat;
	margin-left: 20px;
	margin-right: 20px;
	width: 4px;
	height: 94px;
	float: left;
	position: relative;
}

#menuspacerstart {
	background-image: url(../images/menu_spacer.png);
	background-repeat: no-repeat;
	margin-left: 45px;
	margin-top: 78px;
	float: left;
	position: relative;
}

#versuslogo {
	background-image: url(../images/versus_logo.png);
	background-repeat: no-repeat;
	width: 195px;
	height: 53px;
	margin-top: 25px;
	margin-left: 15px;
	float: left;
	position: relative;
}

a.menu {
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}

a.menu:hover {
	color: #787878;
	text-decoration: none;
	border-bottom: 2px #61a8f0 solid; 
}

#contentcontainer {
	background-color: #ffffff;
	width: 100%px;
	height: 250px;
}

#contentwrapper {
	width: 880px;
	margin: 0 auto;
	text-align: center;
	z-index:2;
}

#content {
	background-color: #ffffff;
	width: 880px;
	padding: 15px;
	text-align: left;
}

#bottombg {
	background-image: url(../images/bg_bottom.png);
	background-repeat: repeat-x;
	width: 100%px;
	height: 329px;
	margin-top: 15px;
}

/* content */

p.welcometext {
	width: 410px;
}

#welcometv {
	background-image: url(../images/welcome_tv.png);
	background-repeat: no-repeat;
	width: 429px;
	height: 359px;
	float: right;
	top: -75px;
	z-index:1;
	margin-bottom: -180px;
	position: relative;
}

#contactimg {
	background-image: url(../images/contact.png);
	background-repeat: no-repeat;
	width: 538px;
	height: 260px;
	float: right;
	top: -70px;
	left: -20px;
	z-index:1;
	margin-bottom: -250px;
	position: relative;
}

p.contacttext {
	color: #000000;
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
}

#contactformleft {
	position: relative;
	float: left;
	padding-right: 10px;
}

input {
	color: #727272;
	background-color: #e7eef8;
	border: 1px solid #b7b7b7;
	width: 200px;
	height: 30px;
	padding-top: 5px;
	font-family: Tahoma, sans-serif;
}

textarea {
	color: #727272;
	background-color: #e7eef8;
	border: 1px solid #b7b7b7;
	padding: 5px;
	width: 620px;
	height: 135px;
	font-family: Tahoma, sans-serif;
}

.button {
	margin-top: 8px;
	width: 840px;
	height: 23px;
	padding-top: 2px;
	background-color: #e9e9e9;
	border: 1px solid #b7b7b7;
}

img.aboutfloatright { 
    float: right; 
    margin: 4px; 
}

#productspage {
	padding: 15px;
	background-color: #f0f0f0;
}

div.alert {
	border: 3px solid #82C5FD;
	background-color: #045FCA;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}