@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
	border: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

body {
	background-image:url(images/rough_diagonal.png);
	background-repeat: repeat;
}

#container {
	background-image:url(images/rough_diagonal_light.png);
	background-repeat: repeat;
	margin-left:auto;
	margin-right:auto;
	width:960px;
	height:100%;
	-moz-box-shadow:    0px 0px 25px 0px #3f403e ;
    -webkit-box-shadow: 0px 0px 25px 0px #3f403e ;
    box-shadow:         0px 0px 25px 0px #3f403e ;
}

#header {
	background-image:url(images/phoneGraphic2.png);
	background-repeat:no-repeat;
	background-position:right;
	height:160px;
	width:960px;
	position:relative;
	top:0;
	left:0;
}

.logo {
	margin-left:32px;
	padding-top:9px;
	width:327px;
	height:73px;
	float:left;
}

a:link {
	padding:0;
	margin:0;
}

/*-----------NIVO IMAGE SLIDER------------*/


#nav {
	height:40px;
	float:right;
	
}

#nav ul li {
	list-style:none;
	display:block;
	padding:0;
	margin:0;
	float:right;
	
}

 
#wrapper {
	width:960px;
	height:auto;
	float:left;
	margin-bottom:-20px;
	
}

#services {
	background-color:#3f403e;
	width:173px;
	height:332px;
	padding:15px;
	float:left;
	-moz-box-shadow:    0px 5px 8px 0px #3f403e;
	-webkit-box-shadow: 0px 5px 8px 0px #3f403e;
	box-shadow:        0px 5px 8px 0px #3f403e;
}

#slider {
	float:left;
	
}


#services img {
	padding-top:20px;
	margin-bottom:6px;
	margin-left:5px;
}

#services ul {
	margin-left:20px;
}
#slider a {
    display:block;
}

.slider-wrapper {
	width: 757px;
	float:right;
	margin-bottom:10px;
	position:relative;
	top:0;

}

.theme-default #slider {
   
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    margin-top:150px;
}

/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}


/*-----------INDEX STYLES------------*/

.pdfButton {
	height:33px;
	width:155px;
	background-color:#3f403e;
	border:1px solid #FFF;
	padding-top:10px;
	margin-left:65px;
}

.pdfButton:hover {
	background-color:#ED6025;
	border:1px solid #666;
}

.pdfButton h3 {
	font-family: "futura-pt-condensed",sans-serif;
	font-weight:400;
	font-size:23px;
	text-align:center;
	line-height:23px;
	color:#FFF;
}
#clientUpload {
	width:400px;
	height:50px;
	padding-top:20px;
	margin-left:50px;
}

#headline {
	width:960px;
	height:100%;
}

#headline img {
	margin-left:25px;
	margin-bottom:20px;
}

#quick {
	width:235px;
	height:260px;
	float:left;
	margin-bottom:10px;
}

#quick ul {
	margin-left:25px;
}

#content {
	float:right;
	width:660px;
	margin-right:40px;
	padding-top:8px;
}

#content img {
	padding-right:13px;
	margin-bottom:40px;
}

#footer {
	height:140px;
	width:960px;
	bottom:0;
	background-image: url(images/footerImgColor.png);
	background-repeat: repeat;
	background-position: bottom;
	clear: both;
}

.footer-logo {
	float:left;
	padding-top:30px;
	margin-left:25px;
}

.footer-info {
	float:right;
	width:175px;
	margin-right:30px;
	padding-top:20px;
}

.footer-links {
	margin-left:auto;
	margin-right:auto;
	width:500px;
	padding-top:40px;
}

.load {
	background-image:url(images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}


/*--------OEM INTERNAL PAGE------------*/
#banner {
	width:960px;
	height:256px;
	float:left;
	z-index:10000;
	margin:0;
	padding:0;
	
}

#banner img {
	
}


#contentInternal {
	margin-top:40px;
	float:left;
	width:535px;
	height:100%;
	margin-left:40px;
}

#contentInternal img {
	margin-bottom:30px;
}

.clientList {
	padding-top:40px;
}

.clientList img {
	margin-left:-40px;
	clear:both;
}

.col1 {
	float:left;
	margin-left:40px;
	padding-top:20px;
}

.col2 {
	float:right;
	padding-top:20px;
}

.returnToTop {
	float:left;
	padding-top:50px;
}

