/*
Theme Name: Amig Business
Theme URI: http://midlandcompany.com/
Description: Master CSS file.
Version: 1.0
Author: James Foster
*/

* {margin:0;padding:0;} 

html, body, #holder {height: 100%;}

body > #holder {height: auto; min-height: 100%;}

#prime {padding-bottom: 177px;}  /* must be same height as the footer */

body {
	background: url('../images/main_bg.png') top left repeat-x;
	background-color:#ffffff;
	text-align:center;
	font:100.0%/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	color:#333;
}

a:link {
	color:#2267a6;
	text-decoration:none;
	font-weight:bold;
}

a:visited {
	color:#2267a6;
	text-decoration:none;
	font-weight:bold;
}

a:active {
	
}

a:hover {
	text-decoration:underline;
	
}

#header {
	width: 1090px;
	height: 184px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
}

#universal-nav {
	float:right;
	color:#FFF;
	font-size:14px;
	margin-right: 70px;
}

#universal-nav a {
	color:#FFF;
	text-decoration:none;
}

#universal-nav a:hover {
	text-decoration:underline;	
}

#logo {
	float:left;	
}

#logo h1 span {
	display: none;	
}

#wrapper {
	width: 1090px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/wrapper-bg.png);
	background-repeat:repeat-y;
}

#right-nav{
	float:right;
	width:370px;
	min-height:390px;
	text-align:left;
	background-image:url(../images/rightnav-bg.png);
	background-position:top;
	background-repeat:no-repeat;
}

#right-nav ul{
   display:block; 
   float:left; 
   list-style-type:none; 
}

#right-nav ul li#home a { 
   display:block; 
   height:50px; width:370px; 
   background:transparent url(../images/home.png) no-repeat 0 0; 
   text-indent:-9009px; 
} 
   
#right-nav ul li#home a:hover,
body#main #right-nav ul li#home a { 
   background-position: 0 -50px; 
} 

#right-nav ul li#values a { 
   display:block; 
   height:48px; width:370px; 
   background:transparent url(../images/values.png) no-repeat 0 0; 
   text-indent:-9009px; 
} 
   
#right-nav ul li#values a:hover,
body#company-values #right-nav ul li#values a{ 
   background-position: 0 -48px; 
} 

#right-nav ul li#history a { 
   display:block; 
   height:48px; width:370px; 
   background:transparent url(../images/history.png) no-repeat 0 0; 
   text-indent:-9009px; 
} 
   
#right-nav ul li#history a:hover,
body#company-history #right-nav ul li#history a{ 
   background-position: 0 -48px; 
}

#right-nav ul li#amig a { 
   display:block; 
   height:50px; width:370px; 
   background:transparent url(../images/amig.png) no-repeat 0 0; 
   text-indent:-9009px; 
} 
   
#right-nav ul li#amig a:hover,
body#american-modern #right-nav ul li#amig a{  
   background-position: 0 -50px; 
} 

#content {
	text-align: left;
	margin-left: 112px;
	width: 570px;
}

body#main #content h2 {
	margin-left: -112px;
	width: 720px;
	height:196px;
	background-image:url(../images/shaping-tomorrow.png);
	background-position:top left;
	background-repeat:no-repeat;
	margin-bottom: -130px;
}

body#company-values #content h2 {
	margin-left: -112px;
	width: 720px;
	height:196px;
	background-image:url(../images/guiding-principles.png);
	background-position:top left;
	background-repeat:no-repeat;
	margin-bottom: -130px;
}

body#company-history #content h2 {
	margin-left: -112px;
	width: 720px;
	height:196px;
	background-image:url(../images/company-history.png);
	background-position:top left;
	background-repeat:no-repeat;
	margin-bottom: -130px;
}

body#american-modern #content h2 {
	margin-left: -112px;
	width: 720px;
	height:196px;
	background-image:url(../images/american-modern.png);
	background-position:top left;
	background-repeat:no-repeat;
	margin-bottom: -130px;
}

body#contact #content h2 {
	margin-left: -112px;
	width: 720px;
	height:196px;
	background-image:url(../images/contact-us.png);
	background-position:top left;
	background-repeat:no-repeat;
	margin-bottom: -130px;
}

#content h2 span {
	display:none;
}

#content p {
	padding-bottom: 20px;
}

#player {
	text-align: center;
	height: 280px;
	width: 358px;
	padding-top: 20px;
	background-image:url(../images/player.png);
	background-repeat:no-repeat;
}

#holding-footer {
	height: 177px;
	background-color:#25292e;
	position: relative;
	margin-top: -177px; /* negative value of footer height */
	clear:both;
}

#footer {
	width: 1090px;
	height: 177px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
}

#family-sites {
	float: right;
	color:#FFF;
	margin-right: 70px;
	margin-top: 20px;
	text-align:right;
}

#family-sites h3 {
	font-size:14px;
	text-decoration:underline;
	margin-bottom: 10px;
}

#family-sites li {
	list-style-type: none;
}

#family-sites a {
	color:#FFF;
	text-decoration:none;
	font-size:12px;
}

#family-sites a:hover{
	text-decoration:underline;
}

#copyright {
	float:left;
	color:#929497;
	font-size:10px;
	margin-left: 70px;
	margin-top: 18px;
}

#copyright h3 span{
	display: none;	
}

.leftpic {
	float:left;
	margin:0 20px 15px 15px;
}
.rightpic {
	float:right;
	margin:0 0 15px 20px;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
