@charset "UTF-8";
/* 
	Master Style Sheet developed by Aaron Gough
	http://www.aarongough.com
*/

/************************************************
		 Styling for Standard Elements	
*************************************************/

body, html{
border: 0;
padding: 0;
margin: 0;
}

body{
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 12px;
text-align: center;
background: #fff url(images/template_images/header_background_repeat.jpg) top left repeat-x;
}

h1, h2, h3, h4, h5{
margin: 0;
padding: 0;
font-weight: bold;
}

img{
border: 0;
}

h1{
font-size: 20px;
}

h2{
font-size: 16px;
}

h3{
font-size: 14px;
}

h4{
font-size: 12px;
}

h5{
font-size: 12px;
}

p{

}

ul{

}

hr {
  color:#ccc;
  background-color:#ccc;
  height:1px;
  border:none;
}

a:link, a:visited, a:hover {
	color: #009ddd;
	outline: none;
}
a:hover {
	text-decoration:none;
}

/************************************************
		Custom Styling for Specific IDs		
*************************************************/

#container{
width: 976px;
margin: 0 auto 20px auto;
padding: 0;
background: transparent url(images/template_images/content_background_repeat.jpg) top left repeat-y;
text-align: left;
color: #000;
}

#container_header{
width: 976px;
background: transparent url(images/template_images/header.jpg) top left no-repeat;
}

#container_footer {
width: 976px;
background: transparent url(images/template_images/footer.jpg) bottom left no-repeat;
padding-bottom: 0px;
position: relative;
}

#header {
width: 976px;
height: 250px;
}

#left_column {
float: left;
display: inline;
width: 208px;
margin: 220px 0px 0px 0px;
padding: 0px 30px 40px 30px;
border-top: 1px solid #ccc;
}

#left_column a {
color: #000;
}

#content_column p {
line-height: 1.4em;
}

#content_column {
float: left;
display: inline;
width: 560px;
margin: 0px 0px 0px 90px;
padding-bottom: 60px;
}

#content_column h1 {
color: #000;
font-size: 24px;
font-weight: normal;
}

#content_column h2 {
color: #009ddd;
font-size: 20px;
font-weight: normal;
}

#content_column h3 {
color: #009ddd;
font-size: 14px;
font-weight: bold;
}

#content_column p {
line-height: 1.4em;
text-align: justify;
}

#content_column ul li {
margin-top: 5px;
line-height: 1.3em;
}

#content_column img {
border: 1px solid #ccc;
}

#footer {
clear: both;
width: 976px;
height: 30px;
font-size: 11px;
}

#copyright{
position: absolute;
right: 45px;
bottom: 7px;
text-decoration: none;
color: #fff;
font-size: 11px;
}

#spacer{
width: 100%;
height: 1px;
overflow: hidden;
clear: both;
}


/* navigation */

#header_menu{
position: relative;
width: 700px;
top: 180px;
left: 280px;
}

#main_menu{
list-style: none;
margin: 0px;
padding: 0px;
text-align: center;
font-size: 12px;
}

#home a{
width: 75px;
}

#services span {
width: 80px;
}

#email-marketing span {
width: 115px;
}

#recent-projects span {
width: 115px;
}

#testimonials a{
width: 110px;
}

#about-imaginis a{
width: 105px;
}

#contact a{
width: 85px;
}

.has_submenu, .no_submenu{
float: left;
display: block;
position: relative;
}

.has_submenu span, .no_submenu a, .no_submenu a:visited {
display: block;
height: 39px;
line-height: 39px;
padding: 0px;
color: #fff;
text-decoration: none;
width: 60px;
}

.has_submenu span:hover, .no_submenu a:hover, .active {
color: #000;	
}

.is_submenu {
position: absolute;
left: 0px;
top: 35px;
margin: 0;
padding: 0;
list-style: none;
background: #009ddd;
width: 145px;
text-align: left;
}

.is_submenu li a, .is_submenu li a:visited {
display: block;
padding: 4px 16px;
color: #fff;
text-decoration: none;
}

.is_submenu li a:hover{
color: #000;
}


/* contact form */

label {
width: 120px;
float: left;
text-align: left;
margin-right: 12px;
display: block;
}

.textbox {
width: 400px;
}

textarea {
color: #000;
background: #e8f0f7;
border: 1px solid #232f27;
font-size: 12px;
}

.input_style {
color: #000;
background: #e8f0f7;
border: 1px solid #232f27;
font-size: 12px;
width: 250px;
}

textarea {
clear: both;
width: 400px;
}

.submit input {
margin-left: 140px;
color: #fff;
background: #009ddd;
border: 1px solid #000;
width: 95px;
}

fieldset{
border: 0px solid #ccc;
width: 400px;
font-size: 12px;
font-weight: normal;
}


/************************************************
				Global Classes	
*************************************************/

/* for any block-level elements */
.clear{ 
clear: both; 
}

.float_left{
float: left;
}

.float_right{
float: right;
}

/* for text */
.align_left{
text-align: left;
}

.align_right{
text-align: right;
}

.align_center{
text-align: center;
}

.align_justify{
text-align: justify;
}

.bold{
font-weight: bold;
}

.italic{
font-style: italic;
}

.underline{
text-decoration: underline;
}

/* for images */
.img_left{
float: left;
display: inline;
margin: 4px 10px 4px 0;
}

.img_right{
float: right;
display: inline;
margin: 2px 0 4px 25px;
}

/* for lists */
.nopadding{
padding: 0;
}

.noindent{
margin-left: 0;
padding-left: 0;
}

.nobullet{
list-style: none;
list-style-image: none;
}

/************************************************
				Custom Classes	
*************************************************/

.smallText {
font-size: 10px;
}

.required-text{
font-size: 10px;
color: #ac1d1d;
}

.blue-text {
color: #009ddd;
font-size: 14px;
}

.blue-text-right-align {
color: #009ddd;
text-align: right;
}

.white-text {
color: white;
font-size: 14px;
padding-left: 10px;
}

.quote {
margin-top: 24px;
line-height: 1.4em;
text-align: justify;
width: 540px;
}

.logo_right{
float: right;
display: inline;
margin: 10px 0 4px 25px;
border: none;
}