/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tfoot{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
ol, ul, li {
	list-style: none;
	padding:0; 
	margin:0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* My Classes */
body {
	background:#FFFFFF;
	font-family:tahoma; Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7a7979;
}

#mainwrapper {
	width:980px;
	margin:0 auto;
}
.menu {background:url(../images/menu-mid.gif) repeat-x; line-height:48px; height:48px; }
.menu .bgnone {background:none}

#container {margin:1px 0 0 0;}
#content {
	width:711px;
	float:left;
	margin:0 12px 0 0;
}

#content ul{
	font-family:"Segoe UI";
	font-size:14px;
	color:#4e4e4e;
}

#content ul li{
	background:url(../images/list-bg.gif) no-repeat left;
	padding:5px 0 5px 16px;
}

#rightpart {
	width:257px;
	float:left;
}

#rightpart .callmeback {
	background:url(../images/bg-callme.jpg) no-repeat bottom;
	height:240px;
	margin-bottom:14px;
}

#rightpart .callmebacktitle {
	height:31px;
	line-height:31px;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	padding:0 0 0 10px;
	background:url(../images/bg-callback.gif) no-repeat;
} 

#rightpart .testimonialstitle {
	height:31px;
	line-height:31px;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	padding:0 0 0 10px;
	background:url(../images/bg-callback.gif) no-repeat;
}

#rightpart .testimonials {
	background:url(../images/bg-test.jpg) no-repeat bottom;
	height:260px;
	margin-bottom:14px;
}

#rightpart .testimonialsin{
	padding:10px;
	font-size:12px;
	font-family:"Segoe UI";
}

#rightpart .testname {
	padding:10px 0;
	font-weight:bold;
	color:#c40314;
	text-decoration:none
}
#rightpart .testname a{
	padding:10px 0;
	font-weight:bold;
	color:#c40314;
	text-decoration:none
}


h1 {
	color:#c70314;
	padding:0;
	margin:15px 0 10px 0;
	font-family:"Segoe UI", Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
}

.highlight {color:#ba0414;}
.clear {clear:both;}
.left {float:left}
.right {float:right}
.hline {background:url(../images/hline.gif) repeat-x ;}

a.readmore {color:#c40314; font-weight:bold; text-decoration:none;}
a.readmore:hover {color:#666; text-decoration:none;}

a.redlink {color:#c40314; text-decoration:none;}
a.redlink:hover {color:#333333; text-decoration:underline;}

#footer {
	width:100%;
	float:left;
	margin:20px 0 0 0;
	color:#666666;
	height:59px;
	background:url(../images/bg-footer.gif) repeat-x top;
}

#footer ul{
	margin:10px 0 0 10px;
	font-weight:bold;
}
#footer  ul li{float:left; color:#666;  }
#footer  ul li a {float:left; color:#666; padding:0 6px; text-decoration:none; background:url(../images/bg-footerbar.gif) no-repeat right;}
#footer  ul li a:hover {float:left; color:#999; text-decoration:none;}
#footer .bgnone {background:none}

#footer p {margin:30px 0 0 0;}

form {
	padding:0;
	margin:0;
}
input {
	background:url(../images/bg-input.gif) repeat-x;
	height:20px;
	line-height:20px;
	color:#535353;
	border:solid 1px #e3e3e3;
}

.callform {
	font-size:12px;
	color:#9e0511;
}

.nowidth{
	width:auto;
	height:auto;
}
#menune {
	margin: 0 30px 0 30px;
	padding: 0 10px;
	height: 32px;
	list-style-type: none;
}

#menune li {
	position: relative;
	float: left;
	padding-right: 20px;
	height: 15px;
	font-weight: bold;
	color: #fff;
}

#menune li a {
	display: block;
	height: 32px;
	line-height: 32px;
	text-decoration: none;
	color: #fff;
}

#menune li ul {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	width: 230px;
	list-style-type: none;
	background-color: #1d3487;
}

#menune li ul li {
	float: none;
	width: auto;
	height: 30px;
	border-bottom: 1px solid #d1dceb;
}

#menune li ul li a {
	display: block;
	margin: 0 0 0 10px;
	padding: 0;
	height: 30px;
	line-height: 30px;
}

#menune li:hover ul {
	visibility: visible;
}




