

/* Template structure */
.tpl-10 {
    background: white;
    padding: 40px 0;
}

#template .tpl-10 .container {
    max-width: 920px;
}

.pagetpl {
    background: white;
    border: 1px solid #CECECE;
}


#tmpl_logo img {
    max-width: 270px;
}


/* Template Head */
.pagehead .leftside {
    color: white;
    margin-bottom: 10px;
    text-align: center;
    background: url(../images/topbg.jpg) top left no-repeat;
    text-align: right;
    padding-top: 15px;
}

.pagehead .rightside {
    padding: 0px 0 0 0;
    margin-bottom: 10px;
    text-align: center;
}

.pagehead2 {
    background: url(../images/header_neu1.jpg) top center repeat-x;
    margin-bottom: 20px;
    margin-top: 10px;
}

/* Template Body */
.pagebody .leftside {
    color: white;
}

.pagebody .rightside {
    background: white;
    color: #5F7A77;
}

.pagebody .rightside .contentarea {
    padding: 20px;
    overflow: hidden;
}

.pagebody .rightside h2 {
    color: #5F7A77;
}



/* Template Menu */
#tmpl_mainmenu {
    overflow: hidden;
    margin: 0px 0 0 20px;
    background: url(../images/header_neu2.jpg) top left repeat-x;
    padding: 40px 20px 30px 20px;
    width: 80%;
    -webkit-box-shadow: -7px 0px 7px 0px #BAE3DD, 7px 0px 7px 0px #BAE3DD;
    -moz-box-shadow: -7px 0px 7px 0px #BAE3DD, 7px 0px 7px 0px #BAE3DD;
    box-shadow: -7px 0px 7px 0px #BAE3DD, 7px 0px 7px 0px #BAE3DD;
}

#tmpl_mainmenu li {
    margin: 0px;
    float: none;
    list-style: none;
}

#tmpl_mainmenu li a {
    font-size: 13px;
    padding: 5px 0px 5px 24px;
    background: url(../images/bullet-normal.gif) no-repeat center left !important;
    border: 0px;
    border-bottom: 1px dashed #AECCCA;
    color: #305E5C !important;
}

#tmpl_mainmenu li.current a, #tmpl_mainmenu li a:hover {
    background: url(../images/bullet-hover.gif) no-repeat center left !important;
    border-bottom: 1px dashed #AECCCA;
    box-shadow: 0;
    border-radius: 0;
    color: #305E5C !important;
}

#tmpl_mainmenu a:hover {
    text-decoration: underline;
    color: black !important;
}


/* Template Sidebar */
.leftside h2 {
    color: #5f7a77;
    font-size: 15px;
}

.leftside h3 {
    clear: both;
    color: #110404;
    display: block;
    float: none;
    font-family: "Times New Roman",Times,serif;
    font-size: 160%;
    font-weight: normal;
    margin: 10px 0 !important;
    padding: 0;
    position: relative;
    display: inline;
}

.leftside  #tmpl_services li {
    margin-left: 5px;
    color: black;
    border: 0px;
}

.leftside  #tmpl_services li a {
    background: url(../images/bullet2-normal.gif) no-repeat scroll 0 5px;
    padding-left: 15px;
}

.leftside  #tmpl_services li a:hover {
    background: url(../images/bullet2-hover.gif) no-repeat scroll 0 5px;
}

.rightside h2 {
    color: #24215b;
    font-size: 16px;
    letter-spacing: 2px;
}


/* Misc */

.tpl-10 a {
    color: #5F7A77;
    font-family: tahoma,arial;
    font-size: 9pt;
    text-decoration: none;
}

.tpl-10 a:hover {
    text-decoration: underline;
}

.header_03 {
    border-bottom: 2px solid #FCA12C;
    clear: both;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.social-buttons div {
    margin-bottom: 10px;
}

.clear {
    clear: both;
}



#tmpl_services, #tmpl_fbcode, #tmpl_gallery2, #tmpl_video, #tmpl_files {
    padding: 0 20px 20px 20px;
}



/* Breadcrumbs */
#tmpl_breadcrumbs a {
    color: #24215B !important;
    font-size: 11px;
}
#tmpl_breadcrumbs ul li {
    background: rgba(0, 0, 0, 0) url(../images/brcr.gif) no-repeat scroll left center;
    color: #24215B;
    float: left;
    margin: 0 0 0 6px;
    padding: 0 0 0 12px;
    font-size: 11px;
}

#tmpl_breadcrumbs ul li.first {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin: 0;
    padding: 0;
    font-weight: bold;
    text-transform: uppercase;
}


/* tbl_company_info */
#tbl_company_info {
    color: #5F7A77 !important;
    margin-top: 36px;
}

#tbl_company_info td span.company_item {
    padding:0px;
    color: #5F7A77 !important;
}

#tbl_company_info h2 {
    color: #5F7A77;
    font-size: 13px;
    letter-spacing: 0;
    padding:0px;
    margin: 0px;
}

#tbl_company_info a{
    color:#D17000;
}

/* tmpl_services */
#tmpl_services ul {
    margin-bottom: 0px;
    padding-bottom: 0px !important;
}

/* tmpl_gallery */
#tmpl_gallery img {
    border: 4px solid #EBEBEB;
	margin-bottom: 10px;
}

/* tmpl_files */
a[href$=".pdf"] {
    background: transparent url(../images/PDFIcon.gif) no-repeat scroll left center;
    display: inline-block;
    line-height: 18px;
    padding-left: 20px;
}


