/*======================================
      		Axestech.net
--------------------------------------      
       Copyright Axestech.net
======================================*/

/**************************************/
/*              GLOBAL               */
/**************************************/
body {
	background:#382E22 url(../_img/bg/top_header.jpg) repeat-x top;
}
.right {
	float:right;
}
.left {
	float:left;
}
.center {
	text-align:center;
}
strong {
	color:#333;
}
/**************************************/
/*              HEADER                */
/**************************************/
div#top {
	height:150px;
}
#logo {
}
.caps {
	font-variant: small-caps;
	letter-spacing: 1px;
	text-transform: lowercase;
	font-size:1.2em;
	line-height:1%;
	font-weight:bold;
	padding:0 2px;
}
/**************************************/
/*             NAVIGATION             */
/**************************************/
div#nav {
}
div#nav ul {
	list-style:none;
	display:inline-block;
	padding:16px 0 0 30px;
	color:#FFF;
	margin:0;
	height:45px;
	width:950px;
	background:url(../_img/bg/bg_menu.jpg) no-repeat;
}
div#nav ul li {
	float:left;
	padding:0 25px 0 0;
	margin:0 25px 0 0;
	background:url(../_img/bg/separation_nav.jpg) no-repeat right;
}
div#nav ul li a {
	color:#FFF;
	text-decoration:none;
}
div#nav ul li a:hover {
	text-decoration:underline;
}
/**************************************/
/*              FRONT                 */
/**************************************/

div#front{
	background:url(../_img/bg/front.jpg) no-repeat;
	width:950px;
	height:270px;
}

.front_img {
	margin:7px 0 7px 21px;;
}

/**************************************/
/*            MAIN CONTENT            */
/**************************************/
div#main {
	background:#FFF;
}
div#main_top {
	background:url(../_img/bg/main_top.jpg) no-repeat;
	height:30px;
	width:950px;
}
div#main_content {
	width:950px;
}
div#main_bottom {
	background:url(../_img/bg/main_bottom.jpg) no-repeat;
	height:52px;
	width:950px;
}
div#menu_bottom{
	padding:20px 0 0 300px;
}
div#main_bottom a {
	color:#B1C537;
	text-decoration:none;
}
div#main_bottom a:hover {
	text-decoration:underline;
}
div.content {
}
.title_content {
	font-weight:bold;
	font-size:16px;
}
div#mainContent {
	padding-top:10px;
}

div.home_pictures {
	padding: 0 0 0 25px;
}

div.home_pictures a IMG  {
	border:2px solid #CCC;
	padding:2px;
	margin:5px;
}

div.home_pictures a:hover IMG {
	border:2px solid #B1C537;
}

div.content ul {
	list-style:none;
	padding:0 0 0 25px;
	margin:0;
}
div.content ul li {
	display:block;
	margin-bottom:10px;
	margin-left:10px;
	color:#333;
}

div.content .listcontact li {
	height:55px;
}
div.content .listcontact li a {
	text-decoration:underline;
	color:#F60;
}
div.content .listcontact li a:hover {
	text-decoration:none;
}

/**************************************/
/*               GREEN                */
/**************************************/
div.green {
	background:#B1C537 url(../_img/bg/green_left.jpg) no-repeat left;
	height:35px;
	margin:20px 0 20px 0px;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}
div.green p {
	margin:4px 0 0 20px;
}
div.green_left {
	background:#B1C537 url(../_img/bg/green_left.jpg) no-repeat left;
	height:35px;
	float:left;
}
div.green_right {
	background:url(../_img/bg/green_right.jpg) no-repeat right;
	height:35px;
	width:34px;
	float:right;
}

/**************************************/
/*               FOOTER               */
/**************************************/


div#footer {
	font-size:11px;
	float:right;
	color:#FFF;
}