body{
	margin: 0px;
	margin-top: 0px;
	padding-top: 0px;
	background-color: white;
	min-width:1000px; /* suppose you want minimun width of 1000px */
	width: auto !important;  /* Firefox will set width as auto */
	width:1000px;             /* As IE ignores !important it will set width as 1000px;*/

}

html {
    font-family:sans-serif;
    font-weight: 300;
}


#menu{
	width: 100%;
	float: left;
	position: fixed;
}

#logo{
	height: 110px;
	width: 300px;
	background-color: white;
	text-align: center;
	padding-top: 40px;
}

#rmaname{
	float: left;
	margin-top: 0px;
	position: absolute;
	top: 60px;
	left: 350px;
	
}

#since{
	float: left;
	position: absolute;
	top: 120px;
	left: 650px;
}

#topbar{
	height: 150px;
	width: 100%;
	margin-top: 0px;
	background-color: #4869B1;
}



nav{
	width: 100%;
	min-width: 700px;
	height: 35px;
	margin-top: 0px;
	float: left;
	position: relative;
	background-color: white;
	border-top: 1px rgba(94,94,94,0.46) solid;	
	border-bottom: 1px rgba(94,94,94,0.46) solid;
}

nav ul{
	list-style-type: none;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 0px;
}

nav li{
	float: left;
}

nav a{
	font-size: 12pt;
	font-family: 'Roboto', sans-serif;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.box{
	float: left;
	position: relative;
	top: 0px;
	padding-bottom: 8px;
}

.box a{
	display: block;
	height: 100%;
	text-align: center;
}


#homebtn{
	height: 27px;
	border-left: 1px solid rgba(94,94,94,0.46);
	border-right: 1px solid rgba(94,94,94,0.46);
}

#productsbtn{
	height: 27px;
	border-left: 1px solid rgba(94,94,94,0.46);
	border-right: 1px solid rgba(94,94,94,0.46);
}

#servicesbtn{
	height: 27px;
}

#contactbtn{
	height: 27px;
	border-right: 1px solid rgba(94,94,94,0.46);
}

nav a:link {
	text-decoration: none;
	color: grey;
	}
nav a:visited {
	text-decoration: none;
	color: grey;
	}
nav a:hover {
	text-decoration: none;
	color: grey;
	}
nav a:active {
	color: #4869B1;
	text-decoration: none;
	}

#wrapper{
	 padding-top: 250px;
	 background-color: #eee;
}


#content{
	width: 100%;
	background-color: #eee;
	float: left;
}

h1{
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
}

h2{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

h3{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

#home{
	height: 300px;
	background-color: white;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 10px;
	text-align: center;
	color: rgba(78,78,78,0.94);
	font-family: 'Roboto',sans-serif;
	font-weight: 300;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
}

.headergraphics{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

#services{
	height: 1000px;
	min-width: 500px;
	padding-left: 200px;
	padding-right: 200px;
	margin-left: auto;
	margin-right: auto;
	background-color: #eee;
	color: rgba(78,78,78,0.94);
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

#products{
	height: 950px;
	min-width: 500px;
	padding-left: 200px;
	padding-right: 200px;
	padding-top: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	background-color: white;
	color: rgba(78,78,78,0.94);
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	text-align: center;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
}


#contact{
	background-color: #eee;
	color: rgba(78,78,78,0.94);
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	
}

/* this is the contact form begins  */
input{line-height:31px;}

input,textarea{
	width:288px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background-color:rgba(255,255,255,.6);
	border:solid 1px #b6c7cb;
}

#contact_form{
	float: left;
	height:300px;
	margin-left: 20%;
	margin-right: auto;
	padding: 0px 100px 50px 50px;
}

#submit_button{
	width:109px;
	height:34px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background-color: #4869B1;
	-webkit-box-shadow:inset 0 2px rgba(255,255,255,.29);
	-moz-box-shadow:inset 0 2px rgba(255,255,255,.29);
	box-shadow:inset 0 2px rgba(255,255,255,.29);
	border:solid 1px rgba(72,106,176,0.67);
	font-weight:bold;
	color:#fff;
	margin-left:7px;
	cursor: pointer;
}


label.required:after{content:'*';color:red;}

.row{margin:5px;}

/* ends */
/* these are the email links on the right of the form */
#contactbox{
	height: 300px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;	
	padding: 0px 100px 50px 50px;
}

#contactbox a:link {
	text-decoration: none;
	color: rgba(78,78,78,0.94);
	}
#contactbox a:visited {
	text-decoration: none;
	color: rgba(78,78,78,0.94);
	}
#contactbox a:hover {
	text-decoration: none;
	color: rgba(78,78,78,0.94);
	}
#contactbox a:active {
	color: rgba(78,78,78,0.94);
	text-decoration: none;
	}


.heading{
	color: #ff3000;
	
}

#bottomlogo{
	height: 60px;
	width: 100px;
	padding-top: 40px;
	margin-left: 50px;
	padding-right: 50px;
	float: left;
	text-align: center;
	border-right: solid 1px rgba(183,183,183,0.9);
	
}


#bottommenu{
	float: left;
	height: 100px;

}

#bottommenu ul{
	list-style-type: none;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 10px;

}

#bottommenu a{
	font-size: 9pt;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}


#bottommenu a:link {
	text-decoration: none;
	color: white;
	}
#bottommenu a:visited {
	text-decoration: none;
	color: white;
	}
#bottommenu a:hover {
	text-decoration: none;
	color: white;
	}
#bottommenu a:active {
	color: white;
	text-decoration: none;
	}
	
#bottombar{
	height: 30px;
	margin-top: 0px;
	text-align: center;
	padding-top: 15px;
	color: white;
	font-size: 9pt;
	font-family: 'Roboto', sans-serif;
	background-color: #544B4B;
}

#bottombar a:link{ color: white; text-decoration: none;}
#bottombar a:visited{ color: white; text-decoration: none;}
#bottombar a:hover{ color: white; text-decoration: none;}
#bottombar a:active{ color: white; text-decoration: none;}

