/* Base-Override */
body{
	background-color:#eaeaea;
}
p{
	margin:0px;
	padding:0px;	
}
textarea{
	border:1px red solid;
	width:180px;
	height:60px;
	background-color:#E2EBFA;
}
input{
	border:1px red solid;
	width:180px;
	background-color:#E2EBFA;
}
#sendStatus{color:white;margin-top:5px;}
span #sendStatus{color:white;margin-top:5px;margin-right:20px;}
#btnsend{ background-image:url(../img-design/send.png);background-repeat:no-repeat; cursor:pointer;}

/* Elements (Classes) */
.fullwidth{
	width:760px;
	padding:10px;
}
.halfwidth{
	width:365px;
	padding:10px;
}
.gallerythumb{
	padding:2px;
}
.gallerybox2{
	border:1px solid green;	
	width:400px;
}

#menu{width:780px;padding:10px;background-image: url('../img-design/menu.png');background-repeat: repeat-x;height:45px;}
#menu a{color:#fff;font-size:16px;padding:31px;text-align: center;vertical-align: middle;letter-spacing: 2px;}
#menu a:hover{font-size:16px;color: #ba2623;}
.tx{margin-top:10px;}
.tx:hover{color:red;}

/* Elements (IDs) */
#container{
	position:relative;
	background-image:url(../img-design/index-bg.jpg);
	margin:0 auto;
	width:1000px;
}
#header{
	background-image:url(../img-design/index-header.jpg);
	width:1000px;
	height:160px;
	position:relative;
}
#container-inner{
	padding:0px 100px;
}
#content{
	padding: 0px;
}
#menu a img{
	float:left;
}
#footer{
	margin:0 auto;
	width:800px;
	padding:0px 100px;
}
#footerbg{
	margin:0 auto;
	width:1000px;
}

#home-thumbs img{
	padding:2px;
	margin:0px;
	float:left;
}

#home-contactform{
	background-image:url(../img-design/index-messagebox.jpg);
	width:308px;
	height:138px;
	overflow:hidden;
	padding:10px;	
}

#home-contactform input{
	width:200px;
	height:16px;
}
#home-contactform input.button{
	width:63px;
	height:16px;
	background-color:none;
	border:none;
	background-image:url(../img-design/send.png);
}
#home-contactform textarea{
	width:200px;
	height:30px;
}
#home-contactform label{
	width:100px;
	font-weight:bold;
	display:block;
	float:left;
	color:#FFF;
}

#aboutus-main{
	background-image:url(../img-design/aboutus-img.jpg);
	background-repeat:no-repeat;
	height:525px;
}
#header-buttons{
	position:absolute;
	right:120px;
	bottom:0px;
	height:45px;
}
#header-buttons a img{
	float:right;
}
#contactus-form{
	background-image:url(../img-design/contactus-messagebox.jpg);
	background-repeat:no-repeat;
	height:233px;
	width:328px;
	padding-left:30px;
	padding-top:15px;
}
