@charset "UTF-8";

strong{
	font-weight:bold;
}

body {
	font: 12px Arial, Helvetica, Verdana, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background-attachment:fixed !important;
	background-color:#F5F5F5;
	background-image:url("/images/body-bg.jpg");
	background-position:left bottom;
	background-repeat:no-repeat;
	color: #858585;
	line-height:1.5;
	height:100%;
	width:100%;
}

#wrapper{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background-attachment:fixed !important;
	background-color:transparent;
	background-image:url("/images/wrapper-bg.jpg");
	background-position:right bottom;
	background-repeat:no-repeat;
	
	height:100%;
	width:100%;
	}
#wrapper_application{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background-attachment:fixed !important;
	background-color:transparent;
	background-image:url("/images/wrapper-bg.jpg");
	background-position:right bottom;
	background-repeat:no-repeat;
	
	height:1920px;
	width:100%;
	}
.oneColElsCtr #container {
	width: 960px;
	background:none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(/images/content_bg.png);
	border:1px solid #CCC;
	
}

a {
	text-decoration:none;
	border-bottom: 1px dotted #860c85;
	color: #860c85;
	}

h1{
	color:#666;
	font-size:15px;
	letter-spacing:1px;
	margin:0;
	padding:0;
	text-transform:uppercase;
	}
	
h2 {
	font-size:13px;
	letter-spacing:1px;
	margin:0;
	padding:0;
	text-transform:uppercase;
	}
h3{
	font-size:14px;
	text-transform: none;
	font-family:Arial, Helvetica, sans-serif;
	
}
#subpage-content p,#subpage-content li{
	font-size:12px;
	font-weight:100;
	text-transform: none;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0px;
	
}
#column-holder li{
	font-size:12px;
	font-weight:100;
	text-transform: none;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0px;
}

#logo {
	padding: 10px 0;
	}
	
#logo a{
	border:none;
}

#logo img{
	border:none;
}
	
#contact-info {
    position:relative;
    top:-50px;
    right:0;
    text-align:right;
    font-weight:bold;
    font-size:16px;
}
#contact-info img{
	border:none;
}
#contact-info a{
	border:none;
}

#homepage li.homepage a, /*--Home Page > Home Link--*/
#aboutpage li.aboutpage a, /*--About Page > About Link--*/
#modelspage li.modelspage a, /*--Services Page > Services Link--*/
#applicationpage li.applicationpage a, /*--Portfolio Page > Portfolio Link--*/
#contactpage li.contactpage a /*--Contact Page > Contact Link--*/
{
	background-image:url(/images/active_bg.jpg);
	background-repeat:repeat-x;
	color:#fff;
}

#menu {
	background-image:url(/images/nav_bg.jpg);
	background-repeat:repeat;
	
	float: left;
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
	width: 960px;
	height:43px;
	font-size:11px;
	display:block;
	position:relative;
	top:-20px;
}

#menu-right {
	float: right;
}

#menu li.nav-right {
border-right: none;
text-transform: none;
float:right;
}

#menu li.nav-right a {
color: #febee4;
}

#menu li {
	float: left;
	font: 12px;
	margin: 0;
	padding: 0;
	text-transform:uppercase;
/*	border-right:1px solid #3C3C3C;*/
	border-right:1px solid #2f2e2e;
	max-width:150px;
	
}
#menu a {
	color: #ccc;
	display: block;
	float: left;
	padding: 13px 20px;
	text-decoration: none;
	font-weight:normal;
	border:none;
	
}
#menu a:hover {
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #f39;
	}
#menu a:active {
	background-image:url(/images/active_bg.jpg);
	background-repeat:repeat-x;
	color:#fff;
}
#subpage-content {
	color:#333;
	}
	
#subpage-content h1 {
	color:#666;

	}

#column-holder {
	overflow: hidden;
	width: 100%;
	padding-bottom: 30px;text-align:center;
	}  /* must be same height as the footer */

	
#columns{
	width:280px;
	float:left;
	padding: 30px 20px;
	color:#454545;
	overflow:auto;
	}
	
#columns ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding:0;
}

#columns li {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
border-bottom:1px dotted #D5D5D5;
padding-top:5px;
}

#footer {
	padding:10px;
	background-color:#333;
	position: relative;
	margin-top: -20px; /* negative value of footer height */
	height: 20px;
	clear:both;
	} 
	
#models {
	width:900px;
}

.holder{
	text-align:center;
	float:left;
	width:221px;
}


.holder p{
	margin-top:5px;
	padding-right:15px;
}

#models img {
	padding:5px;
	margin: 20px 10px 0 0;
	border:1px solid #666;
	display: inline;
}
input, textarea, select{
	background:transparent;
	border:1px #ccc solid;
	color:#999;
}
tr{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}

h3.heading{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px;
	margin:30px 0px 10px 0px;
	color:#666;
	font-weight:100;	
}
tr.border{
	border-bottom:#CCC 1px solid;
}
button.send{
	background:transparent;
	border:none;
	background-image:url(/Images/send_strip.png);
	background-repeat:no-repeat;
	background-position:-1px -1px;
	width:122px;
	height:34px;
	cursor:pointer;
	margin-right:20px;
}
button.send:hover{
	background-position:-1px -35px;
}

button.reset{
	background:transparent;
	border:none;
	background-image:url(/Images/reset_strip.png);
	background-repeat:no-repeat;
	background-position:-1px -1px;
	width:122px;
	height:34px;
	cursor:pointer;
}
button.reset:hover{
	background-position:-1px -35px;
}

#phone{
	color:#666;
	font-size:15px;
	letter-spacing:1px;
	margin:0;
	padding:0;
	text-transform:uppercase;
}
