/*================================================== LAYOUT STYLES */
/*
    CSS Document for Precise Media
    Build: Oliver Long on behalf of SAS - 24/11/2008
*/

html, body
{
    margin: 0;
    padding: 0;
    border: 0;
    height: 100%;
}

body
{
    background-repeat: repeat-x;
    background-position: left top;
}

/*--------------------------------------------------=> HEADERS */
/* H1 */
#content h1
{
    padding-bottom: 20px;
}

/* H2 */
h2
{
    padding-bottom: 0px;
}

#content_home .module_feature_property h2
{
    padding-top: 21px;
}

/* H3 */
.news_service h3
{
    padding-bottom: 5px;
}

/*--------------------------------------------------=> CONTENT ELEMENTS */
/*-------------> Global */
.content_holder
{
    padding: 20px;
}

.content_modules_holder
{
    padding: 10px;
    padding-bottom: 40px;
}

/*-------------> Paragraph */
p
{
    padding-bottom: 10px;
    margin: 0;
}

p.intro
{
    margin-top: 10px;
}

.bar_header p
{
    float: right;
    background-repeat: no-repeat;
    background-position: 100% 3px;
    padding-right: 20px;
    margin-top: 13px;
}

.hp1 p
{
    margin-top: 13px;
}

.hp3 p
{width:272px!important;}

#column_modules_right p
{padding-bottom:3px;}

#featured_module p
{
    color: #ded7bf;
}

#footer p
{
    padding: 0;
}

/*-------------> Links */


a.block
{
    padding: 2px 21px 2px 5px;
    background-repeat: no-repeat;
    background-position: right 6px;
}

p a.block
{
    padding: 0px 2px 0px 2px;
}

/* bulleted link */
a.bulleted_link
{
    background-repeat: no-repeat;
    background-position: left 6px;
    padding-left: 15px;
}

/*-------------> Images */

img.logo
{
    float: left;
    margin: 40px 0 0 10px;
}

.module img
{
    padding-bottom: 5px;
}

#column_modules_right img
{
    padding-bottom: 8px!important;
}

/*-------------> Lists */
/* plain list */
ul.plain_list
{
    padding-left: 25px;
}

ul.plain_list li
{
    padding-bottom: 10px;
}

ul.plain_list li ul
{
    padding-top: 10px;
    padding-left: 12px;
}

/* link list */
ul.link_list li
{
    margin-bottom: 5px;
}

ul.link_list li a
{
    background-repeat: no-repeat;
    background-position: left 6px;
    padding-left: 15px;
}

/* link list inline */
ul.link_list_inline li
{
    display: inline;
    padding-right: 32px;
}

.module ul.link_list_inline li
{
    padding-right: 9px;
}

ul.link_list_inline li a
{
    background-repeat: no-repeat;
    background-position: left 6px;
    padding-left: 15px;
}

/* bullet list */
ul.bullet_list
{
    list-style-type: square;
    padding-left: 25px;
}

ul.bullet_list li
{
    padding-bottom: 10px;
}

ul.bullet_list li ul
{
    padding-top: 10px;
    padding-left: 12px;
}

/*-------------> Modules */


.module
{
    margin-bottom: 10px;
}

.inpage_module .content_holder, .module .content_holder
{
    padding: 10px;
}

#featured_module
{
    margin-bottom: 0;
}

/* homepage module layout control */
.module_hp
{
    float: left;
    width: 280px;
    height: 190px; /*debug*/
    padding: 15px 20px 10px 20px;
    margin: 10px 10px 0 0;
}

.module_hp.last
{
    margin-right: 0 !important;
}

.hp1, .hp2, .hp3
{
    position: relative;
    background-repeat: no-repeat;
}

