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

#custom-doc {
	min-width:815px; 
	margin:auto; 
	text-align:left;
    width:61.54em;
	*width:60.06em;	
}

html {
	background-color:#262628;

}

body {
	
	font: 75%/1em  Arial, Helvetica, Verdana, sans-serif; 
	color: #3a3a3a;
	line-height:1.3;
	text-align:left;
		
}

element.style {
	cursor:pointer;
}

#hd a{
	background: white url(../imgs/logo.gif) bottom left no-repeat;
	padding:25px 0px 50px 0px;
	width:160px;
	display: block;	
}

#hd a:hover{
	text-decoration:none;
}

#hd a span{
	visibility:hidden;
}

/*menu*/

#roundedMenu {
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;	
    -moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	background-color:#262628;
	font-size:120%;
	margin:0;
	padding:6px 0px 0px;
	text-align:left;
	width:100%;
	height: 33px;	
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	color: #bababa;
	display: block;
}

#nav a:hover {
	text-decoration:underline;
	color:#fff;
}

#nav li { /* all list items */
	float: left;
	list-style-image: url(../imgs/separator.gif);
	list-style-position: inherit;
	list-style-type:none;
	padding: 5px 3px;
}


#nav li ul { /* second-level lists */
	position: absolute;
	text-align:left;
	width: 15em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li { 
	background: #262628;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:5px 20px;
	margin: 0px -20px;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


#selected>a {
	color: #fff;
	text-decoration:underline;
}

 /*individual width for each navigation element */
#nav .navHome {
	width: 3em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#nav .navSolutions {  width: 10em; }
#nav .navSolutions a, #nav .navSolutions ul  { width: 12em;}

#nav .navBenefits {   width: 7em; }
#nav .navBenefits a, #nav .navBenefits ul { width: 10em; }

#nav .navTechnology { width:6em; }
#nav .navTechnology a, #nav .navTechnology ul  { width: 5.1em; }

#nav .navServices {   width: 4em; }
#nav .navServices a, #nav .navServices ul  { width:10em; }

#nav .navSupport {    width: 4em; }
#nav .navSupport a, #nav .navSupport ul  { width: 10em; }

#nav .navCompany { width:4em; }
#nav .navCompany a, #nav .navCompany ul { width: 5em; }


/*menu end*/

#container{
	background-color: white;
	width: 815px;
	padding: 0px 35px 55px 35px;
	margin: 0px 0px 5px 0px;
	
}

#roundedTeaser {
    -webkit-border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;	
    -moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
}


.border {
	border-right: solid 1px #d9d9d9;
}

#roundedContent {
	background-image: url(../imgs/bg_teaser.gif);
	background-repeat:repeat-x;
	background-position:bottom;
 	background-color:#f6f6f6;
    -webkit-border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;	
    -moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
}

.teaser p{
	padding:0px 5px 20px 20px;

}

h1 {
	
	font-size:140%;
	color: #c4201b;
	padding:15px 10px 5px 20px;
}

h2 {
	font-size:120%;
	color: #c4201b;
	padding:15px 8px 15px 15px;
}
h3 {
	
	font-size:140%;
	color: #c4201b;
	padding:0px 15px 0px;
	margin:0;
}


p {
	color: #3a3a3a;
	line-height:1.3;
	text-align:left;
	padding: 5px 15px 15px;
}

a {
	color: #c4201b;
	font-size: 1em;
	font-family:  arial, helvetica, verdana, sans-serif; 
	text-decoration: none; 
}

li {
	list-style-image: url(../imgs/bullet.gif);
	list-style-position:inside;
	margin: 0px 15px;
	padding:0px 0px 8px 0px;
	line-height: 1.3;
}

.popup {
	list-style-image: url(../imgs/popup.png);
	margin: 0px 15px;
	padding: 4px 0;
	line-height: 1.3;
	list-style-position:inside;
}


.highlight{
	font: 120%  "Gill Sans MT", "gill sans", gill sans, Verdana, Arial;
	color: #012e4f;
	line-height: 1.3;
}

.img_text{
	font: 130%  "Gill Sans MT", "gill sans", gill sans, Verdana, Arial;
	color: #012e4f;
	line-height: 1.3;
	background-color:#ececec
}

.red{
	color: #c4201b;
}

a:hover {
	color: #c4201b;
	text-decoration: underline; 
}	


#ft {
	width:815px;
    position:relative;
    padding-bottom: 20px; 
}

#ft p{
	font-size:80%;
	color: #a3a2a7;
	text-align: center;
}

