/* CSS */
/* > DEFAULT */
* {
	margin: 0px;
	padding: 0px;
	border: none;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #716f6e;
	font-style: normal;
	text-decoration: none;
}

* a:hover {
	text-decoration: underline;
}

html, body {
}

html {
	font-size: 100%;
	background-color: #303030;
	height:100%;
}

body {
	font-size: .75em;
	line-height: 1em;
	width: 970px;
	min-height:100%;
	margin: 0px auto;
	background: url(img/headfoot/bckg_content.gif) left top repeat-y;
	position:relative;
}

h1 {
	font-size: 1.1em;
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
}

.input_text {
	width: 200px;
	height: 20px;
	border: 1px solid #000;
}

textarea {
	width: 300px;
	height: 100px;
	border: 1px solid #000;
}

div.clear {
	clear: both;
}

.error {
	color: red;
}

/* > END DEFAULT */
/* > MAIN */

.form_left {
	text-align: right;
}

.spacer {
	width: 10px;
}

/* > END MAIN */
/* > POPUP IMAGE */
.popuppic {
	border-style: none;
}

#divpicpopup {
	position:absolute;
	display: table-cell;
	z-index:1000;
	visibility:hidden;
}

#divpopup {
	z-index:1500;
	border: none;
	text-align: right;
}

#divpopupimg {
	border: 1px solid #000;
	background: #fff url(img/theme/lloading.gif) no-repeat 50%;
	text-align: left;
}

#popupimg {
}

#divpopupdesc {
	text-align: left;
}

#divpopupcopyright {
	background-color: #000;
	color:#fff;
	text-align: center;
	font-size: .8em;
	padding-bottom: 3px;
}

#divpopupbutclose {
	display: block;
	margin: 0px 0px 0px auto;
	width: 60px;
	height: 11px;
	padding:0px;
	background: #000 url(img/theme/close.gif) no-repeat left top;
}
/* > END POPUP IMAGE */

/************************************************/

div#center {
	position: absolute;
	width: 970px;
	height: 600px;
	left: 50%;
	top: 50%;
	margin-left: -485px;
	margin-top: -300px;
}

div.topbottom {
	width: 970px;
	height: 45px;
	background-color: #e2e3e4;
}

div.topbottom2 {
	position:absolute;
	bottom:47px;
	width: 970px;
	height: 45px;
	background-color: #e2e3e4;
}


div#topflash {
	width: 970px;
	height:372px;
}

div#container {
	position: relative;
	width: 970px;
	padding-bottom: 122px;
}

div#content {
	width: 766px;
	margin: 0px auto;
	padding: 60px 57px 39px 57px;
	line-height: 19px;
	text-align: justify;
}

div#bloc_bottom{
	position: absolute;
	bottom: 0px;
}

div#footer {
	position:absolute;
	bottom:90px;
	left: 45px;
	width: 880px;
	height: 32px;
	font-size: .8em;
	background-color: #fff;
	z-index:20;
}


div#footer ul#left {
	position: absolute;
	left: 13px;
	bottom: 9px;
	color: #716f6e;
	text-align: left;
	list-style-type:none;
}

div#footer ul#left li a {
	color: #716f6e;
}

div#footer ul#left li#ahome {
	color: #0093dd;
}

div#footer ul#left li#ahome a:hover {
	color: #0093dd;
}

div#footer ul#left li#aproducts {
	color: #da251d;
}

div#footer ul#left li#aproducts a:hover {
	color: #da251d;
}

div#footer ul#left li#aospi {
	color: #7f1a7d;
}

div#footer ul#left li#aospi a:hover {
	color: #7f1a7d;
}

div#footer ul#left li#anews {
	color: #79b51e;
}

div#footer ul#left li#anews a:hover {
	color: #79b51e;
}

div#footer ul#left li#acontacts {
	color: #ec921a;
}

div#footer ul#left li#acontacts a:hover {
	color: #ec921a;
}

div#footer ul#left li {
	display: inline;
	float: left;
	margin-right: 5px;
}

div#footer p#right {
	position: absolute;
	right: 13px;
	top: 9px;
	float: left;
	color: #716f6e;
	text-align: right;
}

div#footer p#right a {
	color: #716f6e;
}

img.imgpdf {
	width: 23px;
	height: 23px;
	vertical-align: middle;
	margin-right: 10px;
}

div.spacer {
	width: 970px;
	height: 45px;
	background-color: #303030;
}

div.spacer2 {
	position:absolute;
	bottom:0px;
	left:0px;
	width: 970px;
	height: 47px;
	background-color: #303030;
}

a#clixite {
	position: absolute;
	right: 10px;
	bottom: 16px;
	width: 192px;
	height: 12px;
	background: url(img/headfoot/octanorm_clixite_logo.gif) left top no-repeat;
	font-size: 1px;
}

a#clixite:hover {
	position: absolute;
	right: 10px;
	bottom: 16px;
	width: 192px;
	height: 12px;
	background: url(img/headfoot/octanorm_clixite_logo.gif) 0px -12px no-repeat;
}

/* END CSS */