/* =RESET
===========================================*/
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, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}

ul, dl {
	list-style-type: none;
}

/* =DEFAULTS
===========================================*/
.break {
	clear:both;
	height: 0px;
	overflow: hidden;
}
i, .none {
	display: none;
}
.text_center {
	text-align:center;
}

.text_right {
	text-align: right;
}
.float_left {
	float: left;
}

.float_right {
	float: right;
}
a {
	cursor: pointer;
	color: #0074d6;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #000;
}

/* =LAYOUT
===========================================*/
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background: #d6e9f6;
}
#mainwrapper {
	background: #d6e9f6 url(../images/bg_site.png) repeat-x;
	text-align: center;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding-top: 25px;
	margin-bottom: 100px;
}
/* =MENU
===========================================*/
#menu {
	background: url(../images/box_bg.png) repeat-y;
	width: 199px;
	padding-left: 11px;
}
* html #menu {
    background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/box_bg.png',sizingMethod='scale');
}

#menu ul {
	list-style-type: none;
	width: 186px;
	position: relative;
}
#menu ul li {
	width: 186px;
	height: 37px;
	position: static;
	float: left;
}
#menu ul li a {
	display: block;
	width: 186px;
	height: 37px;
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#menu ul li a.m1 {
	background: url(../images/nav/home.png);
}
#menu ul li a.m2 {
	background: url(../images/nav/company.png);
}
#menu ul li a.m3 {
	background: url(../images/nav/services.png);
}
#menu ul li a.m4 {
	background: url(../images/nav/contact.png);
}
#menu ul li a.m5 {
	background: url(../images/nav/news.png);
}
#menu ul li a.m6 {
	background: url(../images/nav/human.png);
}
#menu ul li a:hover {
	background-position: bottom left;
}
#menu ul li ul { /* second-level lists */
	width: 140px !important;
	background: #fff;
	border-top: 1px solid #d1e786;
	border-left: 1px solid #d1e786;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	padding: 5px 10px;
	top: -9999px;
	left: -9999px;
	position: absolute;
}
* html #menu ul li.sfhover ul {
	width: 100px !important;
}
#menu ul li ul li {
	height: auto !important;
	width: auto !important;
	float: none !important;
}
#menu ul li:hover, #menu ul li.sfhover {
	position: relative;
}

#menu ul li:hover ul, #menu ul li.sfhover ul  {
	left: 0px;
	top: -1px;
	position: absolute;
	margin-left : 176px;
}
#menu ul li:hover a, #menu ul li.sfhover a {
	background-position: bottom left;
}
#menu ul li ul li a {
	display: block;
	text-indent: 0px !important;
	padding: 5px 4px;
	border-bottom: 1px solid #d1e786;
	height: auto !important;
	width: 135px;
	font-weight: bold;
	font-size: 11px;
	color: #1c5c9c;
}
#menu ul li ul li a:hover {
	background: #1c5c9c;
	text-decoration: none;
	color: #fff;
}
#menu ul li ul li.arrow {
	position: absolute !important;
	width: 50px !important;
	height: 36px !important;
	top: -1px !important;
	left:-49px !important;
	border-top: 1px solid #d1e786;
	border-bottom: 1px solid #d1e786;
	background: url(../images/menu_arrow.png) no-repeat top right;
}
* html #menu ul li ul li.arrow {
    background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/menu_arrow.png',sizingMethod='scale');
}

/* =LEFT SIDE
===========================================*/
#left {
	width: 210px;
	float: left;
	padding-top: 10px;
}
#left h1 a {
	display: block;
	width: 187px;
	height: 38px;
	margin: 0px auto 10px auto;
	background: url(../images/romsoft_logo.png) no-repeat;
	text-indent: -9999px;
}
* html #left h1 a {
    background: url(../images/blank.gif);
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/romsoft_logo.png',sizingMethod='scale');
}

#left a {
	text-decoration: none;
}
#left a:hover {
	text-decoration: underline;
}
.box-top {
	width: 210px;
	height: 17px;
	background: url(../images/box_top.png) no-repeat;
}
* html .box-top {
    background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/box_top.png',sizingMethod='scale');
}

