@charset "UTF-8";
/* CSS Document */

/* General Styles */

body {
background:#f6f6f6;
color:#666;
text-align:left;
}

#tab-box {
	background:url(images/tab-bg.jpg) no-repeat top;
	width:1000px;
	height:350px;
}

/* Tab Content */

.tab-content {
	height:300px;
	position:relative;
	/* This is only temporary, it is suggested you remove this line of code. It adds an "Empty Tab: Put whatever you like" image to the empty tabs */
	background:url(images/tab-box/tab-other-bg.jpg); 
}

/* Tab Content - Welcome */

#tab-welcome {
	background:url(images/tab-box/tab-welcome-bg.jpg);
}
#tab-welcome-content {
	padding-top:40px;
	padding-left:40px;
}
#tab-welcome-content h1 {
	font-size:36px;
	font-weight:100;
	width:540px;
}
#tab-welcome-content p {
	width:540px;
}
.tab-welcome-buttons {
	float:left;
	margin-right:20px;
}
#tab-welcome-content h1 {
	position:relative;
	width:520px;
	height:80px;
	text-indent:-9999px;
}
#tab-welcome-content h1 span {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:url(images/titles/welcome-title.png);
	z-index:1000;
}

/* Tab Navigation */

#tab-nav li {
	display:inline;
	float:right;
	position:relative;
}
#tab-nav a {
	display:block;
	width:150px;
	height:50px;
}
#tab-nav .ui-tabs-selected a {
	display:block;
	width:150px;
	height:51px;
}
.ui-tabs-selected {
	position:absolute;
	top:-1px;
}

/* Tab Nav - Normal State */

#tab-nav-welcome {background:url(images/tab-box/tab-welcome.jpg);}
#tab-nav-portfolio {background:url(images/tab-box/tab-portfolio.jpg);}
#tab-nav-news {background:url(images/tab-box/tab-news.jpg);}
#tab-nav-testimonials {background:url(images/tab-box/tab-testimonials.jpg);}
#tab-nav-connect {background:url(images/tab-box/tab-connect.jpg);}

/* Tab Nav - Active State */

.ui-tabs-selected #tab-nav-welcome{ background:url(images/tab-box/tab-welcome.jpg) bottom; }
.ui-tabs-selected #tab-nav-portfolio{ background:url(images/tab-box/tab-portfolio.jpg) bottom; }
.ui-tabs-selected #tab-nav-news{ background:url(images/tab-box/tab-news.jpg) bottom; }
.ui-tabs-selected #tab-nav-testimonials{ background:url(images/tab-box/tab-testimonials.jpg) bottom; }
.ui-tabs-selected #tab-nav-connect{ background:url(images/tab-box/tab-connect.jpg) bottom; }



.rounded {
	background:url(../images/layout/box.jpg) bottom repeat-x #fff;
	border:1px solid #C6C6C6;
}

.hidden {
	display:none;
}

* {
	outline:none;
}

/* Header */


.container table {
                width: 100%;
				font-size:12px;
				vertical-align:text-top;

                }


.header {
	margin:20px auto 0;
	position:relative;
	margin-bottom:50px;
	z-index:9;
}

.header .logo h2 {
	padding:1px 5px 5px 15px;
	margin:0;
	font-size:20px;
	color:#111;
}

.header .logo h2 a {
	color:#111;
}

/* Navigation */

ul.topnav {
	list-style: none;
	font-size:13px;
	padding: 0 10px;
	margin: -1px 0 0 0;
	float: right;
	z-index:2;
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a{
	padding: 10px 5px;
	color: #083F88;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	color:#446DA4;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(../images/layout/subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	margin: 0; padding: 0 0 5px 0;
	display: none;
	float: left;
	width: 170px;
	z-index:3;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	clear: both;
	width: 170px;
	z-index:9;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	padding:5px 10px 0 10px;
	cursor:pointer;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
}



ul.prodnav {
	list-style: none;
	font-size:11px;
	padding: 10px;
	margin: -1px 0 0 0;
	float: right;
	z-index:2;
}
ul.prodnav li {
	float: left;
	margin: 0;
	padding: 5px;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.prodnav li a{
	padding: 5px 10px 5px 10px;
	color: #ffffff;
	background-color:#083F88;
	display: block;
	text-decoration: none;
	float: left;
}
ul.prodnav li a:hover{
	color:#FFFFFF;
}

ul.prodnav li a.one{
	background-color:#9E1F63;
}

.one{
	color:#9E1F63;

}

ul.prodnav li a.two{
	background-color:#F25929;
}

.two{
	color:#F25929;

}

ul.prodnav li a.three{
	background-color:#7583A8;
}

.three{
	color:#7583A8;

}

ul.prodnav li a.four{
	background-color:#F5CD30;
}

.four{
	color:#F5CD30;

}

ul.prodnav li a.five{
	background-color:#13A260;
}

.five{
	color:#13A260;

}

ul.prodnav li a.six{
	background-color:#502E84;
}

.six{
	color:#502E84;

}

ul.prodnav li a.seven{
	background-color:#C4996C;
}

.seven{
	color:#C4996C;

}

ul.prodnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(../images/layout/subnav_btn.gif) no-repeat center top;
}
ul.prodnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.prodnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	margin: 0; padding: 0 0 5px 0;
	display: none;
	float: left;
	width: 170px;
	z-index:3;
}
ul.prodnav li ul.subnav li{
	margin: 0; padding: 0;
	clear: both;
	width: 170px;
	z-index:9;
}
html ul.prodnav li ul.subnav li a {
	float: left;
	width: 145px;
	padding:5px 10px 0 10px;
	cursor:pointer;
}
html ul.prodnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
}