#sideBar {
	float:right;
	width:340px;
	height:1550px;
	background-image:url(images/sidebar_color.png);
	background-repeat: repeat;
}

#sideBar ul {
	margin-left:15px;
	margin-bottom:20px;
}

#sideBarSub {
	float:right;
	width:340px;
	height:100%;
	background-image:url(images/sidebar_color.png);
	background-repeat: repeat;
	
}

#sideBarSub ul {
	margin-left:15px;
	margin-bottom:25px;
}

#sideBarSub ul li {
	line-height:13px;
}
#sideBarSub img {
}

.lists {
	margin:25px;
	margin-top:44px;
	width:290px;
	border-bottom:solid #999 2px;
}

.listsBottom {
	margin-left:25px;
	margin-top:44px;
	width:290px;
}

#sideBarSub .listsBottom p {
	text-align:center;
	margin:10px 50px 10px 50px;
}





/*--------ABOUT, SERVICES, PRODUCTS, CONTACT Pages------------*/

#contentSub {
	margin-top:40px;
	float:left;
	width:540px;
	height:100%;
	margin-left:40px;
}

#contentSub img {
	margin-bottom:10px;
}

.team ul {
}

.servicesList {
	float:left;
	width:260px;
	height:360px;
	margin-left:25px;
	margin-bottom:10px;
	background-image:url(images/sidebar_color.png);
	background-repeat: repeat;
}

.servicesList ul {
	margin-left:23px;
}

.servicesList img {
	margin-bottom:10px;
}

#width350 {
	width:350px;
}

#contact-form option {
	font-family: 'Gudea', sans-serif;
	font-size:14px;
	lineheight:18px;
	padding:5px 5px 5px 10px;
}

#contact-form td {
	font-family: "adelle",serif;
	font-size:14px;
	font-weight:300;
	color:#000;
}

label {
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	color:#000;
	font-size:14px;
	margin-left:20px;
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	margin-bottom:5px;
	padding-top:5px;
}
.input {
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	font-size:14px;
	height:15px;
	width:250px;
	padding:5px;
	margin-bottom:5px;
	border: 1px solid #CCC;
}
.textarea {
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	font-size:14px;
	padding:5px;
	width:250px;
}
textarea {
	resize:none;
	padding:5px;
	border: 1px solid #CCC;
	width:250px;
}
#contact-form select {
	font-family: 'Gudea', sans-serif;
	font-size:14px;
	line-height:20px;
	display: inline-block;
	height:30px;
	width: 250px;
	outline: none;
	color: #000;
	border: 1px solid #CCC;
	background-color: #FFF;
	vertical-align:middle;
	padding:5px 5px 5px 5px;
	margin-bottom:5px;
}
#contact-form option {
	font-family: 'Gudea', sans-serif;
	font-size:14px;
	padding:5px 5px 5px 10px;
	background-color:#ED6025;
}
.button {
	font-family: 'Gudea', sans-serif;
	font-size:14px;
	line-height:20px;
	vertical-align:middle;
	text-align:center;
    border: 1px solid #CCC;
    background: #f3f5f2;
	padding:7px 10px;
	margin:10px 0;
}
.button:hover {
    border: 1px solid #666; 
    background:#ED6025;
	color:#FFF;
}

textarea:focus, input:focus {
	border: 1px solid #ED6025;
}
#map {
	margin-left:15px;
	padding-top:0px;
}
#hours {
	margin-top:40px;
	margin-left:20px;
}



/*--------TYPOGRAPHY------------*/

#header p {
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	font-size:14px;
	text-align:right;
	float:right;
	padding-top:22px;
	margin-right:20px;
}

#header p a {
	margin-right:13px;
	text-decoration:none;
	color:#333;
}

#header p a:hover {
	color:#ED6025;
}

#header p a:active {
	color:#ED6025;
}


#services ul li{
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	font-size:14.5px;
	color:#ED6025;
	margin-bottom:4px;
}

#services li p {
	color:#CCC;
}

.servicesList h3 {
	font-family: "futura-pt-condensed",sans-serif;
	font-weight:400;
	font-size:26px;
	line-height:27px;
	color:#ED6025;
	margin-bottom:13px;
	margin-left:10px;
}
.servicesList ul li {
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	font-size:8pt;
	padding-bottom:8px;
	list-style-type: square;
	color:#999;
	list-style-position: outside;
	margin-left:5px;
}