.box-bottom {
	width: 210px;
	height: 24px;
	background: url(../images/box_bottom.png) no-repeat;
}
* html .box-bottom {
    background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/box_bottom.png',sizingMethod='scale');
}
div.box {
	background: url(../images/box_bg.png) repeat-y;
	padding: 10px 25px 0px 25px;
	width: 160px !important;
}
* html div.box {
    background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/box_bg.png',sizingMethod='scale');
}

h1.customer {
	width: 210px;
	height: 62px;
	background: url(../images/box_customer.png) no-repeat;
	text-indent: -9999px;
}
* html h1.customer {
    background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/box_customer.png',sizingMethod='scale');
}
div.box form {
	position: relative;
}
h1.latestnews {
	width: 210px;
	height: 50px;
	background: url(../images/box_news.png) no-repeat;
	text-indent: -9999px;
}
* html h1.latestnews {
    background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/box_news.png',sizingMethod='scale');
}
p.more {
	text-align: right;
	border-top: 1px solid #a2ce08;
	margin-top: 10px;
	padding-top: 10px;
}
p.more span {
	font-weight: bold;
	color: #ed9400;
}
* html #left {
	position: relative !important;
}
#left form input {
	padding: 1px;
	border: 1px solid #ccc;
	margin-bottom: 3px;
}
.input1{
	width:143px;
}
* html .input1{
	width:145px;
}
.input2 {
	width: 110px;
	margin-right: 3px;
}
.submit {
	padding: 0;
	border: none !important;
	display: block;
	position: absolute !important;
	top: 22px;
	height: 20px;
	right: 12px;
}
* html .submit {
	top: 25px;
	right: 35px;
}
*:first-child+html .submit {
	top: 25px;
}
p.back {
	border-top: 1px solid #dedede;
	padding-top: 5px;
	clear: both;
}
p.back span, span.bullet {
	font-weight: bold;
	color: #ed9400;
}

/* =RIGHT SIDE
===========================================*/
#right {
	width: 750px;
	background: url(../images/bg_content.png) repeat-y;
	float: left;
}
#content {
	width: 690px;
	background: url(../images/top_layout.png) no-repeat;
	padding: 0px 30px 20px 30px;
	line-height: 130%;
}
#content img.header {
	margin: 26px -30px 15px -1px;
}

/* =CONTENT
===========================================*/
#content h1 {
	font: normal 28px Helvetica Neue, Arial, Helvetica, sans-serif;
	background: url(../images/bg_heading.png) no-repeat bottom left;
	padding-bottom: 15px;
	color: #0074d6;
	margin-bottom: 10px;
}
#content h2 {
	font: normal 15px Helvetica Neue, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	color: #0074d6;
	margin-top:10px;
	font-weight:bold;
}
#content p {
	margin-bottom: 10px;
}
#content ul {
	list-style-type: disc;
	margin-left: 35px;
	margin-bottom: 15px;
}
#content ul li {
	margin-bottom: 10px;
}
/* =FOOTER
===========================================*/
#footer {
	background: #d6e9f6 url(../images/bg_footer.png) no-repeat;
	height: 120px;
	width: 750px;
	position: relative;
}
p.iso {
	position: absolute;
	top: 20px;
	left: 205px;
	text-align: right;
}
p.navi {
	position: absolute;
	bottom: 20px;
	left: 30px;
	font-weight: bold;
	color: #ed9400;
}
p.navi a {
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	padding-right: 10px;
}
p.navi a:hover {
	text-decoration: underline;
	color: #0074d6;
}
p.member {
	position: absolute;
	right: 30px;
	top: 15px;
}
p.copy {
	position: absolute;
	bottom: 20px;
	right: 30px;
}
p.webbing {
	position: absolute;
	bottom: 0px;
	right: 30px;
	font-size: 10px;
}
p.webbing a {
	text-decoration: none;
	font-weight: bold;
}
#bottom {
	width: 100%;
	clear: both;
	height: 80px;
}
p.caption{
	font-weight:bold;
	font-style:italic;
	color:#333;
	text-align:center;
}
.itemleft{
	float:left;
	margin:0 10px 10px 0;
	border:1px solid #CCC;
	padding:3px;
	margin-top:5px;
}
.map{
	border:1px solid #CCC;
}
ul.sitemap ul{
	margin-top:10px;
}
.dar{
	position:relative;
	top:-25px;
	left:30px;
}
.moody{
	margin-bottom:10px;
	margin-top:5px;
}