@charset "utf-8";
/*
          ************ DO NOT DELETE ************
		  
Client: Wings Model Management, Cincinnati
Description: Another fine CSS design from Team Awesometastic
Author: Brian Warner
Version: 1.01
.
S73v3n
.

          ************     END      ************
*/


/* the imports below include all the non-global css styles into this stylesheet: The second level pages, model pages, success stories, and news items */
@import "modelpages.css";
@import "success.css";
@import "modelsecondary.css";
@import "singlemodels.css";
@import "news.css";
@import "events.css";
@import "bio.css";


/*Begin global styles*/
html {
height:100%;
margin:0px;
}
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-style: normal;
font-weight: normal;
font-size: .75em;
line-height:1.4em;
margin:0; padding:0; height:100%;
background-color:#ffffff;
font-family:arial, serif;
}

/*global content link styles*/
a:link {color: #735e5d;text-decoration: none}
a:visited {color: #735e5d;text-decoration: none}
a:active {color: #735e5d;text-decoration: none}
a:hover {text-decoration:underline; color: #422a2a;}

/* global h tag styles*/
h1 {
	line-height:1.3em;
	font-weight:bold;
	margin:0;
	color:#000000;
	background-color:transparent;
	font-size:1.7em;
	padding-bottom:0px;
	margin-bottom:0px;
}
h2{
	color:#000000;
	background-color:transparent;
	font-size:1.3em;
	padding-bottom:0px;
	margin-bottom:0px;
}
h3{
color:#000000;
background-color:transparent;
font-size:1.2em;
padding-bottom:0px;
margin-bottom:0px;
}

/*fixed width positioning style*/
#wrap {
	min-height:100%;
	position:relative;
	margin:0 auto;
	width:960px;
	background-color:#ffffff;
	border-left:solid 2px #c5c5c5;
	border-right:solid 2px #c5c5c5;
}
* html #wrap {
height:100%
}
#inner-wrap {
	padding-bottom:300px;
	width:991px;
	margin:0 auto;
	background-color:transparent;
}
#inner-wrap:after {
content:" ";
display:block;
clear:both;
}
#content {
	padding:10px 0px 0px 1px;
	margin:0 auto;
	text-align:left;
	width:991px;
}

/*Header styles */
#header {
	z-index:1;
	width:100%;
	height:160px;
	background-color:transparent;
}

/*line that runs over the navigation */
#headerline{
	padding-top:25px;
	width:910px;
	height:5px;
	border-bottom:solid 2px #c5c5c5;
	background-color:transparent;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Navigation bar style */
#headernav a:link {color: #ffffff;text-decoration: none}
#headernav a:visited {color: #ffffff;text-decoration: none}
#headernav a:active {color: #ffffff;text-decoration: none}
#headernav a:hover {
	text-decoration:underline;
	color: #ecb5b8;
}

#headernav{
	margin:0px auto 0px auto;
	padding:40px 0px 0px 0px;
	text-align:center;
	height:43px;
	width:920px;
	background-image:url(../images/navbar.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}
#headernav ul{
list-style: none;
margin-top:0px;
padding-top: 10px;
border: none;
}
#headernav li{
display: inline;
font-size:14px;
display: inline;
padding: 0px 15px 0px 10px;
color:#ffffff;
}

/*page identifier */
#pgidenty{
	position:absolute;
	font-family:"Times New Roman", Times, serif;
	font-size:26px;
	margin-left:50px;
	margin-top:5px;
	color:#666666;
	width:300px;
	height:75px;
}

/*Nav links style*/

/* center content area styles */
#center{
padding:0px;
margin:0px;
width:990px;
height:auto;
background-color:transparent;
}
#centertxt{
	padding-left:270px;
	padding-right:110px;
}

#centertxt2{
padding-left:175px;
padding-right:160px;
}

/* Main Wings logo */
#wingslogo{
	padding-top:20px;
	background-position:bottom right;
	background-repeat:url(../images/wingslogo.jpg);
	width:185px;
	height:100px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/wingslogo.jpg);
}

/* Styles for the image bar */
#imagerow{
	padding-top:50px;
	background-position:left;
	background-repeat:no-repeat;
	width:860px;
	height:230px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 25.5px;
	padding-bottom: 10px;
	padding-left: 40px;
}
#imagerow1 {
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 55px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding-top: 30px;
	width: 916px;
	padding-left: 395px;
}

.frntimg{
	float:left;
}
.spanimg{
margin-left:55px;
}

/* Footer styles */
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	background-color:transparent;
	height:250px;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

/*footer for the secondary pages */
#secondaryfooter{
	position:absolute;
	bottom:0px;
	width:100%;
	background-color:transparent;
	height:275px;
	background-image:url(../images/wingslogo.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
#footertext {
	width:260px;
	margin:138px auto 0px auto;
	color:#666666;
	text-align:center;
}
#footerline{
	margin:0px auto 0px auto;
	width:910px;
	height:5px;
	border-top:solid 2px #c5c5c5;
	background-color:transparent;
}