/* Featured */

.featured {
	background:url(../images/layout/featured.jpg) top no-repeat;
	height:356px;
	margin-top:-35px;
	margin-bottom:15px;
}

.featured a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

.intro h1 {
	font-size:30px;
	color:#083F88;
} 

.intro {
	padding-top:30px;
	margin-left:20px;
}

p.link a {
	padding:5px 9px;
	background:#083F88;
	color:#FFFFFF;
	font:10px Trebuchet MS, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
}

p.link a:hover {
	background:#083F88;
	color:#fff;
}

p.biglink a {
	width:100%;
	display:block;
	text-align:center;
	padding:20px 0;
	background:#083F88;
	color:#446DA4;
	font:24px Verdana;
	font-style:italic;
	font-weight:bold;
}

p.biglink a:hover {
	background:#083F88;
	color:#fff;
}

/* Features */

.rbox div.inner {
	padding:20px 20px 10px 20px;
}

.rbox div.error_message {
	padding:10px 10px 10px 35px;
}

.center {
	text-align:center;
}

/* Content */

.content {
	margin:15px auto;
}

p.meta {
	margin:0;
	border-bottom:1px dotted #ccc;
	margin-bottom:20px;
	color:#bbb;
	font-size:11px;
}

h3.headline {
	margin-bottom:5px;
	padding-bottom:0;
}

.rbox h3 {
	margin:0 0 10px 0;
}

/* General */

.pagetitle {
	margin-top:-35px;
	margin-bottom:15px;
	background:url(../images/pagetitle-sap.png) top no-repeat #fff;

}

.clienttitle {
	margin-top:-35px;
	margin-bottom:15px;
	background:url(../images/clients-title.png) top no-repeat #fff;

}

.contacttitle {
	margin-top:-35px;
	margin-bottom:15px;
	background:url(../images/contact-title.png) top no-repeat #fff;

}

.abouttitle {
	margin-top:-35px;
	margin-bottom:15px;
	background:url(../images/about-stretch.png) top no-repeat #fff;

}

.pagetitlemore {
	margin-top:-35px;
	margin-bottom:15px;
	background:url(../images/pagetitle-sap.jpg) top no-repeat #fff;

}

.clienttitle h1 {
	font:45px Trebuchet MS, Helvetica, sans-serif;
	color:#fff;
	padding:20px;
	margin:0;
	font-weight:bold;
}

.pagetitle h1 {
	font:45px Trebuchet MS, Helvetica, sans-serif;
	color:#fff;
	padding:20px;
	margin:0;
	font-weight:bold;
}

.contacttitle h1 {
	font:45px Trebuchet MS, Helvetica, sans-serif;
	color:#fff;
	padding:20px;
	margin:0;
	font-weight:bold;
}

.abouttitle h1 {
	font:45px Trebuchet MS, Helvetica, sans-serif;
	color:#fff;
	padding:20px;
	margin:0;
	font-weight:bold;
}

.pagetitletwo h1 {
	font:45px Trebuchet MS, Helvetica, sans-serif;
	color:#fff;
	padding:20px;
	margin:0;
	font-weight:bold;
}

.content img {
	padding:5px 5px 5px 5px;
	background:#fff;
	margin: 0px 15px 0px 0px;
	float: left;

}


#image img {
	padding:5px;
	background:#fff;
	border: 2px solid #ccc;
	margin: 10px;
	float: left;
}

#image {
width:100%;
}


.clear {
	clear:both;
	display:block;
	margin:10px 0;
}

.mini p {
	font-size:90%;
}

img.left {
	float:left;
	border:none;
	margin:0 5px 5px 0;
}

h2 {
font-size: 14px;
	letter-spacing:0;
	color:#083F88;
}