/* tmpl_radio */
#tmpl_radio {
    border-top: 1px solid #c2c2c2;
    display: block;
    float: left;
    height: auto;
    left: 0;
    margin: 30px 0 0 0;
    padding: 20px 0 0 0;
    position: relative;
    text-align: left;
    width: 100%;
}



/* tmpl_products */
#tmpl_products {
    border: 0 solid red;
    display: block;
    float: left !important;
    height: auto;
    padding: 0;
    position: relative;
    text-align: left;
    width: 100%;
}
.products_holder {
    border-left: 4px solid #ccc;
    color: #414141;
    display: block;
    float: left !important;
    font: 11px Tahoma,Geneva,sans-serif;
    margin: 20px 0 0 0px !important;
    padding: 3px 10px 5px 10px !important;
    position: relative;
    text-align: left;
    width: 100%;
}
.products_name {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px !important;
}



/* tmpl_offices */
#tmpl_offices {
    border: 0 solid red;
    display: block;
    float: left !important;
    height: auto;
    margin: 10px 0 20px !important;
    padding: 0;
    position: relative;
    text-align: left;
    width: 100%;
}
.offices_holder {
    border-left: 4px solid #ccc;
    color: #414141;
    display: block;
    float: left !important;
    font: 11px Tahoma,Geneva,sans-serif;
    margin: 20px 0 0 10px !important;
    padding: 3px 10px 5px 10px !important;
    position: relative;
    text-align: left;
    width: auto;
    border-top: 0px;
}
.offices_image {
    border: 0 solid red !important;
    clear: both !important;
    display: table;
    float: none !important;
    height: auto;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    width: 100% !important;
}
.offices_description {
    border: 0 solid #cccccc;
    clear: both !important;
    display: block;
    float: none !important;
    margin: 0;
    padding: 0;
    position: relative;
}



/* tmpl_forms */
#template input, #template textarea {
    border-color: #C8CDD2 !important;
}

#template input.submit {
    background: #faa61a none repeat scroll 0 0;
    border: 1px solid #a1a1a1;
    color: #666;
    cursor: pointer;
    font-size: 10px;
    height: 28px;
    margin: 10px 0 0;
    text-align: center;
    text-transform: uppercase;
    width: 100px;
}


/* tmpl_partners */
.partners_holder {
    border-right: 4px solid #ccc;
    color: #414141;
    display: block;
    float: right !important;
    font: 11px Tahoma,Geneva,sans-serif;
    margin: 20px 0 0 10px !important;
    padding: 3px 10px 5px 100px !important;
    position: relative;
    text-align: right;
    width: auto;
}
.partners_image {
    border: 0 solid red !important;
    clear: both !important;
    display: table;
    float: none !important;
    height: auto;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    width: 100% !important;
}
.partners_name {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px !important;
}
.partners_description {
    border: 0 solid #cccccc;
    clear: both !important;
    display: block;
    float: none !important;
    margin: 0;
    padding: 0;
    position: relative;
}

/* tmpl_special */
#tmpl_special {
    border: 0 solid red;
    display: block;
    float: left !important;
    height: auto !important;
    margin: 10px 0 20px !important;
    padding: 0;
    position: relative;
    text-align: left;
    width: 100% !important;
}
.special_holder {
    border-left: 4px solid #ccc;
    color: #414141;
    display: block;
    float: left !important;
    font: 11px Tahoma,Geneva,sans-serif;
    margin: 20px 0 0 10px !important;
    padding: 3px 50px 5px 10px !important;
    position: relative;
    text-align: left;
    width: auto !important;
}
.special_name {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px !important;
}
.special_image {
    border: 0 solid red !important;
    clear: both !important;
    display: table;
    float: none !important;
    height: auto;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    width: 100% !important;
}
.special_description {
    border: 0 solid #cccccc;
    clear: both !important;
    display: block;
    float: none !important;
    margin: 0;
    padding: 0;
    position: relative;
}

/* tmpl_block_border */
#tmpl_block_border {
    background-color: #ffffff;
    border: 1px solid #e4e4e4;
    padding: 6px;
}

#tmpl_block_content {
    background: #ebeaca none repeat scroll 0 0;
    border: 0 solid #e4e4e4;
    color: #666666;
    margin: 0;
    padding: 10px;
}

#tmpl_block_border #tmpl_fbcode {
    background: 0px;
    border: 0px;
    padding-bottom: 0px;
}

#tmpl_phones_box {
    background: url(../images/icon1.jpg) no-repeat scroll right center;
    border: 0 solid lime;
    display: block;
    float: right;
    height: 65px;
    margin: 0;
    padding: 0;
    position: relative;
    right: 40px;
    text-align: left;
    top: 0;
    width: 210px;
}

@media (max-width: 770px) {
    #tbl_company_info {
        margin-left: 20px;
    }
}

/*** CONTENT IMAGES ***/
div.content_img_logo {
	display:block;
	position:relative;
	float:left;
	width: auto !important;
	height: auto !important;
	padding: 0px !important;
	margin: 3px 10px 10px 0px !important;
	border: 0px solid #e2e2e2;
}

div.content_img_left {
	display:block;
	position:relative;
	float:left;
	width: auto !important;
	height: auto !important;
	padding: 0px !important;
	margin: 10px 10px 10px 0px !important;
	border: 0px solid #e2e2e2;
}

div.content_img_right {
	display:block;
	position:relative;
	float:right;
	width: auto !important;
	height: auto !important;
	padding: 0px !important;
	margin: 10px 0px 10px 10px !important;
	border: 0px solid #e2e2e2;
}

p {
	margin: 0;
}