/* CSS Document */



/*common elements*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color: #666666;
}

input {
	padding:5px;
	border:solid;
	border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
	border-width: 1px 2px 2px 1px;
	background-color:white;
	font-family: Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	color: #666666;
}

select {
	padding:5px;
	border:solid;
	border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
	border-width: 1px 2px 2px 1px;
	background-color:white;
	font-family: Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	color: #666666;
}

textarea {
	padding:5px;
	border:solid;
	border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
	border-width: 1px 2px 2px 1px;
	background-color:white;
	font-family: Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	color: #666666;
	
}

hr {
	border:0px;
	color:#D3D3D3;
	background-color:#D3D3D3;
	height:1px;
}

.title {
	font-size: 24px;
	color:#118AF5;
	line-height:normal;
	text-shadow:#999999 1px 1px 1px;
}

.subtitle {
	font-size: 14px;
	color:#118AF5;
	line-height:normal;
}

a:link {
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}
a:visited {
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}
a:visited:hover {
	text-decoration: none;
	color:#118AF5;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	color:#118AF5;
	font-weight:bold;
}
a:active {
	text-decoration:none;
	color:#118AF5;
	font-weight:bold;
}

.images a img {

/* This adds the border */
padding:5px;
border:solid;
border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
border-width: 1px 2px 2px 1px;
background-color:white;

}

.images a:hover img {

/* This adds the border */
padding:5px;
border:solid;
border-color: #41b3fa #118af5 #118af5 #41b3fa;
border-width: 1px 2px 2px 1px;
background-color:white;
}

.3dbox {
	padding:5px;
	border:solid;
	border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
	border-width: 1px 2px 2px 1px;
	background-color:white;
}

/* Layout divs*/

#top {
	height: 110px;
	width: 100%;
	background-image:url(gfx/grey.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

#logo {
	width: 1063px;
	height: 110px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(gfx/logo.png);
	background-position:center left;
	background-repeat:no-repeat;
}

#container {
	height: 257px;
	width: 100%;
}

#banner {
	height: 257px;
	width: 1024px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(gfx/banner.jpg);
	background-repeat:no-repeat;
}

#bannertext {
	width: 650px; 
	margin-left:30px; 
	margin-top:70px; 
	font:Verdana, Arial, Helvetica, sans-serif bold; 
	font-size:30px; 
	color:#FFFFFF;
	text-shadow:#666666 1px 1px 4px;
	line-height:normal;
}

.bannersubtitle {
	font-family: Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	text-shadow:#666666 1px 1px 4px;
	color: #ffffff;
}

#stretch {
	height: 257px;
	width: 100%;
	background-image:url(gfx/stretch.jpg);
	background-repeat: repeat-x;
}

#menu {
	height:28px;
	width: 430px;
	background-image:url(gfx/middle.png);
	background-repeat:repeat-x;
	position:relative; top: -15px; left: 600px;
	font-weight:bold;
	text-decoration:none;
	text-shadow: 0px 1px 1px #fff; 
}

#menu a {
	color: #333333;
	padding-right:10px;
}

#menu a:hover {
	color: #118AF5;
}

#menu a:visited {
	color: #333333;
}

#menu a:visited:hover {
	color: #118AF5;
}

#menuleft {
	height:28px;
	width:10px;
	background-image:url(gfx/left.png);
	background-repeat:no-repeat;
	position:relative; left: -10px;
	float:left;
}

#menuright {
	height:28px;
	width:10px;
	background-image:url(gfx/right.png);
	background-repeat:no-repeat;
	position:relative; right: -10px;
	float:right;
}

#box {
	position:relative; 
	top: -250px; 
	width:273px;  
	background-image:url(gfx/box.png); 
	background-repeat:no-repeat; 
	float:right; 
	margin-right:30px;
	clear:both;
}

#sidebar {
	width:256px;  
	height:auto;
	background-image:url(gfx/sidebar.png); 
	background-repeat:no-repeat; 
	margin-top:20px;
	margin-right:auto;
	margin-left:auto;
	padding-bottom:0px;
}

#sidebartitle {
	width:auto;
	padding-top:10px;
	margin-left:10px;
	margin-right:10px;
	font-size: 13px;
	font-weight:bold;
	color:#118AF5;
	line-height:normal;
}

#sidebarcontent {
	width:auto;
	margin-left:10px;
	margin-right:10px;
}

#download {
	width:256px;
	height:93px;
	margin-top:290px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(gfx/download2.pn);
	background-repeat:no-repeat;
	font-size:16px;
	color:#333333;
}



#content {
	width:1024px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
}
	
#footer {
	height: 110px;
	width: 100%;
	background-image:url(gfx/stretch.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

#footericons {
	color:#ffffff;
	font-size:10px;
	text-align:center;
	padding-top:10px;
	margin-left:auto;
	margin-right:auto;
	width:600px;
}