h4 {
font-size: 16px;
	letter-spacing:0;
	color:#9E1F63;
}

h3 {
font-size: 12px;
	letter-spacing:0;
	color:#083F88;
}

blockquote
{
	padding: 20px;
	float: right;
	background-color:#083F88;
	color:#FFFFFF;
	
	}


.header h2 {
	border:none;
}

.video strong {
	font:10px Trebuchet MS, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	color:#222;
}

.video a {
	color:#083F88;
}


.form {
padding: 10px;
background: #CCCCCC;
color:#222222;
border:#CCCCCC;
}


.video a:hover {
	color:#446DA4;
}

/* Pricing */

table.pricing {
	border:1px dotted #ccc;
	border-right:none;
	border-bottom:none;
	border-top:1px solid #BAEDFF;
}

.pricing th, .pricing td {
	padding:10px;
	border-right:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	text-align:center;
	width:16%;
}

.pricing p.link {
	margin:10px 0;
}

th.feature, td.feature {
	text-align:right;
	width:200px;
	font-weight:bold;
	color:#222;
}

.pricing th {
	background:#D2F6FF;
	border-right:1px solid #BAEDFF;
	border-bottom:1px solid #BAEDFF;
	color:#222;
}

tr.odd td {
	background:#fafafa;
}

.price {
	font-size:140%;
	color:#333;
}

/* Slider */

#slider {
    margin: 20px auto 0;
    position: relative;
	z-index:0;
	width:440px;
	height:297px;
	padding-top:15px;
}

.scroll {
    height: 290px;
    width: 440px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
	z-index:0
}

.scrollContainer div.panel {
    height: 312px;
    width: 440px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding:10px 40px;
	height:45px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    color: #000;
    text-decoration: none;
	text-transform:uppercase;
	color:#9E302C;
	margin:0 10px 0 0;
}

	
ul.navigation a:hover {
	color:#251E10;
}

ul.navigation a.selected {
   color:#251E10;
}

ul.navigation a:focus {
    outline: none;
}

.panel {
	position:relative;
}

.panel img {
	position:absolute;
	top:0;
	left:0;
}

.panel p {
	line-height:18px;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
	z-index:9;
}

.scrollButtons.left {
    left: -30px;
	z-index:9;
}

.scrollButtons.right {
    right: -30px;
	z-index:9;
}


.hidden {
	display:none;
}

/* Tabs */

div#tab-container-1 {
	width: 900px;
	margin:20px 0 20px 0;
}


div#tab-container-2 {
	width: 400px;
	margin:20px 0 20px 0;
}



ul#tab-container-1-nav {
	list-style-type: none;
	width: 100%;
	float: left;
	background: url(../images/layout/pixel.gif) bottom left repeat-x;
	margin:0;
	padding:0;
}



ul#tab-container-1-nav li {
	margin: 0 2px 0 0;
	float: left;
}



ul#tab-container-1-nav a {
	float: left;
	display: block;
	padding: 4px 8px;
	border: 1px solid #CCC;
	border-bottom: 0;
	color: #666;
	background:url(../images/layout/box.jpg) bottom repeat-x #fff;
	text-decoration: none;
	font-weight: bold;
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-radius-topright:5px;
	-webkit-border-radius-topleft:5px;
}



ul#tab-container-1-nav a:hover {
	background: #fff;
}



ul#tab-container-1-nav a.active {
	background: #fff;
	padding-bottom: 5px;
	cursor: default;
	color: #083F88;
}




ul#tab-container-2-nav {
	list-style-type: none;
	width: 100%;
	float: left;
	background: url(../images/layout/pixel.gif) bottom left repeat-x;
	margin:0;
	padding:0;
}



ul#tab-container-2-nav li {
	margin: 0 2px 0 0;
	float: left;
}



ul#tab-container-2-nav a {
	float: left;
	display: block;
	padding: 4px 8px;
	border: 1px solid #CCC;
	border-bottom: 0;
	color: #666;
	background:url(../images/layout/box.jpg) bottom repeat-x #fff;
	text-decoration: none;
	font-weight: bold;
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-radius-topright:5px;
	-webkit-border-radius-topleft:5px;
}



ul#tab-container-2-nav a:hover {
	background: #fff;
}



ul#tab-container-2-nav a.active {
	background: #fff;
	padding-bottom: 5px;
	cursor: default;
	color: #083F88;
}




.tab {
	clear: left;
	border: 1px solid #CCC;
	border-top: 0;
	padding: 20px 20px 0 20px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-radius-bottomright:5px;
	-webkit-border-radius-bottomleft:5px;
	background:url(../images/layout/box.jpg) bottom repeat-x #fff;
}

object {
	margin-bottom:20px;
}