.servicesList p {
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	font-size:10.5pt;
	color:#000;
	padding-bottom:8px;
}

#quick ul li {
	list-style:none;
	margin-bottom:12px;
}

p {
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	font-size:10.5pt;
}

#content p {
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	font-size:10.5pt;
}

#contentInternal p {
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	font-size:10.5pt;
	margin-top:-10px;
}

#contentInternal ul li {
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	font-size:9.5pt;
	padding-bottom:5px;
	list-style:none;
}

#contentInternal h1 {
	font-family: "futura-pt-condensed",sans-serif;
	font-weight:400;
	font-size:37px;
	line-height:37px;
	color:#333;
	margin-bottom:25px;
}

#contentInternal a {
	text-decoration:none;
	color:#000;
}

#contentInternal a:hover {
	color:#ED6025;
}

#contentSub p {
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	font-size:10.5pt;
	margin-top:-10px;
}

#contentSub ul li {
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	font-size:9.5pt;
	padding-bottom:5px;
	list-style:none;
}

#contentSub h1 {
	font-family: "futura-pt-condensed",sans-serif;
	font-weight:400;
	font-size:37px;
	line-height:37px;
	color:#333;
	margin-bottom:25px;
}

#contentSub h2 {
	font-family: "futura-pt-condensed",sans-serif;
	font-weight:400;
	font-size:30px;
	line-height:30px;
	color:#ED6025;
}

#contentSub a {
	text-decoration:none;
	color:#000;
}

#contentSub a:hover {
	color:#ED6025;
}

#contentSub a:active {
	color:#ED6025;
}

#team {
	width:340px;
}
#team img {
	padding-bottom:20px;
}

#team ul li {
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	font-size:12pt;
	list-style:none;
	color: #333;
	margin-bottom:20px;
	text-align:center;
}
#team ul li p {
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	font-size:11pt;
	line-height:12pt;
}

.portrait {
	height:120px;
	width:100px;
	background-color:#999;
	margin:10px;
	margin-left:auto;
	margin-right:auto;
}

.returnToTop p {
	font-family: 'Gudea', sans-serif;
	font-weight:500;
	font-size:9.5pt;
}

.returnToTop a {
	color:#666;
	text-decoration:none;
}

.returnToTop a:hover {
	color:#ED6025;
}

#sideBar h2 {
	font-family: "futura-pt-condensed",sans-serif;
	font-weight:400;
	font-size:23.5px;
	line-height:25px;
	color:#ED6025;
	margin-bottom:13px;
}

#sideBar p {
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	font-size:9.5pt;
	color:#000;
	margin-left:-4px;
}

#sideBar ul li {
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	font-size:8pt;
	color:#333;
	padding-bottom:5px;
	list-style-type: square;
	color:#999;
	list-style-position: outside;
	margin-left:5px;
}

#sideBar a {
	font-weight:700;
	text-decoration:none;
	color:#333;
}

#sideBar a:hover {
	color:#ED6025;
}

#sideBarSub h2 {
	font-family: "futura-pt-condensed",sans-serif;
	font-weight:400;
	font-size:20px;
	line-height:21px;
	color:#333;
	margin-bottom:13px;
	margin-left:13px;
	margin0right:13px;
}

#sideBarSub h3 {
	font-family: "futura-pt-condensed",sans-serif;
	font-weight:400;
	font-size:23px;
	text-align:center;
	line-height:23px;
	color:#FFF;
}

#sideBarSub p {
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	font-size:9.5pt;
	color:#000;
	margin-left:-4px;
}

#sideBarSub ul li {
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	font-size:8pt;
	padding-bottom:5px;
	list-style-type: square;
	color:#999;
	list-style-position: outside;
	margin-left:5px;
	list-style:none;
}

#sideBarSub a {
	font-weight:700;
	text-decoration:none;
	color:#333;
}

#sideBarSub a:hover {
	color:#ED6025;
}

#footer h3 {
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	font-size:9pt;
	color:#ED6025;
	text-align:center;
	margin-bottom:8px;
}

#footer h4 {
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	font-size:9pt;
	color:#333;
	text-align:center;
	padding-top:25px;
}

#footer p {
	color:#333;
	text-align:right;
	font-family: 'Gudea', sans-serif;
	font-weight:400;
	font-size: 9pt;
}

#footer a {
	color:#333;
	text-decoration:none;
}

#footer a:hover {
	color:#FFF;
}


