/* 

Multisoft - CSS File

*/


/*** GLOBAL  ***/
html,body{height:100%;}
body {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	margin:0 auto;
	padding:0;
	color:#6b6b6b;
	height:100%;
	background-color:#212121;
	line-height: 15px;
}
* {
	margin:0;
	padding:0;
}
*:focus {
	outline:none; /* removes ugly dotted border but may make template more unsuable, up to you
					 if you want to keep it! */
}
.clr{clear:both}
form{margin:0; padding:0;}

/* links */
a {color:#014f94; text-decoration:none;}
a:hover{
	color:#70E46D;
	text-decoration:underline;
}
a img{border:none}
.border{ border:1px solid #c5c5c5; padding:3px;}
.HeaderBlueMed {
	font: 24px/26px Georgia, "Times New Roman", Times, serif;
	color: #18569D;
}
.medHeaderGray {
	color: #33689A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 20px;
}
.imgleft{float:left; margin-right:15px;}
.imgright{
	float:right;
	margin-left:15px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 10px;
}
.imgmiddle{vertical-align:middle; padding-right:6px}
/* lists, blockquotes and paragraphs */
p, ul, ol, blockquote {
	font-size:12px;
	line-height:18px;
	margin-bottom:15px;
	color:#333;
}
ul, ol {
	margin:10px 0 35px 30px;
}
li ol,
li ul
{
	list-style:square;
	margin-bottom:0;
	margin-top:0;
}
li ol {list-style:decimal;}
blockquote {
	font-style:italic;
	margin:25px 0 25px 0px;
	color:#6b6b6b;
	padding:10px 20px 10px 25px;
	border-left:4px solid #6b6b6b;}

/* code */
code {
	font-family:Verdana, Arial;
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	border-left:4px solid #6b6b6b;
	padding:15px 10px;
}


/*** END OF DEFAULT ELEMENT STYLES ***/


/*** CONTAINER ***/
#top_container{
	width:100%;
	background-color: #006FB6;
	background-image: url(../images/bg_top_repeat.gif);
	background-repeat: repeat-x;
}
#content_container{width:100%; background-image:url(../images/bg_header_repeat.gif); background-repeat:repeat-x; background-position:top; background-color:#fff}
#content_container_inner{ width:100%; background-image:url(../images/bg_header_inner_repeat.gif); background-repeat:repeat-x; background-position:top; background-color:#fff; padding:20px 0px 20px 0px}
#bottom_container{background-image:url(../images/bg_bottom.gif); background-repeat:repeat-x; width:100%; height:60px; background-color:#1f1f1f}
#footer_container{background-image:url(../images/bg_footer.gif); background-repeat:repeat-x; width:100%; height:51px; background-color:#212121}
/*** END OF CONTAINER ***/

/*** CENTERCOLUMN ***/
.centercolumn{width:960px; margin:0px auto 0px auto;}
/*** END OF CENTERCOLUMN ***/

/*** TOP ***/
#top{background-image:url(../images/bg_top.jpg); background-repeat:no-repeat;height:91px}
#top ul, #top p, #top a, #top a:visited{color:#fff;}
#top ul{list-style-type:none; margin:0px; padding:0px;}
#logo{width:610px; float:left;}
#topcontact{width:350px; float:left; padding:20px 0px 0px 0px;}
#topcontact .imgmiddle{padding-right:15px;}
#topcontact ul{float:right; padding-right:30px;}
#topcontact ul li{padding:2px 0px;}
#topmenu{height:31px;}
#topmenu ul{list-style-type:none; margin:0px; padding:6px 20px 0px 20px;}
#topmenu ul li{list-style-type:none; margin:0px; padding:0px 0px 0px 0px;color:#b9b9b9; background-image:url(../images/menu_separator.gif); background-repeat:no-repeat; background-position:left}
#topmenu ul li.home{background-image:none; padding-left:10px;}
#topmenu ul li a, #topmenu ul li a:visited{
	color:#FFF;
	font-weight: bold;
}
#topmenu ul li a:hover{
	color:#A0DDF1;
	font-weight: bold;
}
/*** END TOP ***/

/*** HEADER ***/
#slider_container{background-image:url(../images/bg_header.jpg); background-repeat:no-repeat; height:326px; position:relative}
#slider_container ul{margin:0px; padding:0px; list-style-type:none;}
#slider_container ul li{margin:0px; padding:0px; list-style-type:none;}
.slidetext{width:510px; float:left; padding:40px 40px 0px 60px}
.slidetext h1{color:#575757;}
.slideimage{width:350px; float:left;}
/*** END HEADER ***/


/*** CONTENT ***/
#maincontent{width:960px; padding:10px 0px 20px 0px }
#content{
	width:620px;
	float:left;
	padding:0px 40px 0px 5px;
}
ul.client{margin:0px; padding:0px; list-style-type:none;}
ul.client li{margin:0px; padding:0px 30px 0px 0px; list-style-type:none; display:inline;}
ul.client li.nomarginright{padding-right:0px;}
ul.l1{margin:0px 0px 20px 0px; padding:0px; list-style-type:none;}
ul.l1 li{background-image:url(../images/list_square.gif); background-position:left center; background-repeat:no-repeat; padding:0px 0px 0px 15px; margin:0px; list-style-type:none}
#sideright{
	width:260px;
	float:left;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 16px;
}
#sideright p{margin-bottom:15px;}
#sideright h2{margin-bottom:10px;}
#sideright ul{margin:0px 0px 40px 0px; padding:0px; list-style-type:none;}
#sideright ul li{
	margin:0px;
	padding:8px 0px;
	list-style-type:none;
	border-bottom:solid 1px #e0e0e0;
	font-size:12px;
	line-height: 15px;
}
#sideright ul li a, #sideright ul li a:visited{color:#6b6b6b}
/*** END CONTENT ***/



/*** FOOTER ***/
#bottom_container a, #bottom_container a:visited{color:#6b6b6b;}
#footer_container a, #footer_container a:visited{color:#6b6b6b;}
#twitter{
	width:500px;
	float:left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#fbrss{
	width:425px;
	float:right;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#fb{
	width:300px;
	float:left;
	padding-left:20px
}
#rss{width:130px; float:left; padding-left:20px}
#foot{text-align:center; padding:10px 0px 0px 0px;}
/*** END OF FOOTER ***/
.imgBRDR {
	border: 6px solid #999999;
	margin: 2px;
	padding: 2px;
}
.medGreenHeader {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 22px;
	font-weight: bold;
	color: #72BE44;
}
#storyDiv {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	margin-bottom: 12px;
}
.productCLASS {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 19px;
	line-height: 22px;
	font-weight: bold;
	color: #72BE44;
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #285B93;
}
.NewsHEADER {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #333;
}
