body {
	text-align:center;
	background:#cecece;
	margin:0px;
	padding:0px;
}

a:link {color:#FF4800;}
a:visited {color:#FF4800;}
a:hover {color:#FF4800;}

h1, h2, h3, h4, h5, h6, form, p, ul, ol, dl, li {margin:0; padding:0;}

.hide {display:none; visibility:hidden;}
.show {display:inherit; visibility:visible;}
a img {border-width:0;}


/*SKIP*/
#skip {display:none;}


/*CONTAINER*/
#container {
	margin:0 auto;
	width:764px;
	background:white;
	text-align:left;
	position:relative;
	border:none;
}




/*LEFT*/
#left {
	/*
	position:absolute;
	left:0;
	top:0;
	*/
	vertical-align:top;
	text-align:left;
	padding:0;
	width:200px;
	background:white;
}


/*LOGO*/
#logo {
	width:200px;
	height:89px;
	/*background:#EB0813;*/
	background:#fff;
}
#logo a {
	text-decoration: none;
	color:#FFF;
	cursor:pointer;
}
#logo img {
	float:left;
	margin:22px 8px 0 23px;
}
#logo strong {
	margin-top:19px;
	display:block;
	float:left;
	font:bold 18px "Arial Narrow", Arial, Helvetica, sans-serif;
}
#logo em {
	display:block;
	float:left;
	font-style:normal;
	font:8px Tahoma, Arial, Helvetica, sans-serif;
}







/*LANGUAGE*/
#languagebar {
	padding:7px 10px 7px 27px;
	text-align:left;
	color:#000;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	/*background:#EEE;*/
	/*background:#EB0813;*/
}
#languagebar a {color:#000; font:10px Verdana, Arial, Helvetica, sans-serif; text-decoration:none; vertical-align:middle;}
#languagebar a.active {font-weight:bold}





/*MENU*/
#menu {
	/*padding-top:1px;*/
	/*margin:6px 3px 0 37px;*/
	/*height:164px;*/
	margin:20px 3px 0px 37px;
	height:119px;
	list-style:none;
}
#menu li {
	background:url(mn_item.gif) left 3px no-repeat;
	width:122px;
	border-bottom:#D4D9DA 1px solid;
	height:15px;
}
#menu li a {
	text-decoration: none;
	padding:0px;
	margin:0px 12px 0px 22px;
	height:15px;
	display:block;
	font:10px Arial, Helvetica, sans-serif;
	white-space:nowrap;
}
#menu a:link {color:#6C797B;}
#menu a:visited {color:#6C797B;}
#menu a:hover {color:#EB0813;}



/*LEFT-TITLE*/
/*
#left-title {
	background:#EB0813;
	width:200px;
	height:30px;
	position:relative;
}
#left-title strong {
	display:block;
	position:absolute;
	top:7px;
	left:50px;
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:left;
	text-transform:uppercase;
}
#left-title .top {display:block; border:none; position:absolute; left:0px; top:-7px;}
#left-title .icon {display:block; border:none; position:absolute; left:20px; top:5px;}
#left-title .bottom {display:block; border:none; position:absolute; left:0px; top:30px;}
*/

/*LEFT-NEWS*/
#left-news {
	width:200px;
}
#left-news strong {
	display:none;
	font:14px Arial, Helvetica, sans-serif;
	color:#6C797B;
	text-align:left;
	margin-left:27px;
	font-weight:normal;
	/*text-transform:uppercase;*/
}
#left-news div {
	margin-bottom:12px;
	padding:0 10px 12px 50px;
}
#left-news p {
	font:10px Arial, Helvetica, sans-serif;
	color:#5A5A5A;
	text-align:justify;
	padding:0 0 6px 0;
	border-bottom:#FF9C00 1px solid;
}
#left-news a {
	font:10px Arial, Helvetica, sans-serif;
	background:url(details.gif) right 5px no-repeat;
	margin-top:10px;
	padding-right:13px;
}
#left-news #left-news-1 {background:url(01.gif) left 10px no-repeat; margin-top:20px;}
#left-news-2 {background:url(02.gif) left 10px no-repeat;}
#left-news-3 {background:url(03.gif) left 10px no-repeat;}







/*RIGHT*/
#right {
	/*margin-left:200px;*/
	padding:0;
	vertical-align:top;
	text-align:left;
	border-left:#DBDBDB 1px solid;
}



/*HEADER BUTTONS*/
#header-button {
	height:80px;
	background:#666;
}
#header-button-orange,
#header-button-green,
#header-button-magenta {
	display:block;
	float:left;
	height:80px;
	text-align:left;
	/*background:#522F2A;*/
	background:#666;
	color:#666;
	font:55px Verdana, Arial, Helvetica, sans-serif;
	position:relative;
}

#header-button-orange {background:url(button.d.gif) right bottom no-repeat; border-right:#DBDBDB 1px solid; width:187px;}
#header-button-green {background:url(button.p.gif) right bottom no-repeat; border-right:#DBDBDB 1px solid; width:187px;}
#header-button-magenta {background:url(button.at.gif) right bottom no-repeat; width:187px;}

