/* Global configs */
html * {
	margin: 0px;
	padding: 0px;
	list-style: none;
	z-index: 0;
}

body {
	color: #003366;
	font-size: 0.8em;
	font-family: 'arial', sans-serif;
	text-align: center;
	z-index: 1;
}

.clear {
	clear: both;
}

h1 {
	font-size: 2.0em;
    padding: 0px 0px 8px 0px;
    font-weight: 800;
}

h2 {
	font-size: 1.6em;
    padding: 0px 0px 8px 0px;
    font-weight: 800;
}

h3 {
    font-size: 1.2em;
    padding: 0px 0px 8px 0px;
    font-weight: 800;
}

h4 {
    font-size: 2.8em;
    padding: 0px 0px 8px 0px;
    font-weight: 800;
	color: white;
}

h1 a, h1 a:link, h1 a:visited {
	color: white;
	text-decoration: none;
}

h1 a:hover {
	color: #003366;
	background: #e9eef1;
}

p {
	text-align: justify;
    padding: 0px 0px 8px 0px;
}

input.textbox, textarea.textbox {
    padding: 4px;
    background: white;
    border: 1px solid #888888;
    font-family: calibri, arial, helvetica, sans-serif;
    font-size: 1.1em;
}

select {
    padding: 3px;
    background: white;
    border: 1px solid white;
}

input.textbox:focus, textarea.textbox:focus, select:focus {
    background: white;
    border: 1px solid #333333;
}


/*
General page layout
*/

#wrapper_outer {
    position: relative;
    background: #f7f7f7;
    width: 100%;
    margin: 0px auto;
    text-align: left;
    z-index: 2;
}

#wrapper_inner {
    position: relative;
    width: 920px;
    padding: 0px 15px;
    background: url(bg.gif) top right no-repeat white;
    margin: 0px auto;
}

#header {
    position: relative;
    width: 880px;
    margin-left: 40px;
    height: 160px;
    background: url(logo.gif) center left no-repeat;
    margin: 0px auto;
}

#body {
    position: relative;
    width: 920px;
    margin: 0px auto;
}

#footer {
    position: relative;
	background: url(footer.gif) bottom center white repeat-x;
    width: 860px;
    height: 500px;
    padding: 300px 30px 0px 30px;
    margin: 0px auto;
}

/* Header */

#header h1 {
    display: none;
}

/* Content */

#body div.content a:link, #body div.content a:visited {
	color: #9b1e0c;
}

#body div.content a:hover {
	font-weight: 800;
}

#body div.content {
    position: relative;
    width: 565px;
    padding: 0px 0px 0px 25px;
    float: left;
}

#body div.content p {
	line-height: 1.5em;
}

#body div.content ul {
	list-style: disc;
	margin: 0px 0px 15px 0px;
}

#body div.content ul li {
	list-style: square;
	margin-left: 20px;
	padding-left: 5px;
}


#body div.content-body {
    position: relative;
    width: 380px;
    padding: 20px 20px 0px 20px;
    background: url(content_01.gif) top left no-repeat #e9eef1;
}

#body div.content-bottom {
    position: relative;
    width: 420px;
    height: 20px;
    background: url(content_03.gif) bottom left no-repeat #e9eef1;
}


#body div.right {
    position: relative;
    width: 288px;
    float: right;
}

#body div.right div.navigation {
    position: relative;
    width: 288px;
    margin-bottom: 20px;
}

#body div.right div.nav_top {
    position: relative;
    width: 288px;
    height: 30px;
    background: url(navigation_01.gif) bottom left no-repeat;
}

#body div.right div.nav_body {
    position: relative;
    width: 288px;
    background: #8c0000;
}

#body div.right div.callback_body h2 {
    position: relative;
    color: #ffffff;
}

#body div.right div.nav_bottom {
    position: relative;
    width: 288px;
    height: 30px;
    background: url(navigation_02.gif) top left no-repeat;
}

#body div.right div.nav_bottom h2 {
    display: none;
}

#body div.right div.callback_top {
    position: relative;
    width: 288px;
    height: 30px;
    background: url(callback_01.jpg) bottom left no-repeat;
}

#body div.right div.callback_body {
    position: relative;
    width: 288px;
    background: url(callback_02.gif) left repeat-y;
}

#body div.right div.callback_bottom {
    position: relative;
    width: 288px;
    height: 292px;
    background: url(callback_03.jpg) top left no-repeat;
}

#body div.images {
    position: relative;
    width: 565px;
    margin: 20px 0px 0px 0px;
}

#body div.testimonials {
    position: relative;
    width: 565px;
    margin: 60px 0px 0px 0px;
}

#body div.testimonial {
    position: relative;
    width: 270px;
	height: 100px;
    margin: 0px 25px 0px 0px;
	padding: 0px 0px;
	float: left;
	color: #777777;
}

#body div.testimonial img {
	padding: 5px;
}

/* Navigation */

div.navigation ul {
    position: relative;
    list-style: none;
}

div.navigation ul li {
    position: relative;
    width: 288px;
}

div.navigation ul.nav li a:link, div.navigation ul.nav li a:visited {
    position: relative;
    display: block;
    padding: 4px 0px 4px 10px;
    color: white;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

div.navigation ul.nav li > ul.v {
    position: absolute;
    left: -288px;
    top: 0px;
    background: #8c0000;
    display: none;
}

div.navigation ul.nav li:hover > ul.v {
    /*display: block;*/
}









/* Callback */

#callback {
    width: 268px;
    padding: 0px 10px;
}

#callback h1 {
    font-size: 14px;
    font-weight: 100;
    color: white;
}

#callback p {
    color: white;
}

#callback .button {
	color: #003366;
	font-weight: 800;
	padding: 5px;
	background: #e9eef1;
	border: 1px solid white;
	cursor: hand;
}

/* Footer */

#footer p {
	font-size: 11px;
}

#footer p a:link, #footer p a:visited {
	color: #9b1e0c;
}

#footer p a:hover {
	font-weight: 800;
}

#footer div.logo {
	position: relative;
	float: right;
	background: url(footer_logo.gif) center right no-repeat;
	width: 288px;
	height: 49px;
}

#footer div.logos {
	position: relative;
    width: 860px;
    height: 55px;
	padding: 20px 0px;
	background: url(logos.gif) center left no-repeat;
}

#footer div.box {
    position: relative;
    width: 200px;
    margin: 0px;
    padding: 0px;
    float: left;
}

#footer div.box2 {
    position: relative;
    width: 170px;
    margin: 0px;
    padding: 0px;
    float: left;
}

#footer div.legal {
    position: relative;
	padding: 20px 0px 0px 0px;
    width: 860px;
	color: #aaaaaa;
}

#footer div.legal a:link, #footer div.legal a:visited {
	color: #aaaaaa;
}

#footer div.tagline h2, #footer div.text h2 {
	font-size: 1.4em;
}

#footer div.tagline {
	padding: 20px 0px 0px 0px;
    position: relative;
    width: 920px;
	color: #aaaaaa;
}

#footer div.text {
	position: relative;
    width: 818px;
    height: 100px;
	padding: 20px;
    overflow: auto;
	background: #efefef;
	border: 1px solid #aaaaaa;
	color: #aaaaaa;
}



