/* CSS Document */

.left 	{ float:left; }
.right 	{ float:right; }
.clear	{ clear:both; }

html	{ font-family:Arial, Helvetica, sans-serif; font-size:0.75em; line-height:1.5em; color:#666;}
input, select { vertical-align:middle; font-weight:normal;}

strong  { color:#444; font-style:bold; }
em{ display:block; font-size:1.083em;}

/* ============================= main layout ====================== */
.imgindent {margin:0 21px 0 0; float:left;}
.phone{ float:right; padding-right:195px;}
.space1{ margin-left:28px;}
.margin1{ margin-top:10px !important;}
.padding1{ padding-top:36px;}
.padding2{ padding-top:18px;}
.padding3{ padding-top:25px;}

/* ============================= header ====================== */
#header .top{ width:100%; overflow:hidden; font-style:italic; line-height:1em; color:#7c7c7c; padding-top:13px;}
#header .top span{ display:block; color:#e66031;}
#header .top .small-menu{ float:right; font-style:normal; padding-top:6px;}
#header .top .small-menu li{ float:left;}
#header .top .small-menu a{ color:#7b7b7b; text-decoration:none; display:inline-block; margin:0 1px 0 7px;}
#header .top .small-menu a:hover{ color:#ea5b15;}

#header .row{ width:100%; background:url("../images/content/header-row-tail.gif") top repeat-x; margin-top:12px;}
#header .menu{ float:right; padding-top:5px;}
#header .menu li{ float:left;}
#header .menu a{ width:101px; display:inline-block; text-align:center; color:#1a1a1a; text-decoration:none; font-weight:bold; background:url("../images/content/menu-item-bg.gif") no-repeat 0 0; padding:20px 0 22px 0; cursor:pointer;}
#header .menu a:hover, #header .menu .active{ background:url("../images/content/menu-item-bg-act.gif") no-repeat 0 0; color:#fff;}
#header .menu .last a{ background:url("../images/content/menu-item-bg-last.gif") no-repeat 0 0; width:104px;}
#header .menu .last a:hover, #header .menu .last .active{ background:url("../images/content/menu-item-bg-last-act.gif") no-repeat 0 0;}

#header .banners{ padding:14px 0 0 1px; position:relative;}
#header .banners a{ display:inline-block; margin-right:13px;}
#header .banners .last{ margin:0;}
#header .banners .up{ position:absolute; margin:101px 0 0 0;}
#header .banners .down{ position:absolute; margin:124px 0 0 0;}
#header .banners .up2{ position:absolute; margin:101px 0 0 955px;}
#header .banners .down2{ position:absolute; margin:124px 0 0 955px;}

/* ============================= content ====================== */
#content{ padding-bottom:41px;}
.column-2{ margin-left:40px;}

.content{ background:url("../images/content/content-border.gif") top repeat-x #fff;}
.content .left-border{ background:url("../images/content/content-border.gif") left repeat-y;}
.content .right-border{ background:url("../images/content/content-border.gif") right repeat-y;}
.content .bot-border{ background:url("../images/content/content-border.gif") bottom repeat-x;}
.content .left-top{ background:url("../images/content/content-corner-left-top.gif") left top no-repeat;}
.content .right-top{ background:url("../images/content/content-corner-right-top.gif") right top no-repeat;}
.content .left-bot{ background:url("../images/content/content-corner-left-bot.gif") left bottom no-repeat;}
.content .right-bot{ background:url("../images/content/content-corner-right-bot.gif") right bottom no-repeat;}
.content .indent{ padding:48px 30px 41px 30px; }
.content .indent-2col{ padding:20px;}

.title1{ padding-bottom:11px;}
.unline{ background:url("../images/content/unline.gif") bottom repeat-x; padding-bottom:29px; margin-bottom:26px;}

.link{ background:url("../images/content/link-bg.gif") no-repeat 1px 9px; font-style:italic; padding-left:10px; display:inline-block;}
.link1{ background:url("../images/content/link1-bg.gif") no-repeat 0 0; display:inline-block; width:62px; font-size:1.333em; font-style:italic; color:#ffffff; text-decoration:none; font-weight:bold; padding:7px 0 7px 10px; margin-top:24px;}
.link1:hover{ background:url("../images/content/link1-bg-act.gif") no-repeat 0 0;}
.link2{ color:#959595; padding-top:4px;}
.link2 a{ color:#959595; font-style:italic; font-size:1.083em;}

.list{ margin:-3px 0;}
.list li{ line-height:2.083em; color:#e65e2f;}
.clients a{ display:inline-block; margin-right:20px;}
.clients{ margin-right:-5px;}
.clients .last{ margin:0;}
.text1{ color:#ea5b15; display:block;}

.bottom{ width:100%; overflow:hidden; padding:33px 0; }
.bottom .column-2, .bottom .column-3, .bottom .column-4{ margin-left:30px;}
.bottom li{ line-height:2.333em;}
.bottom a{ color:#7b7b7b; text-decoration:none;}
.bottom a:hover{ color:#000;}
.extra-padding{ padding-left:31px;}


/* ============================= forms ============================= */
#ContactForm{ padding-top:29px;}
#ContactForm label{ display:block; height:25px;}
#ContactForm input{ border:solid 1px #bebebe; background:none; font-family:Arial, Helvetica, sans-serif; font-size:1em; color:#959595; padding:2px 2px 1px 3px; width:240px;}
#ContactForm textarea{  border:solid 1px #bebebe; background:none; font-family:Arial, Helvetica, sans-serif; font-size:1em; color:#959595; padding:2px 2px 1px 3px; width:240px; height:334px; overflow:auto;}
#ContactForm .link1{ float:right; margin:25px 5px 0 0;}