#header-button a {
	position: absolute;
	right:14px;
	bottom:10px;
	display:block;
	/*margin:30px 14px 0 0;*/
	text-decoration: none;
	font:26px "Arial Narrow", Arial, Helvetica, sans-serif;
}
#header-button a:link, #header-button a:visited {color:#FFFFFF;}
#header-button a:hover {color:#E77817;}




/*SPLASH*/
#splash {
	height:198px;
	width:564px;
	/*background:url(main.jpg) left top no-repeat;*/
	position:relative;
	font: 26px "Arial Narrow", Arial, Helvetica, sans-serif;
	clear:left;
}
#splash strong {
	display:block;
	position:absolute;
	left:120px;
	top:75px;
	font-weight:normal;
}
#splash em {
	display:block;
	position:absolute;
	left:120px;
	top:100px;
	font:bold 18px "Arial Narrow", Arial, Helvetica, sans-serif;
}












/*CONTENT-TITLE*/
#content-title {
	background:#E77817;
	/*
	height:30px;
	position:relative;
	*/
	padding:7px 0 6px 20px;
}
#content-title h1 {
	/*display:block;*/
	/*
	position:absolute;
	top:7px;
	left:50px;
	*/
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:left;
	text-transform:uppercase;
}
/*
#content-title .top {display:block; border:none; position:absolute; left:0px; top:-7px;}
#content-title .icon {display:block; border:none; position:absolute; left:20px; top:5px;}
#content-title .bottom {display:block; border:none; position:absolute; left:0px; top:30px;}
*/


/*BODY*/
#body {
	font:12px verdana, Helvetica, sans-serif;
	margin-top:10px;
	padding:10px;
	text-align:justify;
	line-height:1.5;
}
#body p {padding:0px; margin:0px;}
#body td {font:14px verdana, Helvetica, sans-serif;}

#body ul {margin-left:15px;}

#body a:link, #body a:visited {color:#000;}
#body a:hover, #body a:active, #body a:focus {color:#E77817;}

/*
.index-item {
	width:186px;
	float:left;
	border-left:#A9BC05 1px solid;
}
.index-item .title {
	padding:20px 10px 0 10px;
	height:44px;
	background:#F7F7F7;
	color:#A9BC05;
	text-align:center;
	font:bold 18px "Arial Narrow", Arial, Helvetica, sans-serif;
}
.index-item .img {
	height:164px; text-align:center; padding-top:15px;
}
.index-item ul {
	list-style:none; margin:0 0 10px 20px; color:#8B8B8B; font:11px Arial, Helvetica, sans-serif;
}
.index-item ul li {
	background:url(point.gif) left 5px no-repeat; padding-left:15px; margin:2px 0 2px 0;
}
.index-item .link {
	height:35px; background:#F7F7F7; text-align:center; padding:5px;
}
.index-item .link strong {
	color:#EB0813; font:bold 22px Arial, Helvetica, sans-serif;
}

a.index-link {
	font: 10px Arial, Helvetica, sans-serif;
	text-decoration: none;
	height:17px;
	background:#E7E7E7;
	border:#333 1px solid;
	padding:1px 8px 1px 8px;
	margin:0 15px 3px 0;
}
a.index-link:link, a.index-link:visited {color:#5F5F5F;}
a.index-link:hover {color:#EB0813;}
*/









/*FOOTER*/
#footer {
	/*clear:both;*/
	/*height:63px;*/
	vertical-align:top;
	border-top:#666 13px solid;
	font: 10px Arial, Helvetica, sans-serif;
	padding:10px 12px 10px 12px;
}

#footer a {
	font: 10px Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
#footer a:link, #footer a:visited {color:#000;}
#footer a:hover, #footer a:active, #footer a:focus {color:#E77817;}
#footer-links {text-align:center;}
#footer-links a {padding:0 9px 0 9px; background:url(menu.gif) right top no-repeat;}
#footer-links a.first {padding-left:0;}
#footer-links a.last {padding-right:0; background:none;}
#footer .copyright {margin-top:6px; text-decoration:none; color:#000;}
#footer .webmaster {float:right; margin:6px 0 0 0; text-align:right; text-decoration:none; color:#000;}
#footer .webmaster a {padding:0; background:none;}


/*LOGO2*/
/*
#logo2 {
	width:200px;
	float:left;
}
#logo2 a {
	text-decoration: none;
	color:#8F8F8E;
	display:block;
	height:30px;
	cursor:pointer;
}
#logo2 img {
	float:left;
	margin:15px 8px 0 23px;
}
#logo2 a strong {
	margin-top:12px;
	display:block;
	float:left;
	font:bold 18px "Arial Narrow", Arial, Helvetica, sans-serif;
	color:#8F8F8E;
}
#logo2 a em {
	display:block;
	float:left;
	font-style:normal;
	font:8px Tahoma, Arial, Helvetica, sans-serif;
	color:#8F8F8E;
}

#logo2 a:link strong, #logo2 a:link em,
#logo2 a:visited strong, #logo2 a:visited em {
	color:#8F8F8E;
}

#logo2 a:hover strong,
#logo2 a:hover em {
	color:#FF7800;
	cursor:pointer;
}
*/


