/* CSS Document */


body {
	border:0px;
	margin: 0 auto;
	padding:0px;
}

#wrapper {
	background: url('images/bg.jpg') repeat-y left top;
	display:block;
	height:1180px;
	margin: 0 auto;
	padding:0px;
	width:1005px;
}

#header {
	border: 0px solid #fff;
	margin: 0 auto;
	padding:29px 0 0 54px;
	
}
#logo-area {
	height: 120px;
	margin:0px;
	padding:0px;
	width:563px;
	border:0px solid #ff0000;
}
#logo {
	background: url('images/logo.jpg') no-repeat left top;
	display:block;
	height:120px;
	
	border:0px solid;
	width:563px;
}

#menu {
	border:0px solid #0000ff;
	height:84px;
	margin: 0 auto;
	padding:0px;
	width:801px;
}

.home {
	background: url('images/home.jpg') no-repeat;
	display:block;
	float:left;
	height:84px;
	width:161px;
}
.product {
	background: url('images/product.jpg') no-repeat;
	display:block;
	float:left;
	height:84px;
	width:161px;
}
.support {
	background: url('images/support.jpg') no-repeat;
	display:block;
	float:left;
	height:84px;
	width:158px;
}
.affiliates {
	background: url('images/affiliates.jpg') no-repeat;
	display:block;
	float:left;
	height:84px;
	width:161px;
}
.contact {
	background: url('images/contact.jpg') no-repeat;
	display:block;
	float:right;
	height:84px;
	width:160px;
}

#download-section {
	background: url('images/download.jpg') no-repeat;
	display:block;
	height:78px;
	margin: 0 auto;
	padding:232px 0 0 50px;
	width:794px;
	border:0px solid #fff;
}
.btn-download {
	background: url('images/btn-download.png') no-repeat;
	display:block;
	height:69px;
	margin: 0px;
	padding:0px;
	width:230px;
}

#buttons {
	border:0px solid;
	height:113px;
	margin: 0 auto;
	padding:0px;
	width:857px;
}

.btn-select {
	background: url('images/btn-select.jpg') no-repeat;
	display:block;
	float:left;
	height:113px;
	margin: 0px;
	padding:0px;
	width:289px;
}

.btn-edit {
	background: url('images/btn-edit.jpg') no-repeat;
	display:block;
	float:left;
	height:113px;
	margin: 0px;
	padding:0px;
	width:269px;
}

.btn-upload {
	background: url('images/btn-upload.jpg') no-repeat;
	display:block;
	float:left;
	height:113px;
	margin: 0px;
	padding:0px;
	width:290px;
}
.welcome-msg {
	background: url('images/welcome.jpg') no-repeat;
	display:block;
	height:63px;
	margin: 0 auto;
	padding:0px;
	width:839px;
	border:0px solid;
}
.text-box {
	background: url('images/bg-text.jpg') no-repeat;
	display:block;
	height:249px;
	margin: 0 auto;
	padding:5px 10px;
	width:780px;
	border:0px solid;
}
.text-box .text{
	color:#FFFFFF;
	font: normal 25px georgia;
}
.footer-top{
	margin: 0 auto;
	padding:0px;
	width:834px;
	border:0px solid;
}
.download-2 {
	background: url('images/download-2.jpg') no-repeat;
	display:block;
	float:left;
	height:106px;
	margin: 0px;
	padding:0px;
	width:307px;
}
.question {
	background: url('images/ques.jpg') no-repeat;
	display:block;
	float:left;
	height:106px;
	margin: 0px;
	padding:0px;
	width:282px;
}
.clear { clear:both; margin:0 auto; padding:0px;}
#footer {
	background: url('images/footer.jpg') no-repeat;
	display:block;
	height:62px;
	margin: 0 auto;
	padding:17px 5px 0 0;
	width:808px;
}
#footer .link-box{
	float:left;
	border:0px solid;
}
#footer .link, #footer .link a, #footer .link a:visited {
	color:#FFFFFF;
	font: normal 20px georgia;
	margin:0px;
	padding:0 10px;
	text-decoration:none;
}
#footer .link a:hover {
	text-decoration:underline;
}
#footer .copy{
	color:#FFFFFF;
	font: normal 16px georgia;
	float: right;
	padding:3px 3px 0 0;
}