/*
Theme Name: Sawtooth Theme
Theme URI: http://www.sawtoothtechnology.com/
Description: Specialized Theme for Sawtooth Technology
Version: 1.0
Author: SparkWeb Interactive
Author URI: http://www.sparkweb.net/
CSS Modification: Dustin La Mont (Luma3.com)
*/

/* Reset Stuff */
html, body, div, span,applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var,dd, dl, dt, li, ol, ul,fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
a img, :link img, :visited img {
	border: 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
ol, ul {
	list-style: none;
}


/* Basic Setup */

body {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #515151;
	margin: 0px;
	background: #FFFFFF url('img/topback.jpg') repeat-x;
}
p {
	margin-bottom: 1.2em;
}
h1 {
	color: #919191;
	font-size: 32px;
	font-family: "Times New Roman";
	top: 84px;
	left: 214px;
	position: absolute;
	font-weight: normal;
}

h2 {
	color: #0A5990;
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 4px;
	text-transform: uppercase;
	background: url('img/h4bottom.gif') repeat-x left bottom;
}


h4 {
	color: #0A5990;
	font-size: 16px;
	font-family: Verdana, Arial;
	font-weight: bold;
	margin-bottom: 12px;
}

a {
	color: #1D6AAE;
	text-decoration: none;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
}
a:hover {
	color: #1D6AAE;
	text-decoration: underline;
}
.noMargin {
	margin: 0px;
}
.pad5 {
	padding: 5px;
}
strong, b {
	font-weight: bold;
}
.noviz {
	width: 5px;
	visibility: hidden;
	display: inline;
}
.clr {
	clear: both;
}



/* Design and Menu */

#wrapper {
	width: 990px;
	margin: 0 auto;
}

#topbar {
	height: 31px;
	text-align: right;
	pading-right: 10px;
	padding-top: 3px;
}

#topbar #phone {
	font-weight: bold;
	font-size: 14px;
	padding-right: 12px;
}

#topbar #searchform {
	display: inline;
}

#topbar #searchform input {
	color: #515151;
}


#logo {
	width: 217px;
	height: 86px;
	background: url('img/sawtoothlogo.jpg') no-repeat;
	display: inline;
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
}

#logo a {
	height: 100%;
	font-size: 1px;
	color: #FFFFFF;
	display: block;
}

#nav {
	display: inline;
	float: right;
	height: 53px;
	margin-top: 35px;
	margin-bottom: 10px;
	margin-right: 13px;
	background: none;
/* ------- mod from:  url('img/navbarback.gif') repeat-x;  ------- */
}

#nav li {
	float: left;
	margin-top: 28px;
	margin-bottom: 5px;
/* ------------ mod from:  margin-top: 5px;  ------ */
}

#nav li a {
	display: block;
	float: left;
	padding: 11px 25px;
	background: none;
	border-left: solid 0px #FFFFFF;
	border-right: solid 0px #B0B0B0;
	color: #A8A8A8;
	font-size: 15px;
	font-weight: bold;
/* ------- mod from:  url('img/menu_off.gif') repeat-x;  ------- */
}

#nav li a:hover, #nav li.current_page_item a, #nav li.current_page_ancestor a {
	color: #636363;
	text-decoration: none;
	background: none;
/* ------- mod from:  url('img/menu_on.gif') repeat-x;  ------ */
}

#nav .first_item {
	border-left: solid 0px #B0B0B0;
/* ------ mod from:  solid 1px #B0B0B0; ------- */
}


#midwrapper {
	background: url('img/contentback.gif') repeat-x left bottom;
	width: 100%;
}

#midwrapper #left {
	float: left;
	width: 20px;
	height: 530px;
	background: url('img/sideleft.gif') no-repeat left bottom;
}

#midwrapper #right {
	float: right;
	width: 20px;
	height: 530px;
	background: url('img/sideright.gif') no-repeat left bottom;
}


#fpbanner {
	width: 930px;
	height: 300px;
	margin: 0 auto;
	border: 5px solid #FFFFFF;
}

#fpbanner1, #fpbanner2, #fpbanner3, #fpbanner4 {
	position: absolute;
	width: 930px;
	height: 300px;
}

#fpbanner1 {
	background: url('img/front1.jpg') no-repeat;
}
#fpbanner2 {
	background: url('img/front2.jpg') no-repeat;
	display: none;
}
#fpbanner3 {
	background: url('img/front3.jpg') no-repeat;
	display: none;
}
#fpbanner4 {
	background: url('img/front4.jpg') no-repeat;
	display: none;
}

.fptitle {
	color: #FFFFFF;
	font-size: 23px;
	margin-top: 32px;
	margin-right: 14px;
	text-align: right;
	text-transform: uppercase;
}

.fptitletext {
	color: #FFFFFF;
	font-size: 16px;
	margin-top: 30px;
	margin-left: 614px;
	margin-right: 25px;
	text-align: left;
	line-height: 1.35em;
}

#fpboxes {
	width: 937px;
	margin: 0 auto;
	background: url('img/mid_back.png') no-repeat center top;
}


#sawtoothsolutions {
	width: 250px;
}
#sawtoothsolutions .boxleft {
	width: 206px;
}
.solution {
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	margin-top: 10px;
}


#testimonials {
	width: 400px;
}
#testimonials .boxleft {
	width: 356px;
}

