﻿/* CSS layout - common */

html { 
  	margin: 0px;
  	padding: 0px;
}

body {
 	margin: 0px;
  	padding: 0px;
 	color: #000000;
  	background-color: #000000;
  	font-family: Arial, Helvetica;
  	font-size: 12px;
	line-height: 1.5; 
}

p {
 	margin: 0px;
  	padding: 0px;
}

h1 {
 	margin: 0px;
  	padding: 0px;
  	font-size: 12px;
  	font-weight: bold;
	line-height: 1.5; 
	color: #000000;
}

h4 {
 	margin: 0px 0px 5px 5px;
  	padding: 0px;
  	font-size: 12px;
  	font-weight: bold;
	line-height: 1.5; 
	color: #000000;
}

h6 {
 	margin: 0px;
  	padding: 0px;
  	font-size: 18px;
	line-height: 1.5; 
	color: #000000;
}

form {
 	margin: 0px;
  	padding: 0px;
  	font-family: Arial, Helvetica;
  	font-size: 12px;
}

input {
  	font-family: Arial, Helvetica;
  	font-size: 12px;
}

select {
  	font-family: Arial, Helvetica;
  	font-size: 12px;
}

/*  Container layout  */

#cntMain {
	width: 958px;
	margin: 15px auto;
	background-image: url('../../images/common/menu.png');
	background-repeat: no-repeat;
	background-position: 720px 110px;
	background-color: transparent;
}

#cntHeader {
	width: 958px;
	background-color: transparent;
}

#cntLeft {
	clear: left;
	float: left;
	width: 175px;
	margin-top: 15px;
	background-color: transparent;
}

#cntContent {
	float: left;
	width: 608px;
	margin-top: 15px;
	overflow:auto;
	background-color: transparent;
}

#cntFooter {
	position: relative;
	width: 608px;
	background-color: transparent;
}

#cntRight {
	float: left;
	width: 175px;
	margin-top: 15px;
	background-color: transparent;
}

#cntBreak {
	clear: left;
}

/*  Header layout */

#boxHeader {
	text-align: center;
  	font-size: 12px;
	line-height: 1.5; 
}

#boxHeader img {
	border-width: 0px;
}

#boxHeader a:link {
	color: #BBBBBB; 
	text-decoration: none;
}

#boxHeader a:visited {
	color: #BBBBBB; 
	text-decoration: none;
}

#boxHeader a:active {
	color: #BBBBBB;
	text-decoration: none;
}

#boxHeader a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


/*  Footer layout */

#boxFooter {
	margin-top: 5px;
  	font-size: 12px;
	line-height: 1.5; 
	text-align: center;
}

#boxFooter a:link {
	color: #BBBBBB; 
	text-decoration: none;
}

#boxFooter a:visited {
	color: #BBBBBB; 
	text-decoration: none;
}

#boxFooter a:active {
	color: #BBBBBB;
	text-decoration: none;
}

#boxFooter a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/*  Menu layout */

#boxCommon {
	margin:0px;
	padding:0px;
  	font-size: 15px;
	line-height: 1.5; 
}

#boxCommon a:link {
	color: #BBBBBB; 
	text-decoration: none;
}

#boxCommon a:visited {
	color: #BBBBBB; 
	text-decoration: none;
}

#boxCommon a:active {
	color: #BBBBBB;
	text-decoration: none;
}

#boxCommon a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#boxCommonAccentra {
	margin-top: 11px;
  	padding-left: 40px;
}

#boxCommonProducts {
	margin-top: 82px;
  	padding-left: 34px;
}

#boxCommonService {
	margin-top: 60px;
  	padding-left: 29px;
}

#boxCommonContact {
	margin-top: 50px;
  	padding-left: 24px;
}