.df {
	margin-top:20px;
	line-height:2;
}
.df strong{margin-left:45px}
.df label {
	clear:both;
	display:block;
	float:left;
	width:135px;
	text-align:right;
	margin-top:2px;
}
.df input, .df textarea {
	display:block;
	float:left;
	width:300px;
	text-align:left;
	border:none;
	border:1px #000 solid;
	margin-left:3px;
}
.df textarea {border:1px #000 solid;}
.submit {
	clear:both;
	margin-left:135px;
	padding-top:20px;
	width:300px;
}


.bordered {
	border-collapse:collapse;
	border:#000 1px solid;
}

.bordered th, .bordered td {
	border:#000 1px solid;
}

/*
.compname {font: bold 18px "Arial Narrow", Arial, Helvetica, sans-serif;}
.big {font: 26px "Arial Narrow", Arial, Helvetica, sans-serif;}
.big1 {font: bold 22px Arial, Helvetica, sans-serif;}
.big2 {font: bold 14px "Arial Black", Arial, Helvetica, sans-serif;}
.main {font: 11px Arial, Helvetica, sans-serif;}

.boldthfix {font: bold 10px Tahoma, Arial, Helvetica, sans-serif;}
B {font: bold 11px Arial, Arial, Helvetica, sans-serif;}
.small {font: bold 9px Tahoma, Arial, Helvetica, sans-serif;}
.small1 {font: 8px Tahoma, Arial, Helvetica, sans-serif;}

a.hmenu1:link {font: 10px Arial, Helvetica, sans-serif; color:#6C797B; text-decoration: none;}
a.hmenu1:visited {font: 10px Arial, Helvetica, sans-serif; color:#6C797B; text-decoration: none;}
a.hmenu1:hover {font: 10px Arial, Helvetica, sans-serif; color:#EB0813; text-decoration: none;}

a.hbut:link {font: bold 10px Tahoma, Arial, Helvetica, sans-serif; color:#929292; text-decoration: none;}
a.hbut:visited {font: bold 10px Tahoma, Arial, Helvetica, sans-serif; color:#929292; text-decoration: none;}
a.hbut:hover {font: bold 10px Tahoma, Arial, Helvetica, sans-serif; color:#FF9C00; text-decoration: none;}

a.hbut1:link {font: 10px Arial, Helvetica, sans-serif; color:#5F5F5F; text-decoration: none;}
a.hbut1:visited {font: 10px Arial, Helvetica, sans-serif; color:#5F5F5F; text-decoration: none;}
a.hbut1:hover {font: 10px Arial, Helvetica, sans-serif; color:#EB0813; text-decoration: none;}

form {margin-top:0px; margin-bottom:0px;}
.style1 {font-size: 14px}
.main1 {font: 10px Arial, Helvetica, sans-serif;}
*/


/* ############ CONTENT CSS ################ */

#content-holder {
	margin:0 auto;
	text-align:left;
}

#content-holder h2 {
	padding:0px;
	margin:0px;
}

#content-holder p {
	text-align:justify;
}

#content-holder .h2ik {
	padding:0px;
	margin:0px;
	/*width:300px;*/
	height:190px;
	padding-right:330px;
	text-align:left;
}

#back-ups-cs {background:url(/files/image/upses/back-ups-cs.jpg) top right no-repeat;}
#ups-es {background:url(/files/image/upses/ups-es.jpg) top right no-repeat;}
#ups-hs {background:url(/files/image/upses/ups-hs.jpg) top right no-repeat;}
#ups-rs {background:url(/files/image/upses/ups-rs.jpg) top right no-repeat;}
#smart-ups {background:url(/files/image/upses/smart-ups.jpg) top right no-repeat;}
#smart-ups-sc {background:url(/files/image/upses/smart-ups-sc.jpg) top right no-repeat;}
#smart-ups-xl {background:url(/files/image/upses/smart-ups-xl.jpg) top right no-repeat;}
#symmetra {background:url(/files/image/upses/symmetra.jpg) top right no-repeat;}
#smart-ups-2 {background:url(/files/image/upses/smart-ups-2.jpg) top right no-repeat;}


#content-holder h3 {
	padding:0px;
	margin:0px;
	border-bottom:#ccc 1px dashed;
	
}

#content-holder h3.noborder {border:none; margin:0px 0px 20px 0px;}

#content-holder table {
	border:none;
}

#content-holder th {
	text-align:left;
	color:#fff;
	font-weight:bold;
	background:#369;
	border-top:#fff 20px solid;
	font-size:13px;
	padding:5px;
}

#content-holder th.first {border:none;}
#content-holder td {
	font-size:13px;
	padding:3px 2px 3px 2px;
	vertical-align:top;
}

#content-holder tr.blue {
	 background:#f4f4f4;
}

#content-holder .upslist {
	list-style:none;
	padding:0px;
	margin:0px 0px 40px 0px;
}
#content-holder .upslist li {margin:0px 0px 20px 0px;}
#content-holder .upslist li strong {
	display:block;
	text-decoration:underline;
	color:#00F;
}