#fpboxes .fpbox {
	height: 198px;
	float: left;
	margin-top: 14px;
	margin-right: 15px;
	overflow: hidden;
}
#fpboxes .fpbox .boxleft {
	background: url('img/reflect-left.png') no-repeat;
	padding: 20px 0px 20px 20px;
	height: 198px;
	float: left;
	display: inline;
}
#fpboxes .fpbox .boxright {
	height: 198px;
	width: 24px;
	background: url('img/reflect-right.png') no-repeat;
	float: right;
	display: inline;
}
#fpboxes .fpbox h3 {
	color: #006699;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	background: url('img/boxfade.png') no-repeat 0px 22px;
	margin-left: -18px;
	padding-left: 18px;
	padding-bottom: 20px;
}

#solution2, #solution3, #solution4 {
	display: none;
}

#quotescollection_nextquote-0 {
	display: none;
}

#fprightbox {
	margin-top: 20px;
	margin-right: 10px;
	float: right;
	display: inline;
	width: 207px;
	padding-right: 30px;
}
#twitter {
	width: 207px;
	height: 109px;
	background: url('img/twitterback.png') no-repeat;
	padding: 15px 15px 30px 15px;
	text-align: center;
}
#twitter {
	display: block;
	font-weight: bold;
	color: #000000;
	font-size: 15px;
	overflow: hidden;
}
#twitter a:hover, #twitterfollow a:hover{
	text-decoration: none;
}
#twitterfollow {
	width: 250px;
	height: 60px;
	margin-top: -20px;
}
#twitterfollow a {
	background: url('img/twitterbird.png') no-repeat;
	padding: 8px 0 14px 91px;
	display: block;
	width: 150px;
	font-size: 16px;
	font-weight: bold;
	font-align: center;
}

#content {
	background: #d3d3d3 url('img/mainback.jpg') repeat-x;
	overflow: auto;
}
#contenttable {
	width: 100%;
}
#contenttable td {
	vertical-align: top;
}

#contenttable #sideleft {
	width: 20px;
	background: url('img/sideleftsmall.jpg') repeat-y;
}
#contenttable #sideright {
	width: 20px;
	background: url('img/siderightsmall.jpg') repeat-y;
}

#pagecontentbottom {
	height: 11px;
	background: #d3d3d3 url('img/mainbackbottom.jpg') repeat-x;
}
#pagecontentbottomleft {
	height: 11px;
	width: 20px;
	float: left;
	background: url('img/leftbottom.jpg') no-repeat;
}
#pagecontentbottomright {
	height: 11px;
	width: 20px;
	float: right;
	background: url('img/rightbottom.jpg') no-repeat;
}
#pagecontent {
	float: right;
	width: 680px;
	margin-right: 10px;
	min-height: 557px;
}

.entry p {
	line-height: 1.65em;
}

#topimage {
	margin-bottom: 12px;
	width: 680px;
	height: 132px;
	padding: 5px;
	background: #E1E1E1 url('img/topimageback.jpg') repeat-x;
}

.prodImage {
	float: left;
	width: 146px;
	margin: 10px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
.prodImage img {
	padding: 3px;
	background: #C4C4C4 url('img/image-back.jpg') repeat-x;
}

.prodImage a:hover {
	text-decoration: none;
}

.productPopup {
	position: fixed;
	background: #FFFFFF;
	border: gray solid 3px;
	width: 500px;
	top: 200px;
	left: 50%;
	margin-left: -240px;
	display: none;
	padding: 10px;
	z-index: 51;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


div#tipDiv {
    padding: 3px;
    color: #000000;
    font-size: 14px;
    background-color: #FFFFFF;
    border: 1px solid gray; 
    width: 306px;
    text-align: center;
}




#sidebar {
	float: left;
	width: 254px;
	padding-left: 5px;
}

.sideboxtop {
	width: 234px;
	height: 22px;
	background: url('img/sideboxtop.png') no-repeat;
}

.sideboxmiddle {
	width: 234px;
	background: url('img/sideboxmiddle.png') repeat-y;
	padding: 0 10px;
}
.sideboxmiddle h4 {
	color: #006699;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	background: url('img/boxfade.png') no-repeat 0px 22px;
	margin-top: 0px;
	margin-left: -9px;
	margin-bottom: 3px;
	padding-left: 10px;
	padding-bottom: 20px;
}

.sideboxbottom {
	width: 234px;
	height: 22px;
	background: url('img/sideboxbottom.png') no-repeat;
}

.sideboxreflection {
	width: 234px;
	height: 25px;
	background: url('img/sideboxreflection.png') no-repeat;
}

.sidebarlist {
	list-style: disc;
	margin-left: 3px;
	list-style-position: inside;

}

label {
	float: left;
	width: 150px;
	font-weight: bold;
}

form br {
	clear: both;
}

.widgettitle {
	display: none;
}

ul.prodthumbs li {
	display: inline;
}
ul.prodthumbs li a {
	margin: 7px;
}




#footer {
	height: 75px;
}
#footer #ftlogos {
	height: 39px;
	width: 605px;
	margin-top: 15px;
	margin-left: 15px;
	background: url('img/logos.gif') no-repeat;
	float: left;
}

#footer #fttext {
	margin-top: 20px;
	margin-right: 20px;
	float: right;
	text-align: right;
	font-size: 11px;
}