/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	background: #4C5CBA;
	color: #333;
	padding: 20px 0 40px;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

a {
	color: #5C6CCA;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: 1px dotted invert;
}

p {
	padding: 0 0;
	margin: 0 0 20px 0 !important;
}

.container_12 {
	margin-bottom: 20px;
}

.top12 {
  background: #4C5CBA url('topmain.jpg') center no-repeat;
  height: 400px;
}

.center12 {
  background: #4C5CBA url('center.jpg') center repeat-y;
  padding: 0 100px;
  width: 740px !important;
}

.bottom12 {
  position:relative;
  background: #4C5CBA url('bottom.jpg') center no-repeat;
  height: 119px;
}

.menu {
  position: relative;
  top: 140px;
  left: 0px;
  width: 243px;
}

.homebtn {
  background:url('home.jpg') right no-repeat;
  width: 243px;
  height: 30px;
  margin-bottom: 10px;
}
.aboutusbtn {
  background:url('aboutus.jpg') right no-repeat;
  width: 243px;
  height: 30px;
  margin-bottom: 10px;
}
.servicesbtn {
  background:url('services.jpg') right no-repeat;
  width: 243px;
  height: 30px;
  margin-bottom: 10px;
}
.gallerybtn {
  background:url('gallery.jpg') right no-repeat;
  width: 243px;
  height: 30px;
  margin-bottom: 10px;
}
.contactusbtn {
  background:url('contactus.jpg') right no-repeat;
  width: 243px;
  height: 30px;
  margin-bottom: 10px;
}
.testimonialsbtn {
  background:url('testimonials.jpg') right no-repeat;
  width: 243px;
  height: 30px;
  margin-bottom: 10px;
}

.content {
  text-align:left;
  padding-top: 20px;
}

.footer {
  position:relative;
  border-top: 1px solid #555;
  margin: 20px 0 0 80px;
  text-align: right;
  width: 780px;
}

.indented {
  padding-left: 70px;
}

.maintext {
  text-align: center;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
	border-bottom: 1px solid #333;
	padding-left: 20px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}