/*----------------------------------------------
	GLOBAL.CSS
	Author:		Engage Interactive
	Requires:	reset.css
	Colours:	#000000
				#FFFFFF
----------------------------------------------*/

@import url(reset.css);


/*-------------------------------
	GENERIC STYLES
-------------------------------*/

html, body
{
    height: 100%;
}


body
{
    font: 12px Arial, Helvetica, sans-serif;
    color: #000;
    background: #FFF url(/assets/images/template/body_back.jpg) top repeat-x;
    height: 100%;
}

p
{
}

p.intro
{
    font-style: italic;
    text-align: justify;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 20px;
}

a
{
    color: #00a200;
    font-weight: bold;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

address
{
    font-style: normal;
    background: #FFF url(/assets/images/contact/findus.gif) top no-repeat;
    color: #666;
    line-height: 18px;
    padding: 65px 8px 8px 8px;
    border-radius: 10px; /* Border radius*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.box
{
    font-style: normal;
    background: #FFF;
    border: 1px solid #CCC;
    color: #666;
    line-height: 18px;
    padding: 15px;
    border-radius: 10px; /* Border radius*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.box p
{
    margin: 0;
}


img.header_image
{
    margin-bottom: 15px;
}

.hide
{
    display: none;
}

p.gallery
{
    margin: -10px 0 12px 0;
}

/*---------------------
	FANCY LISTS
---------------------*/

#content ul.fancylist
{
    border: solid 1px #EEE;
    background: #FFF;
    color: #333;
    border-radius: 4px; /* Border radius*/
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#content ul.fancylist
{
    margin: 0 0 20px;
}

#content ul.fancylist li
{
    padding: 6px 50px 6px 25px;
    border-bottom: solid 1px #EEE;
    background: url(/assets/images/template/bullet.gif) 9px 11px no-repeat;
}

#content ul.fancylist li.even
{
    background: #f7f7f7 url(/assets/images/template/bullet.gif) 9px 11px no-repeat;
}

#content ul.fancylist li ul
{
    margin-top: 5px;
}

#content ul.fancylist li ul li, #content ul.fancylist li ul li.even
{
    padding: 0;
    border-bottom: 0;
    background: none;
    color: #707070;
    padding-left: 15px;
    margin-left: 15px;
    background: url(/assets/images/template/bullet_sub.gif) center left no-repeat;
}

#content ul.fancylist li.last
{
    border-bottom: none;
}


/*-------------------------------
	HEADINGS
-------------------------------*/

h1 a
{
    display: block;
    width: 310px;
    height: 90px;
    text-indent: -5000px;
    background: url(/assets/images/template/logo.png) no-repeat;
}

.icon
{
    width: 80px;
    height: 80px;
    position: absolute;
}

h2
{
    padding-left: 90px;
    margin-bottom: 45px;
}

h2, h3
{
    font-weight: normal;
    color: #000;
    font-size: 28px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 5px;
    text-shadow: 1px 1px 1px #FFF;
}

h3
{
    font-size: 18px;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 6px;
}

h4
{
    font-size: 15px;
    color: #000;
    margin-bottom: 7px;
}


/*-------------------------------
	PRIMARY CONTENT AREAS
-------------------------------*/

#wrapper
{
    width: 960px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -113px; /* the bottom margin is the negative value of the footer's height */
    background: url(/assets/images/template/wrapper_back.jpg) top no-repeat;
}

#header
{
    width: 960px;
    height: 143px;
    padding-top: 24px;
}

#content
{
    width: 940px;
    padding: 20px 10px 0 10px;
    overflow: hidden;
}

.left_col
{
    width: 170px;
    margin-right: 20px;
    float: left;
}

.center_col
{
    float: left;
    width: 582px;
    overflow: hidden;
    position: relative;
    color: #4f4f4f;
}

.center_col .split_left
{
    float: left;
    width: 270px;
}

.center_col .split_right
{
    float: right;
    width: 270px;
}

.right_col
{
    float: right;
    width: 148px;
    margin-left: 20px;
}

/*-------------------------------
	FAQS
-------------------------------*/

body#faq h3
{
    background: url(/assets/images/template/bullet_e.gif) center left no-repeat;
    padding-left: 20px;
    font-size: 17px;
}


.support_box_left, .support_box_right
{
    float: left;
    width: 254px;
    border: 1px solid #CCC;
    background: #FFF;
    padding: 7px;
    margin-bottom: 15px;
    border-radius: 10px; /* Border radius*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.support_box_right
{
    float: right;
}

#support .center_col p
{
    margin: 5px 0 0 0;
}

/*-------------------------------
	CONTACT ICONS
-------------------------------*/

.left_col .contact_icons
{
    width: 150px;
    color: #FFF;
    font-size: 11px;
    padding: 10px;
    background: #282928;
    border-radius: 10px; /* Border radius*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.left_col .contact_icons img
{
    margin-bottom: 10px;
}




/*-------------------------------
	SECONDARY CONTENT AREAS
-------------------------------*/

/*---------------------
	MINI PANELS
*/

.mini_panel
{
    float: left;
    width: 148px;
    height: 148px;
    margin-bottom: 4px;
}

.mini_panel a
{
    width: 148px;
    height: 148px;
    display: block;
    text-indent: -5000px;
}

.tiny_panel
{
    width: 148px;
    height: 72px;
    margin-bottom: 4px;
}

.tiny_panel a
{
    width: 148px;
    height: 72px;
    display: block;
    text-indent: -5000px;
}

.paneldemo a
{
    background-image: url(/assets/images/mini_panels/demo.gif);
}

.paneldemo a:hover
{
    background-image: url(/assets/images/mini_panels/demo.gif);
    background-position: bottom;
}

.paneltrial a
{
    background-image: url(/assets/images/mini_panels/trial.gif);
}

.paneltrial a:hover
{
    background-image: url(/assets/images/mini_panels/trial.gif);
    background-position: bottom;
}

.view_brochure a
{
    background-image: url(/assets/images/mini_panels/view_brochure.png);
}

.view_brochure a:hover
{
    background-image: url(/assets/images/mini_panels/view_brochure.png);
    background-position: bottom;
}




/*---------------------
	FOOTER
*/

.footer, .push
{
    height: 113px; /* .push must be the same height as .footer */
}

.footer
{
    background: url(/assets/images/template/footer_back.gif);
    font-size: 11px;
    color: #CCC;
    text-shadow: 1px 1px 1px #000;
}

.footer_content_right
{
    width: 100%;
    padding: 80px 0 0 0;
    text-align: right;
    float: left;
}


/*-------------------------------
	NAVIGATION
-------------------------------*/

/*---------------------
	LEFT COL NAV
*/

.left_col ul
{
    width: 170px;
    background: #FFF;
    border-radius: 10px; /* Border radius*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.left_col ul li a
{
    display: block;
    color: #CCC;
    font-weight: normal;
    padding: 7px 10px 7px 24px;
    background: #282928 url(/assets/images/template/bullet_subnav.gif) center left no-repeat;
    border-bottom: 1px solid #CCC;
}

.left_col ul li a:hover, .left_col ul li.on a
{
    color: #a3e922;
    text-decoration: none;
}

.left_col ul li.last a
{
    border-bottom: none;
}

.left_col ul li.last a
{
    border-radius-bottomleft: 10px;
    border-radius-bottomright: 10px; /* Border radius*/
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-radius-bottomright: 10px;
}

.left_col ul li.first a
{
    border-radius-topleft: 10px;
    border-radius-topright: 10px; /* Border radius*/
    -moz-border-radius-topleft: 10px;
    -webkit-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-radius-topright: 10px;
}

.inactive
{
    display: block;
    color: #CCC;
    font-weight: normal;
    padding: 7px 10px 7px 24px;
    background: #282928 url(/assets/images/template/bullet_subnav.gif) center left no-repeat;
    border-bottom: 1px solid #CCC;
}

/*---------------------
	PRIMARY
*/

#nav
{
    display: block;
    margin: 21px 0 0 12px;
    width: 922px;
    height: 32px;
    background: url(/assets/images/template/nav.gif) left top no-repeat;
}

#nav li
{
    display: block;
    float: left;
}

#nav li a
{
    display: block;
    height: 32px;
    text-indent: -9999px;
}

#nav li a:hover, #nav li a.on
{
    background-image: url(/assets/images/template/nav.gif);
}

#nav li.home a
{
    width: 80px;
    background-position: -0px -32px;
}

#nav li.features a
{
    width: 88px;
    background-position: -80px -32px;
}

#nav li.userstories a
{
    width: 124px;
    background-position: -166px -32px;
}

#nav li.faq a
{
    width: 82px;
    background-position: -290px -32px;
}

#nav li.order a
{
    width: 129px;
    background-position: -372px -32px;
}

#nav li.contact a
{
    width: 124px;
    background-position: -501px -32px;
}

#nav li.support a
{
    width: 106px;
    background-position: -625px -32px;
}

#nav li.demo a
{
    width: 81px;
    background-position: -731px -32px;
}

#nav li.trial a
{
    width: 96px;
    background-position: -812px -32px;
}

ul.pager
{
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    white-space: nowrap;
}
ul.pager li
{
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
}

