/* Base-Override */
body{
	background-color:#FFF;
}
p{
	margin:0px;
	padding:0px;	
}

/* Elements (Classes) */
.fullwidth{
	width:760px;
	padding:10px;
}
.halfwidth{
	width:365px;
	padding:10px;
}
.home-content{
	background-image:url(../img-design/home-bg.jpg);
	background-repeat:no-repeat;
	width:908px;
	height:470px;
}
.home-intro2{
	width:354px;
	padding-left:70px;
	padding-top:40px;
}
.home-intro{
	font-size:16px;
	color:#FFF;
	width:354px;
	padding-left:30px;
}
.index-footer{
	background-image:url(../img-design/index-f.jpg);
	background-repeat:no-repeat;
	width:908px;
	height:192px;
}
.internals{
	background-image:url(../img-design/internals-bg.jpg);
	background-repeat:repeat-y;
	width:868px;
	padding: 10px 20px;
}
.internals2{
	background-image:url(../img-design/internals-bg.jpg);
	background-repeat:repeat-y;
	width:828px;
	padding: 10px 40px;
}
.internals2-half{
	width:410px;
}
.internals3-half{
	width:310px;
}
.internals4-half{
	width:510px;
}
.internals-contactus{
	background-image:url(../img-design/internals-bg.jpg);
	background-repeat:repeat-y;
	width:788px;
	padding: 10px 60px;
}
.contactus-details{
	background-image:url(../img-design/contactus-details-bg.jpg);
	background-repeat:repeat-y;
	width:234px;
	padding-left:40px;
}
.contactus-form{
	width:400px;
	padding: 0px 40px;
}
.aboutus-text{
	width:600px;
}
.content-box-1{
	background-image:url(../img-design/contentbox-1-b.jpg);
	background-repeat:repeat-y;
	width:736px;
}
.aboutus-pic{
	width:210px;
	padding-left:40px;
}
.vert-div{
	background-image:url(../img-design/vertical-divider.jpg);
	background-repeat:repeat-y;
	width:1px;
}

/* Elements (IDs) */
#container{
	padding-top:60px;
	position:relative;
	margin:0 auto;
	width:908px;
}
#header{
}
#content{
}
#footer{
}
#top-menu a h6 img, #top-menu h6 img{
	float:left;
}

#top-menu a h6, #top-menu h6{
	display:inline;
}
