body {
	background-attachment: scroll;
	background-color: #EBEBEB;
	background-image: url(../images/layout/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
}
.header {
	background-attachment: scroll;
	background-image: url(../images/layout/101_logo.png);
	background-repeat: no-repeat;
	background-position:left;
	height: 190px;
}
.header2 {
	background-attachment: scroll;
	background-repeat: no-repeat;
	float:right;
	height: 190px;
	position: inherit;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #455258;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(../images/layout/contentbg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 40px;
	padding-right: 60px;
	padding-bottom: 40px;
	padding-left: 60px;
}
.content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
.content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #455258;
	font-weight: bold;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #455258;
	font-weight: bold;
	text-decoration: underline;
}
.menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #455258;
	font-weight: bold;
	text-decoration: underline;
}
.menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #455258;
	text-align: right;
	background-color: #FFFFFF;
	width: 250px;
}

.submenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #455258;
	text-align: right;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	width: 100%;
	padding: 7px;
}

.submenu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-align: right;
	text-decoration: none;
	background-color: #455258;
}

.submenu a span {
	display: block;
	width: 90%;
}

.submenu2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-align: right;
	background-color: #455258;
	width: 250px;
}

.submenu2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-align: right;
	text-decoration: none;
	background-color: #455258;
	display: block;
	width: 100%;
	padding: 7px;
}

.submenu2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-align: right;
	text-decoration: none;
	background-color: #455258;
}

.submenu2 a span {
	display: block;
	width: 90%;
}


.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #455258;
}
.footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #455258;
	text-decoration: underline;
}
.footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #455258;
	text-decoration: none;
}

#carousel_inner {
float:left; /* important for inline positioning */
width:810px; /* important (this width = width of list item(including margin) * items shown */ 
overflow: hidden;  /* important (hide the items outside the div) */
/* non-important styling bellow */
}

#carousel_ul {
position:relative;
left:-135px; /* important (this should be negative number of list items width(including margin) */
list-style-type: none; /* removing the default styling for unordered list items */
margin: 0px;
padding: 0px;
width:9999px; /* important */
}

#carousel_ul li{
float: left; /* important for inline positioning of the list items */                                    
width:125px;  /* fixed width, important */
/* just styling bellow*/
padding:0px;
height:300px;
background: #ffffff;
margin-top:10px;
margin-bottom:20px; 
margin-left:5px; 
margin-right:5px; 
}

#carousel2_ul {
position:relative;
left:-135px; /* important (this should be negative number of list items width(including margin) */
list-style-type: none; /* removing the default styling for unordered list items */
margin: 0px;
padding: 0px;
width:9999px; /* important */
}

#carousel2_ul li{
float: left; /* important for inline positioning of the list items */                                    
width:125px;  /* fixed width, important */
/* just styling bellow*/
padding:0px;
height:180px;
background: #ffffff;
margin-top:10px;
margin-bottom:20px; 
margin-left:5px; 
margin-right:5px; 
}

#carousel_ul li img {
.margin-bottom:-4px; /* IE is making a 4px gap bellow an image inside of an anchor (<a href...>) so this is to fix that*/
/* styling */
cursor:pointer;
cursor: hand; 
border:0px; 
}
#left_scroll, #right_scroll{
float:left; 
width:30px; 
background: #FFFFFF; 
}
#left_scroll img, #right_scroll img{
/*styling*/
cursor: pointer;
cursor: hand;
}
.front_disp_header{
background-color:#666666;
color:white;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636466;
	background-color: #E5F5FE;
	border: 1px solid #6D6E71;
}