.hp_content
{
    width: 280px;
    padding: 0 20px 4px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.module_hp div.bottomlinks
{
    border-top: 1px solid;
    position: absolute;
    bottom: 0px;
    left: 20px;
    padding: 10px 0;
    width: 274px;
}

.module_hp div.bottomlinks ul li
{
    float: left;
    padding: 0 5px 0 6px;
    background-repeat: no-repeat;
    background-position: left 2px;
}

.module_hp div.bottomlinks ul li.first
{
    padding-left: 0;
}

.module_hp div.bottomlinks ul li.rss
{
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: left top;
}



/*-------------> Misc */

#flashcontent
{
    margin: 20px 0;
}

#header_tools
{
    float: right;
    padding: 10px;
}



/*--------------------------------------------------=> FORMS */
.input_text
{
    border: none;
    padding: 4px 10px 5px 10px;
}

#form_search
{
    float: right;
}

#form_search .input_text
{
    width: 99px;
    float: left;
    margin-right: 2px;
    margin-top: 0;
}

.module_hp input.login
{
    margin-bottom: 9px;
    width: 274px;
}

input.remember
{
    float: left;
}

label.remember
{
    float: left;
    padding-bottom: 20px;
    padding-top: 2px;
}

input.signin
{
    float: right;
}

/* Buttons */
.button_search
{
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: left -22px;
    padding: 0px 0 0 0;
    margin: 0;
    border: none;
}

.button_search:hover
{
    background-position: left 0;
}


/*--------------------------------------------------=> CONTENT LAYOUT */
/*-------------> Columns */
/* unique */
#column_header_left
{
    float: left;
    width: 163px;
    padding: 20px 0 0 0px;
}

#column_header_right
{
    float: right;
    width: 747px;
}

/* utilities */
.column_half_left
{
    float: left;
    width: 49.1%;
}

.column_half_right
{
    float: right;
    width: 49.1%;
}

.column_third
{
    float: left;
    width: 32.1%;
}

.column_fourth
{
    float: left;
    width: 25%;
}

.column_last
{
    margin-right: 0;
}

/*--------------------------------------------------=> MASTER LAYOUT */
#page_wrapper
{
    width: 980px;
    margin: 0 auto 40px auto;
    background-repeat: no-repeat;
    background-position: left top;
}

#main_wrapper
{
    padding: 0 20px 20px 20px;
	min-height: 568px;
}

#main_wrapper_home
{
    padding: 0 20px 20px 20px;
}

#header
{
    width: 940px;
    margin: auto;
}

#header_nav_main
{
    width: 100%;
    height: 28px;
    margin-top: 16px;
	padding-bottom: 2px;	
	overflow:hidden;
}

#header_nav_sub
{
    width: 100%;
    height: 24px;
    margin-top:0px;
}

#header_nav_main div.tel
{
    padding-top: 6px;
    float: right;
    padding-right: 3px;
}

#header_nav_main span.number
{
    float: right;
}

#header_nav_main div.contact
{
    float: right;
    padding: 2px 8px 0 0;
}

#header .content_holder
{
    padding: 22px 10px 0 20px;
}

#content, #content_home
{
    float: left;
    width: 747px;
    padding: 115px 0 0 10px;
}

#content_home
{
    padding-top: 170px;
}

#content_featured_module
{
    background-repeat: repeat-y;
    background-position: left top;
    width: 100%;
}

#content_featured_module_bottom
{
    background-repeat: no-repeat;
    background-position: left top;
    width: 100%;
    height: 10px;
}

#content_main
{
    float: left;
    width: 574px;
}

#content_main_holder
{
    background-repeat: repeat;
    background-position: left top;
    margin-bottom: 10px;
    display: inline-block;
}

#intro_copy
{
    float: left;
    width: 465px;
}

#intro_copy .content_holder
{
    padding-bottom: 0;
}

#featured_module_large_container
{
    float: right;
    width: 272px;
}

#content_modules
{
    float: right;
    width: 163px;
}

#footer_wrapper
{
    width: 100%;
    height: 30px;
    margin-top: 10px;
}

#footer
{
    padding: 7px 0 0 20px;
}

#newspopup
{
    padding: 0px 0px 0px 0px;
    height: 100%;
}

/*--------------------------------------------------=> NAVIGATION */
/* Breadcrumb */


#breadcrumb
{
    float: left;
    padding: 18px 0px 20px 10px;
    width: 100%;
}

#breadcrumb li
{
    float: left;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: right 5px;
    padding-right: 14px;
}

#breadcrumb li.first, #breadcrumb li.last
{
    padding-right: 0;
}

#breadcrumb li.last
{
    margin-right: 0;
}

#breadcrumb a
{
    display: block;
}

/* Main navigation */
.nav_main
{
    float: left;
}

.nav_main li
{
    padding: 0;
    float: left;
}

.nav_main a
{
    display: block;
    background-repeat: no-repeat;
    background-position: left 7px;
    padding: 7px 15px;
}

.nav_main li.first a
{
    padding-left: 15px;
}

/* Sub navigation */
.nav_sub
{
    float: left;
}

.nav_sub li
{
    padding: 0;
    float: left;
}

.nav_sub li a
{
    display: block;
    background-repeat: no-repeat;
    background-position: left 7px;
    padding: 5px 25px 3px 25px;
}

.nav_sub li.first a
{
    padding-left: 0px !important;
}


/* Header support navigation */
#header_support
{
    float: right;
    padding-top: 26px;
    padding-right: 9px;
}

#header_support ul.nav_support li
{
    float: left;
    padding-right: 5px;
    padding-left: 5px;
    background-repeat: no-repeat;
    background-position: right 3px;
}

#header_support ul.nav_support li.last
{
    padding-right: 0;
}

#header_support ul.nav_support li a
{
    padding-left: 0px;
}

/* Footer support navigation */
#footer li
{
    float: left;
    padding-right: 21px;
}

#footer li.first a
{
    padding-left: 0;
}


#nav_footer_left ul
{
    width: 500px;
    float: left;
}

#nav_footer_left ul li
{
    padding-right: 8px;
    padding-left: 8px;
    background-repeat: no-repeat;
    background-position: right 2px;
}

#nav_footer_left ul li.first
{
    padding-left: 0;
}

#nav_footer_right
{
    float: right;
}

/* Sitemap */

#sitemap
{
    padding-left: 5px;
    padding-bottom: 30px;
}

#sitemap ul
{
    padding-top: 0px;
}

#sitemap ul li
{
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding-left: 11px;
    margin-top: 15px;
    width: 100%;
}

#sitemap ul li ul
{
    padding-left: 20px;
    padding-top: 3px;
}

#sitemap ul li ul li
{
    padding-top: 4px;
    padding-left: 0px;
    margin-top: 0px;
}


/*--------------------------------------------------=> UTILITY CLASSES */
.floatLeft
{
    float: left;
}

.floatRight
{
    float: right;
}

.halfwidth
{
    float: left;
    width: 50%;
}

.halfwidth_right
{
    float: right;
    width: 50%;
}

.thirdwidth
{
    float: left;
    width: 33%;
    padding: 3px 0 10px 0;
}

.nodisplay
{
    display: none;
}

.clearmargin
{
    margin: 0;
    padding: 0;
}

.clearer
{
    clear: both;
    height: 0;
    padding: 0;
    margin: 0;
}

.spacer
{
    clear: both;
    height: 25px;
    padding: 0;
    margin: 0;
}











/*templating*//*debug*/



#news
{
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px solid;
}


#header_nav_main span.number
{
    width: 110px;
}

#column_modules_left, #column_main, #column_modules_right, #column_spacer_left
{
    float: left;
}

#column_main
{
    width: 500px;
    margin-top: -11px;
}

#column_modules_left, #column_spacer_left
{
    width: 170px;
    margin-right: 40px;
}

#column_spacer_left
{
    width: 170px;
}

#column_modules_right
{
    width: 200px;
    margin-left: 30px;
}

#column_modules_right
{
    padding-top: 5px;
    background-repeat: repeat-x;
    background-position: left top;
}

#column_modules_right .module_wrapper img
{
    padding-bottom: 15px;
}

#column_modules_left .module_wrapper img
{
    padding-bottom: 5px;
}

#column_modules_left .module_wrapper p
{
    margin-top:-3px!important;
}

.hr_dotted
{
    width: 100%;
    height: 10px;
    background-repeat: repeat-x;
    background-position: left top;
}

.hr_lhm_top
{
    height: 2px;
}

.hr_rhm_btm
{
    margin-top: 10px;
}

ul.clientlist
{
    padding: 0px 0 8px 0!important;
    margin-top:-3px;
}

ul.clientlist li
{
    padding: 4px 0 4px 15px;
    background-position: 0px 8px;
    background-repeat: no-repeat;
}


.introwithlogo
{
    padding-bottom: 20px;
}

.introwithlogo p img
{
    float: left;
    padding-right: 25px;
    padding-bottom: 20px;
}


.teamlist p
{
    padding-left: 80px;
}

.teamlist img
{
    float: left;
    padding-top: 15px;
}


.client_pm_wrapper
{
    padding-top: 15px;
}

.client_pm
{
    float: left;
    padding-right: 5px;
    width: 140px;
    padding-bottom:1px;
}

.client_pm.last
{
    padding-right: 0px !important;
}
/*
.client_pm img
{
    border-right: 1px dotted;
    border-bottom: 1px dotted;
}
*/
.client_pm p
{
    padding: 7px 0 27px 0;
}

#news_service
{
    background-repeat: repeat-x;
    background-position: left top;
    margin-top:10px;
    margin-bottom:10px;
    padding:0px 0 10px 0;
}

#news_service .item
{
    background-repeat: repeat-x;
    background-position: left bottom;
    padding:7px 0 6px 0;
}




button.login
{
    width:53px;
    height:18px;
    background-image:url(/images/form_login.gif);
    border:0;
    float:right;
	margin-right:6px;
}

button.login:hover
{
    background-image:url(/images/form_login_grey.gif);
}

.client_bdr_top
{
   padding-top:1px;
   background-position:top left;
   background-repeat:repeat-x;
}

.client_bdr_btm
{
   padding-bottom:1px;
   background-position:bottom left;
   background-repeat:repeat-x;
}

.client_bdr_rht
{
   width:141px;
   background-position:bottom right;
   background-repeat:repeat-y;
}











/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
