/* Start of CMSMS style sheet 'styles-app' */
/* global */

@font-face {
    font-family: MrsEavesItalic;
    src: url('/fonts/MrsEavesItalic.otf');
}

* {
	padding:0;
	margin:0;
	list-style:none;

	}
img {
	border:0;
}
ul {
	list-style:none;
}
html {
	height:100%;
	background:url(/images/bg.gif) left 13px;
	}

body {
	height:100%;
	font:13px Arial, Helvetica, sans-serif;
	color:#555;
	background: url(/images/bg_nav.gif) repeat-x;
	}

p {
	margin-bottom:15px;
	}
	
a {
	color:#FF801A;
	}
	
a:hover {
	color:#000;
	}

#container {
	width:960px;
	background:#fff url(/images/logo.jpg) no-repeat scroll;
	margin:0 auto;
	min-height:99.9%;
	border-bottom:solid #fff 1px;
	}
	
h1 {
	font-family:  Times New Roman;
        font-style: italic;
        font-weight: bold;
	color:#FF801A;
	font-size:32px;
	}
	
#home h1 {
	margin-bottom:30px;
	}

h2,h4 {
        color:#FF801A;
	font-size:13px;
	}

h3 {
	font-size:15px;
	color:#2E363C;
	margin:15px 0 5px 0;
	}

h4 {
	display:inline;
	}


/* navigation */

#logo {
	display:block;
	margin:0 auto;
	height:135px;
	width:200px;
	}


/* main content */


#main-content {
	width:415px;
	padding:30px;
	float:left;
	}
	
#portfolio #main-content {
	width:220px;
	}

#home #main-content {
	margin:70px 40px 20px 55px;
	width:240px;
	padding:0;
	display:inline; /* IE6 margin fix */
	}

#home #flash {
	float:left;
	width:624px;
	height:375px; 
	margin:20px 0;
	}

/* sub content boxes */

#sub-content {
	float:right;
	width:450px;
	margin:30px 30px 50px 0;
	_display:inline;
	}
	
#portfolio #sub-content {
	width:620px;
	}
	
#home #sub-content {
	padding:0 0 0 10px;
	clear:both;
	color:#2D353B;
	float:none;
	width:auto;
	margin:0;
	}
	
#sub-content div.blue-box, #sub-content div.orange-box {
	float:left;
	margin-left:20px;
	width:288px;
	padding-bottom:50px;
	min-height:120px;
	display:inline; /* IE6 margin fix */
	}
	
#sub-content div.blue-box, #sub-content div.gray-box {
	background:url(/images/bg_blue.jpg) repeat-x 0 33px;
	}

#sub-content div.blue-box2, #sub-content div.gray-box2 {
	background:url(/images/bg_orange.jpg) repeat-x 0 33px;
	}

#sub-content div.blue-box2, #sub-content div.gray-box2 h2 {
	background:url(/images/header_gray.gif);
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
        font-size:14px;
	font-weight:normal;
	height:32px;
	padding:0 30px;
	line-height:35px;
	margin-bottom:20px;
	}

#sub-content div.orange-box {
	background:url(/images/bg_orange.jpg) repeat-x 0 33px;
	}
	
#sub-content h2 {
	background:url(/images/header_blue.jpg);
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
        font-size:14px;
	font-weight:normal;
	height:32px;
	padding:0 30px;
	line-height:35px;
	margin-bottom:20px;
	}

#sub-content div img {
	float:right;
	margin-left:10px;
	}
	
#sub-content div.orange-box h2 {
	background:url(/images/header_orange.jpg);
}

#sub-content div.gray-box h2 {
	background:url(/images/header_gray.gif);
}

#sub-content p, #sub-content ul{
	padding:0 30px;
	}
	
#main-content li, #sub-content li {
	padding:3px 0 3px 15px;
	background:url(/images/list.gif) no-repeat left 9px;
	}
	
.col {
	float:left;
	width:217px;
	}
	
.colmargin {
	margin-right:15px;
	}

#product-inside {
	margin-bottom:15px;
	width:450px;
	height:450px;
	}
	
a.link {
	background:url(/images/link.gif) no-repeat right center;
	padding:0 20px 0 30px;
	}
	
.highlight {
	font-family:  Times;
        font-style: italic;
        font-weight: bold;
        color:#FF801A;
	font-size:14px;
	}

.subtitle {
	font-family:  Times;
        font-style: italic;
        font-weight: bold;
	color:#FF801A;
	font-size:20px;
	}
	
/* footer */

#footer {
	clear:both;
	border-top:#5F6A72 solid 2px;
	margin:0 30px 20px 30px;
	font-size:11px;
	}
	
#footer ul {
	margin:20px 0 8px 0;
	}
	
#footer li {
	display:inline;
	text-transform:lowercase;

	}

#footer a {
	color:#2D353B;
	padding:0 4px 0 1px;
	}
	
.appForm {

	width:400px;

}
.appForm div label {
	display:block;
}
.appForm input{
	padding: 4px;
	margin: 4px 0;
}

.appForm textarea{
	width: 300px;
	height:120px;
	margin-bottom:5px;
}

.captcha {
	width:317px;
}
.captcha img {
	float:left;
	padding-right:5px;
	clear:both;
}
.captcha input {
clear:both;
}
/* End of 'styles-app' */

