/* CSS Document */

body{
    margin: 0px;
    padding: 0px;
    background-color: #000000;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

h1 {
font-size:22px;
color:#B90214;
font-weight:bold;
}

h2 {
margin-top:20px;
margin-bottom:20px;
font-size:16px;
color:#000;
font-weight:bold;
}

h3 {
font-size:16px;
color:#B90214;
font-weight:bold;
}

a:link{
    color: #4F9DEA;
}
a:hover{
    color: #29527a;
}
a:visited{
    color: #4F9DEA;
}
#wrapper{
    width: 950px;
    margin: 0 auto;
	margin-top:25px;
	}
#header{
    position: relative;
    padding: 0px;
}
#menuWrapper{
    position: relative;
    height: 44px;
    clear: both;
    width: 100%;
    float: left;
    background: transparent url(images/menu-bg.png) top left no-repeat;
}
#searchBox{
    position: absolute;
    top: 8px;
    right: 30px;
    padding: 5px 0px 0px 5px;
    background: transparent url(images/search-bg.png) top left no-repeat;
    height: 30px;
    width: 260px;
}
#mod_search_searchword{
    border: 0px solid #ffffff;
    width: 220px;
}
#breadcrumb{
    clear: both;
    background: transparent url(images/breadcrumb-bg.png) top left repeat-x;
    padding: 10px;
	padding-bottom:0px;
}
#breadcrumb a{
    color: #ffffff;
}

#contentWrapper{
    clear: both;
    background: #ffffff url(images/content-bg.png) top left repeat-y;
    float: left;
    width: 100%;
}

#lasercontentWrapper{
    clear: both;
    background: #ffffff url(images/laser-content-bg.png) top left repeat-y;
    float: left;
    width: 100%;
}

#scenarcontentWrapper{
    clear: both;
    background: #ffffff url(images/scenar-content-bg.png) top left repeat-y;
    float: left;
    width: 100%;
}
#blanketcontentWrapper{
    clear: both;
    background: #ffffff url(images/blanket-content-bg.png) top left repeat-y;
    float: left;
    width: 100%;
}
#hpcontentWrapper{
    clear: both;
    background: #ffffff url(images/hp-content-bg.png) top left repeat-y;
}
#homepageContent{
    width: 948px;
    margin: 0 auto;
    color: #383838;
}
#leftColumn{
    width: 660px;
    float: left;
    color: #383838;
}
#leftColumn div{
    padding: 5px;
}
#rightColumn{
    width: 250px;
    padding: 15px;
    float: left;
    color: #e3ebfd;
    font-size: 12px;
}

#leftColumn2{
    width: 550px;
    float: left;
    color: #383838;
}
#leftColumn2 div{
    padding: 15px;
}
#rightColumn2{
    width: 410px;
    padding: 15px;
    float: left;
    color: #e3ebfd;
    font-size: 12px;
    background-color:#668BB2;
}

#leftColumn3{
    width: 500px;
    float: left;
    color: #383838;
	margin-bottom:-20px;
}
#leftColumn3 div{
    padding: 15px;
}

#leftColumn4{
    width: 770px;
    float: left;
    color: #383838;
	background-color:#fff;
}
#leftColumn4 div{
    padding: 0px;
}

#leftColumn5{
    width: 720px;
    float: left;
    color: #383838;
	background-color:#fff;
}
#leftColumn5 div{
    padding: 10px;
}
#rightColumn3{
    width: 200px;
    padding: 5px;
    float: left;
    font-size: 12px;
	margin-right:5px;
}

#rightColumn4{
    width: 220px;
    padding: 5px;
    float: right;
 }

#rightcolumn4 a:link, a:visited{
color:blue;
}
#footer{
    clear: both;
    color: #383838;
    position: relative;
    background: #ffffff;
    border-top: 2px solid #535353;
    border-right: 2px solid #535353;
    border-left: 2px solid #535353;
    padding: 20px 20px 0px 20px;
	 float: left;
	 width: 906px;
}
#footer div{
	text-align: center;
	float: left;
}
#footer img{
	padding: 0px 8px 0px 8px;
}
#footer div img.footerBtmImg{
	margin: 0px 20px;
}
#footerBar{
    margin: 0 auto;
    width: 950px;
	margin-bottom:45px;
}
.rightColumnHeader{
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    line-height: 30px;
}
.contentHeadline{
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
}
.contentpaneopen{
    padding: 0px 30px 0px 30px;
}
#leftColumn form{
    padding: 0px 30px 0px 30px;
}
/*.searchintro{*/
/*    padding: 0px 30px 0px 30px;*/
/*}*/
#rightColumn a{
    color: #ffffff;
}

.blue{
color:#4F9DEA;
}

.blue:visited{
color:#4F9DEA;
}

#rounded{
border:solid 1px #999;
padding:8px;
background-color:#0033FF;
}