 * {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #3764ad;
    color: #122b43;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11pt;
    line-height: 1.3em;
}

h1 {
    color: #fff;
    background-image: url(../images/h1_bg.jpg);
    background-repeat: repeat-x;
    margin-left: -20px;
    width: 570px;
    height: 40px;
    font-size: 18px;
    padding: 10px 0 5px 0;
    text-indent: 20px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

h2, h3, h4, h5, h6 {
    padding: 0 0 .5em 0;
}

a {
    color: #122b43;
}

a:hover {
    color: #e23730;
}

p {
    padding: 0 0 1.3em 0;
}

ul {
    
    padding: 0 0 1.3em 1em;
    font-size: 10pt;
}

ul span {
    font-style: italic;
    color: #e23730;
} 


.category p {
    margin-left: 80px;
} .icon {
    float: left;
    margin: 0 20px 20px 0;
    width: 60px;
    height: 60px;
} .icon img {
    width: 60px;
    height: 60px;
} .product {
    margin-bottom: 20px;
} .product p, .product h3, .product h4 {
    margin-left: 160px;
} .prod_class {
    padding-bottom: 2.6em;
} .prod_img {
    float: left;
}

input, textarea, select {
    background: #e9f0f4;
    border: 1px solid;
}

input {
    float: left;
    margin-right: 10px;
}

label {
    width: 60px;
    display: block;
    text-align: left;
    float: left;
    padding: 0 1.3em .6em 0;
} 

#estimateForm label {
    width: 120px;
    text-align: right;
}

label.error, #estimateForm label.error {
    text-align: left;
    width: 180px;
    display: block;
    font-size: 10pt;
    float: right;
    color: red;
    padding-left: .5em;
    vertical-align: top;
}

form p {
    clear: both;
    padding-bottom: .6em;
}

table span {
    color: #e23730;
    font-size: 10pt;
}

table p {
    padding-bottom: .6em;
} .clearfix {
    clear: both;
}

/* reCaptcha */
#recaptcha_image {
	padding: 5px 0 5px 0;
	margin-bottom:5px;
	width:300px;
	border: solid 1px #666;
}

.captcha_button {
	float:right;
	width: 25px;
	height: 25px;
}


/* Left col buttons */ .button {
    width: 213px;
    height: 105px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 10pt;
    font-weight: bold;
    line-height: 1.25em;
} .button a {
    border: 0;
    display: block;
    height: 95px;
    width: 193px;
    background-position: top;
} .button a:hover {
    background-position: bottom;
}

/* Containers */ #container {
    background-image: url(../images/background.jpg);
    background-repeat: repeat-x;
} #container, #header, #main, #footer {
    margin-left: auto;
    margin-right: auto;
} #content {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/content_bg.jpg);
    background-repeat: no-repeat;
} #header, #main, #footer {
    width: 1000px;
} #header {
    background-image: url(../images/header.jpg);
    height: 190px;
		position:relative;
} #nav_social { 
		position: absolute;
		height:30px;
		width:137px;
		right: 21px;
		bottom:1px;
		overflow:hidden;
}	#nav_social a:hover {
	background-position:bottom;
} #facebook {
	display:block;width:30px;height:30px;float:left; margin: 0 2px 0 0;text-indent:-999em;background: url(../images/facebook.png) top center;
} #twitter {
	display:block;width:30px;height:30px;float:left; margin: 0 2px 0 0;text-indent:-999em;background: url(../images/twitter.png) top center;
} #main {
    background-image: url(../images/main_bg.jpg);
    background-repeat: repeat-y;
    overflow: hidden;
} #footer {
    background-image: url(../images/footer.jpg);
    height: 90px;
    padding-top: 10px;
    text-align: center;
    font-size: 10pt;
    line-height: 1.5em;
} #left_col {
    float: left;
    width: 212px;
    padding: 30px 0 0 18px;
} #mid_col {
    float: left;
    width: 530px;
	min-height: 350px;
    background: #fff;
    margin-top: 30px;
    padding: 0 20px 30px 20px;
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
} #mid_col_home {
    float: left;
    width: 530px;
    margin-top: 30px;
    padding: 0 20px 30px 20px;
}#right_col {
    float: right;
    padding: 30px 0 0 20px;
    width: 140px;
} #nav_container {
    background-image: url(../images/nav/nav_bg.jpg);
    position: absolute;
    margin-left: 20px;
    top: 160px;
    width: 320px;
    overflow: visible;
}

/* jquery dropdown menu */ #jsddm {
    padding: 0;
} #jsddm li {
    float: left;
    list-style: none;
    font: 12px Tahoma, Arial
} #jsddm li a {
    border: 0;
    display: block;
    text-decoration: none;
    color: #FFF;
    white-space: nowrap;
} #jsddm .navbutton {
    border: 0;
    display: block;
    height: 30px;
    width: 70px;
} #jsddm .navbutton:hover {
    background-position: bottom;
} #jsddm li ul {
    margin: 0;
    padding: 0 0 15px 0;
    position: absolute;
    visibility: hidden;
    background: #3764ad;
    -moz-border-radius-bottomleft: 12px;
    -moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
} #jsddm li ul li {
    float: none;
    display: inline
} #jsddm li ul li a {
    width: auto;
    padding: 5px 12px;
    background: #3764ad
} #jsddm li ul li a:hover {
    background: #2d4e83
}


/* Directory Page */

.dir-person {padding:0 0 1.3em 1em}
	.dir-person a {font-size:80%;line-height:110%}
	.dir-name {margin:0;font-weight:bold;}
	.dir-title {margin:0;color:#e23730;font-size:80%;line-height:110%}
