﻿/*********************** GLOBAL ***********************/

body
{
	margin: 0 auto;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 10px;
	background-color: #6C3482;
}

strong
{
	font-weight: bold;
	color: #000000;
}

em
{
	font-style: italic;
	font-weight: bold;
}

p
{
	line-height: 18px;
	margin: 0 0 14px 0;
	font-weight: normal;
}

h1
{
	font-size: 22px;
	color: #fff;
	line-height: 32px;
}

#content h1
{
    font-size: 24px;
    line-height: 36px;
    color: #6c3482;
    margin-bottom: 8px;    
}

h2
{
	font-size: 16px;
	color: #6c3482;
	line-height: 18px;
	margin-bottom: 8px;
	margin-top: 24px;
	position: relative;
}

body.medical h2, body.medical a, body.medical h5, body.medical #content h1
{
	color: #00a0ce;
}


body.research h2, body.research a, body.research h5, body.research #content h1
{
	color: #35AC47;
}

h3
{
    font-size: 16px;
    color: #fff;
    line-height: 18px;    
}

h4
{
    font-size: 14px;
    line-height: 23px;
    margin: 0 0 14px 0;
}

body.corporate a
{
    color: #6c3482;
    text-decoration: none;
}

body.medical a
{
    color: #00a0ce;
    text-decoration: none;
}

body.research a
{
    color: #35ac47;
    text-decoration: none;
}

body a:hover
{
	text-decoration: underline;
	font-weight: bold;
	color: #35ac47;
}

/*********************** HEADER ***********************/

#wrapper_header
{
    width: 100%;
    margin: 0 auto;
}

#wrapper_header #header
{
    width: 870px;
    margin: 0 auto;
    height: 204px;
    padding: 0px 40px;
    position: relative;
    z-index: 100;
}

body.corporate #wrapper_header, body.corporate #wrapper_header #header
{
	background-image: url(http://xstrahl.com/img/header_corporate.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

body.medical #wrapper_header, body.medical #wrapper_header #header
{
    background: url(../img/header_medical.gif) repeat-y top center;        
}

body.research #wrapper_header, body.research #wrapper_header #header
{
    background: url(../img/header_research.gif) repeat-y top center;        
}

#header img
{
    margin-top: 78px;
    float: left;
}

#header #headline
{
	float: right;
	width: 640px;
	height: 74px;
	margin-top: 55px;
}

/********************* PRIMARY NAV ********************/

#nav_primary
{
    height: 24px;
    width: 870px;
    margin: 0 auto;
    font-size: 10px;
    font-weight: bold;
}

#nav_primary span
{
    display: block;
    padding-top: 7px;
    width: 150px;
    float: left;
}

#nav_primary span a
{
    color: #000;
    text-decoration: none;
}

#nav_primary span a:hover
{
    border-bottom: 1px dotted #000;
}

#nav_primary ul
{
    list-style-type: none;
    float: right;
    width: 610px;
    font-size: 11px;
}

#nav_primary ul li
{
    display: inline;
}

#nav_primary ul li a
{
    display: block;
    padding: 5px 0px 7px 0px;
    float: left;
    margin-right: 5px;
    background: url(../img/primary_nav_tab.gif) no-repeat top left;
    color: #000;
    text-decoration: none;
    width: 85px;
    text-align: center;
    height: 13px;
}

#nav_primary ul li a.long
{
    width: 120px;
    background: url(../img/primary_nav_tab_long.gif) no-repeat top left;    
}

#nav_primary ul li a:hover, body.corporate #nav_primary ul li a.current
{
    background-position: 0px -26px;
    color: #fff;
}

#nav_primary ul li a#med:hover, #nav_primary ul li a#med.current
{
    background-position: 0px -52px;
    color: #fff;
}

#nav_primary ul li a#res:hover, #nav_primary ul li a#res.current
{
    background-position: 0px -78px;
    color: #fff;
}

select#quicklinks
{
    margin:4px 0 0 0;
    width: 140px;
}

/******************** SECONDARY NAV *******************/

#nav_secondary
{
    width: 866px;
    margin: 0 auto;
    height: 40px;
    padding: 0px 0px 0px 0px; 
    float: right;  
    margin: 18px 4px 6px 0;
}

#nav_secondary ul li
{
    list-style-type: none;
    display: inline;
    background: red;
}

#nav_secondary ul li a
{
    background: url(../img/secondary_nav_tab_tile.gif) no-repeat 0px 0px;
    line-height: 29px;
    padding: 0 0 0 4px;
    display: block;
    float: left; 
    text-decoration: none;
    color: #000;
    margin-right: 6px;   
    width: 130px; 
    text-align: center;
    font-size: 10px;
    font-weight: bold;
}

#nav_secondary ul li img
{
    float: right;
}

#nav_secondary ul li a.current
{
    color:#fff;
}

body.corporate #nav_secondary ul li a.current, body.corporate #nav_secondary ul li a#current
{
    background-position: 0px -29px;
    color: #fff;    
}

body.medical #nav_secondary ul li a.current, body.medical #nav_secondary ul li a#current
{
    background-position: 0px -58px;
    color: #fff;    
}

body.research #nav_secondary ul li a.current, body.research #nav_secondary ul li a#current
{
    background-position: 0px -87px;
    color: #fff;
}

/******************** TERITARY NAV ********************/

div.nav_tertiary
{
    -webkit-border-bottom-right-radius: 14px;
    -webkit-border-bottom-left-radius: 14px;
    -moz-border-radius-bottomright: 14px;
    -moz-border-radius-bottomleft: 14px;
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
    background-color: #fff;
    z-index: 100;    
    position: absolute;
    display: none;  
    /*-moz-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.5);*/ 
}

body.corporate div.nav_tertiary
{
    border: 1px solid #6c3482;
}

body.medical div.nav_tertiary
{
    border: 1px solid #00a0ce;
}

body.research div.nav_tertiary
{
    border: 1px solid #35ac47;
}

div#menu1
{
    top: 201px;
    left: 41px;
}

div#menu2
{
    top: 201px;
    left: 181px;
}

div#menu3
{
    top: 201px;
    left: 321px;
}

div#menu4
{
    top: 201px;
    left: 461px;
}

div#menu5
{
    top: 201px;
    left: 601px;
}

div#menu6
{
    top: 201px;
    left: 741px;
}
/******************* QUARTERARY NAV *******************/

div.nav_tertiary div.products
{
    width: 116px;
    float: left;
    padding: 10px 0 10px 0;
    margin-right: 30px;
    font-size: 11px;
}

div.nav_tertiary div.products ul li
{
    padding: 8px 4px 8px 14px;
    cursor: pointer;
    display: block;
    width: 116px;
}

div.nav_tertiary div.products ul li.current
{
    font-weight: bold;
}

div.nav_tertiary div.products ul li.last
{
    border-bottom: none;
}

body.medical div.nav_tertiary div.products ul li.current
{
    color:#00a0ce;
}

body.research div.nav_tertiary div.products ul li.current
{
    color:#35ac47;
}

body.corporate div.nav_tertiary div.products ul li.current
{
    color:#6c3482;
}

body.corporate div.nav_tertiary ul li
{
    border-bottom: 1px solid #6c3482;
}

body.medical div.nav_tertiary ul li
{
    border-bottom: 1px solid #00a0ce;
}

body.research div.nav_tertiary ul li
{
    border-bottom: 1px solid #35ac47;
}

body div.nav_tertiary ul.linear
{
    margin: 4px 0;
}

body div.nav_tertiary ul.linear li
{
    font-size: 11px;
    border-bottom: none;
}

body div.nav_tertiary ul.linear li a
{
    display: block;
    width: 114px;       
    line-height: 16px;
    border-bottom: none;
    text-decoration: none;
    padding: 4px 8px; 
}

body div.nav_tertiary ul.linear li a:hover 
{
    text-decoration: underline;
}

body.corporate div.nav_tertiary ul.linear li a
{
    color: #6c3482;
}

body.medical div.nav_tertiary ul.linear li a
{
    color: #00a0ce;
}

body.research div.nav_tertiary ul.linear li a
{
    color: #35ac47;
}

div.nav_tertiary div.description
{
    width: 330px;
    float: left;
    padding: 10px 10px 10px 0;
    font-size: 12px;
}

div.nav_tertiary div.description h2
{
    margin-top: 8px;
}

div.nav_tertiary div.description p
{
    line-height: 18px;
    margin-bottom: 12px;
    width: 310px;
}

div.nav_tertiary div.description a
{
    display: block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #e6e7e8;
    padding: 4px 12px;
    float: left;
    margin: 0 8px 8px 0;
    line-height: 26px;
    font-size: 12px;
    text-decoration: none;
    color: #000;
}

body.medical div.nav_tertiary div.description a:hover
{
    color: #fff;
    background: #00a0ce;
}

body.research div.nav_tertiary div.description a:hover
{
    color: #fff;
    background: #35ac47;    
}

table#treatment
{
    font-size: 11px;
    line-height: 15px;
    margin-top: 10px;
}

table#treatment a
{
    margin: 0;
}

table#treatment td
{
    padding-bottom: 20px;
    vertical-align: top;
}

table#treatment td.button
{
    width: 110px;
}



/*********************** CONTENT **********************/

#wrapper_content
{
	width: 100%;
	margin: 0 auto;
	background-image: url(http://xstrahl.com/img/content_tile.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

#wrapper_content #content
{
    width: 870px;
    margin: 0 auto;
    padding: 0px 40px;
    background: #fff;
    /*background: url(../img/baseline_grid.gif);*/
}

span.cycle
{
    float: left;
}

span.cycle img
{
    width: 400px;
    height: 295px;
}

#content div.col1
{
    width: 200px;
    float: left;
}

#content div.col2
{
    width: 400px;
    float: left;
}

#content div.col3
{
    width: 600px;
    float: left;
}

#content div.col4
{
    width: 870px;
    float: left;
}

body.corporate div.box1, body.corporate div.box2
{
    background-color: #f0eaf2;
}

body.medical div.box1, body.medical div.box2
{
    background-color: #d9f1f8;
}

#content div#benefits h2, #content div#casestudies h2
{
    color:#fff;
}

#content div#benefits a, #content div#casestudies a
{
    color:#fff;
}

body.medical div#benefits, body.medical div#casestudies
{
    background-color: #00a0ce;
}

body.research div.box1, body.research div.box2
{
	background-color: #E0EDDB;



}

body.research div#benefits9, body.research div#casestudies
{
    background-color: #35AC47;
}

div.box1 a, div.box2 a
{
    color: #000;
    text-decoration: none;
}

body.corporate div.box1 a:hover, body.corporate div.box2 a:hover
{
	color: #6c3482;
}

body.medical div.box1 a:hover, body.medical div.box2 a:hover
{
    color: #00A0CE;
}

body.research div.box1 a:hover, body.research div.box2 a:hover
{
    color: #35AC47;
}

#content div.box1
{
    width: 200px;
    padding: 0 20px 10px 20px;
    float: left;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    margin-left: 10px;
}

#content div.box2
{
    width: 360px;
    padding: 0 20px 6px 20px;
    float: left;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    margin-bottom: 20px;
}

#content div.box2 h2
{
    margin: 20px 0 4px 0;
}


#content div.pad20
{
    margin-right: 20px;
}

#content div.pad60
{
    margin-right: 60px;
}

#content div.left img
{
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-top: 6px;
}

#wrapper_content #content ul
{
    margin: 14px 0 16px 20px;
}

#wrapper_content #content ul
{
    margin: 0px 0 16px 2px;
}

#wrapper_content #content ul li
{
    list-style-position: outside;
    margin-left: 19px;
    line-height: 16px;
    list-style-type: none;
    margin-bottom: 4px;
}

body.corporate #content ul li
{
        list-style-image: url(../img/bullet_corporate.gif);
		background-repeat:no-repeat;
}

body.corporate #content ul li ul li, body.corporate #content div.box2 ul li ul li
{
        list-style-image: url(../img/bullet_corporate_alt.gif);
}

body.corporate #content div.box2 ul li
{
        list-style-image: url(../img/bullet_corporate_box.gif);
}

body.medical #content ul li
{
        list-style-image: url(../img/bullet_medical.gif);
}

body.medical #content ul li ul li, body.medical #content div.box2 ul li ul li
{
        list-style-image: url(../img/bullet_medical_alt.gif);
}

body.medical #content div.box2 ul li
{
        list-style-image: url(../img/bullet_medical_box.gif);
}

body.research #content ul li
{
        list-style-image: url(../img/bullet_research.gif);
}

body.research #content ul li ul li, body.research #content div.box2 ul li ul li
{
        list-style-image: url(../img/bullet_research_alt.gif);
}

body.research #content div.box2 ul li
{
        list-style-image: url(../img/bullet_research_box.gif);
}

#wrapper_content #content ul li ul
{
    margin: 4px 0 10px 0px;    
}

#wrapper_content #content ul li ul li
{
    line-height: 16px;
    list-style-type: circle;
    list-style-position: outside;
    margin-bottom: 2px;
}

table.data 
{
    width: 400px; 
    margin-bottom: 20px;
}

table.data thead
{
    border-bottom: 1px solid #ccc;
}

table.data thead tr th
{
    font-weight: bold;
}

table.data th.data, table td.data
{
    width: 65px;
}

table.data thead tr th.label
{
}

table.data th
{
    padding: 4px 0;
}

table.data tbody tr td
{
    padding: 4px 0;
    border-bottom: 1px solid #ccc;
}

table.data tbody tr td.last
{
    border: none;
}

table td.data-long
{
    width: 200px;
}

div.buttons
{
    width: 400px;
    float: left;
    margin: 0 0 14px 0;
}

div.buttons a
{
	display: block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #e6e7e8;
	padding: 4px 12px;
	float: left;
	margin: 0 8px 8px 0;
	line-height: 26px;
	font-size: 10px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

body.medical div.buttons a:hover
{
    color: #fff;
    background: #00a0ce;
}

body.research div.buttons a:hover
{
    color: #fff;
    background: #35ac47;    
}


/********************* HOMEPAGE ***********************/

#homepage
{
	width: 870px;
	background: #fff;
	height: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
    /*background: url(../img/baseline_grid.gif);*/
}

#homepage div
{
    width: 400px;
    float: left;
}

#homepage div.left
{
    margin-right: 60px;
}

#homepage div.left img
{
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-top: 6px;
}

#homepage div.box
{
    width: 400px;
    float: left;
    margin-bottom: 20px;
    height: 219px;
}

#homepage div.box div.description
{
	width: 240px;
	float: left;
	font-size: 11px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#homepage div.medical div.description h2
{
    color:#00a0ce;
}

#homepage div.research div.description h2
{
    color:#35ac47;
}

#homepage div.box div.description h2
{
    margin-top: 6px;
    margin-bottom: 4px;
}

#homepage div.box div.description p
{
    line-height: 16px;
}

#homepage div.box div.products
{
    width: 110px;
    float: right;
    color: #fff;
    padding-top: 30px;
    padding-right:10px;
}

#homepage div.box div.products a
{
    text-decoration: none;
    color: #fff;
    margin-bottom: 10px;
}

#homepage div.box div.products a:hover
{
    border-bottom: 1px dotted #fff;
}

#homepage div.medical
{
	background-image: url(http://xstrahl.com/img/homepage_box_medical.gif);
	background-repeat: no-repeat;
}

#homepage div.research
{
	background-image: url(http://xstrahl.com/img/homepage_box_research.gif);
	background-repeat: no-repeat;
}

p.news
{
    margin-bottom: 10px;
}

p.news a
{
    text-decoration: none;
    font-weight: bold;
    color: #000;
}

p.news a:hover
{
    border-bottom: 1px dotted #000;
}

/*********************** FOOTER ***********************/

#wrapper_footer
{
    width: 100%;
    margin: 0 auto;
    background: url(../img/footer.png) no-repeat top center;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
}

#wrapper_footer #footer
{   
    width: 870px;
    margin: 0 auto;
    padding: 70px 40px 30px 40px;
}

#footer a
{
    color: #fff;
    text-decoration: none;
}

#footer a:hover
{
    border-bottom: 1px dotted #fff;
}

/*********************** CONTACT **********************/

table#contact
{
    border: 0;
    width: 400px;
}

table#contact tr td
{
    vertical-align: top;
}

/******************* NEWS & EVENTS *******************/

table#events
{
    width: 400px;
}

table#news a
{
    color: #6c3482;
    text-decoration: none;
}

table#news a:hover
{
    text-decoration: underline;
}

table#news td, table#events td
{
    border-bottom: 1px solid #ccc;
    padding: 6px 0;
    vertical-align: top;
    line-height: 16px;
}

table#news td.date, table#events td.date
{
    width: 120px;
}

label, select.partners
{
    margin: 10px 0;
}

select.partners
{
    padding: 2px;
    width: 360px;
}

form.partners span
{
    display: none;
}

form#subForm
{
    display: none;
    margin-bottom: 16px;
}

form#subForm input#submit
{
    margin: 0px 5px;
    padding: 0 16px;
}


form#subForm input.email
{
    width: 220px;
}

p.js, p.form 
{
    display: none;
}

div#thanks
{
    width: 400px;
    height: 300px;
    margin: 200px auto 0 auto;
    text-align: center;
}

div#thanks h2
{
    color: #fff;
    line-height: 24px;
}

div#thanks p
{
    color: #fff;
}

