 /* CSS RESET 
 ------------------------------------------------------------------------------------------*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike ul, li,
 form, label, legend,
 caption{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
 ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

p {
	margin:10px 0px 10px 0px;
}

/* remember to define focus */
:focus {
	outline: 0;
}

/* remember to highlight inserts */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

ol {
	padding:5px 20px;
	margin:0px;
}

address {
	padding:0px 10px 0px 0px; 
	margin:0px; 
	display:inline;
}
/* END OF CSS RESET
------------------------------------------------------------------------------------------*/

/* GENERAL CODE
------------------------------------------------------------------------------------------*/

html, body {
  height: 100%;
  margin: 0 0 1px;
  padding: 0;
}

body {
	background:url(images/bg.jpg) #fff repeat-x;
	text-align:center;
}

a {
	font-family:Verdana, Geneva, sans-serif; 
	font-size:12px;
	color:#242424;
	line-height:15px;
}

h1 {
	color:#3f79a1;
	font-weight:bold;
	font-size:18px;
	text-align:left;
	font-style:oblique;
}

p.h2, h2 {
	color:#3f79a1;
	font-weight:bold;
	font-size:17px;
	text-align:right;
	font-style:oblique;
	margin:0px;
	padding:0px;
}

.right {
	float:right;
}
.left {
	float:left;
}

/* END OF GENERAL CODE
------------------------------------------------------------------------------------------*/

/* LAYOUT POSITION
------------------------------------------------------------------------------------------*/
#container {
	width:900px;
	text-align:left;
	margin:0px auto;
	background:url(images/sidebga.jpg) repeat-y;
	height:100%;
	}



#side {
	float:left;
	width:245px;
	padding:30px 25px 0px 20px;
	margin:0px 0px;
	font-family:Verdana, Geneva, sans-serif; 
	font-size:11px;
	color:#242424;
	line-height:20px;
	background:#f6f6f6;
	background:url(images/side01.jpg) no-repeat;
	float:left;

}

.sidebg {
	 background:url(images/sidebg.jpg) repeat-x top left;
	 padding:10px 8px;

}
.sidebg1 {
	 display:block;
	 padding:10px 8px;
}


.rotate {
	margin:10px 0px;
}

#main {
	float:left;
	width:604px;
	font-family:Verdana, Geneva, sans-serif; 
	font-size:12px;
	color:#242424;
	line-height:20px;
	float:right;
}

#navi {
	margin-bottom:150px;
}

#footer {
	border-top: 1px solid #CCC;
	padding:10px 0px;
	margin:20px 0px;
	text-align:right;
	font-size:11px;
	color:#ccc
}

.clear {
	clear:both;
}

/* END OF LAYOUT POSITION
------------------------------------------------------------------------------------------*/
/* DORP DOWN MENU
------------------------------------------------------------------------------------------*/


.nav {
	padding:0; 
	margin:0; 
	list-style:none; 
	height:00px; 
	position:relative; 
	z-index:1000; 
	top:64px;
}
.nav li {
	float:left; 
	margin:0px;
}
.nav li a {
	display:block; 
	float:left; 
	height:29px; 
	line-height:29px; 
	background:#215096; 
	color:#fff; 
	text-decoration:none; 
	font-size:11px; 
	font-weight:bold; 
	padding:0 10px 0 10px;
}

.nav table {
	border-collapse:collapse; 
	width:0; 
	height:0; 
	position:absolute; 
	top:0; 
	left:0;
}

.nav li a:hover {
	z-index:200; 
	position:relative;
	color:#fff; 
	background-color:#215096;
}
.nav li:hover {
	position:relative; 
	z-index:200;
}

.nav li:hover > a {
	color:#fff; 
	background:#78acc9;
}
.nav li:hover > a.sub {
	color:#fff; 
	background-color:#78acc9;
}

.nav li.current a {
	color:#fff; 
	background:#840;
}

.nav li a.sub {
	background: #215096;
	cursor:pointer;
}
.nav li.current a.sub {
	color:#fff; 
	background:#840;
	cursor:pointer;
}

.nav :hover ul {
	left:0px; 
	top:29px; 
	width:120px; 
	background:#444;
}

.nav ul, #nav :hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0; 
	margin:0;
	padding:0;
	list-style:none;
}

.nav :hover ul :hover ul{
	left:200px; 
	top:-1px; 
	background:#222; 
	white-space:nowrap; 
	width:100px; 
	z-index:200; 
	height:auto;
}

.nav :hover ul li {
	margin:0; 
	border-top:1px solid #fff;
}
.nav :hover ul li a {
	width:150px; 
	padding:0; 
	text-indent:10px; 
	background:#215096; 
	color:#ccc; 
	height:30px; 
	line-height:30px;
}


.nav :hover ul :hover {
	background-color:#78acc9; 
	color:#fff;
}


/* END OF Drop Down Nav
------------------------------------------------------------------------------------------*/

.middle {
	text-align:center;
	vertical-align:middle;
	padding:20px;
}

/* FLASHING LOGO
------------------------------------------------------------------------------------------*/


#logo{
	float:left;
	width:290px;	
	height:143px;
	margin:auto;
	position:center;
	display:block;
	background:url(images/sign.jpg);
}
#logo a{
	background-image:url(images/sign1.gif);
	background-repeat: no-repeat;
	position:center;
	display:block;
	width:290px;
	height:143px;
}
 #logo span.hover{
	width:290px;
	height:143px;
	background-image:url(images/sign.gif);
	background-repeat: no-repeat;
	position:center;
	display:block;
}


/* END OF FLASHING LOGO
------------------------------------------------------------------------------------------*/

/* FADING CONTENT
------------------------------------------------------------------------------------------*/

.container2 { margin: 00px auto;}

.tab_container {
	border-top: none;


}
.tab_content {
	padding: 00px;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
}

.tab-content {
	padding:5px 0px 0px 25px;

}


/* END OF FADING CONTENT
------------------------------------------------------------------------------------------*/

/* FORMS
------------------------------------------------------------------------------------------*/
.infos {
	background:#f9f9f9;
	border:1px solid #efefef;
	color: #333;
	font-size: 11px;
	padding: 10px;
	margin-bottom: 10px;
	width:520px;
}
#contact3 {
	padding:0px;
	width:550px;
	margin:auto;
	margin-bottom:10px;
}

h4 {
	margin:0px;
	padding-bottom:5px;
	color:#3f79a1;
	font-size:13px;
	font-weight:bold;
}
#contact1{

	float:left;
	padding:20px;
	width:210px;
	background:#f9f9f9;
	border:1px solid #efefef;
	color: #333;
	font-size: 11px;

}
#contact2{

	float:right;
	padding:20px;
	width:210px;
	background:#f9f9f9;
	border:1px solid #efefef;
	color: #333;
	font-size: 11px;

}

fieldset {
	border:1px solid #e2e2e2;
	padding:10px;
	width:530px;
	margin:auto;
}

legend {
	background:#f9f9f9;
	border:1px solid #e2e2e2;
	padding:5px;
	color:#3f79a1;
	font-size:13px;
	font-weight:bold;
}
.inputtext1 {
	width:150px;
	margin-right:5px;
}

.inputtext, .textarea1 {
	width:310px;
}

.send {
	margin-left:300px;
}

.container2 { margin: 00px auto;}

#thanks {
	background:#bcf5ca;
	border:1px solid #d2d2d2;
	color: #367545;
	font-size: 11px;
	padding: 5px;
	margin: 10px 0px 10px 0px;
	text-align:center;
}

#error {
	background:#ffd9da;
	border:1px solid #ff5b60;
	color: #D35459;
	font-size: 11px;
	padding: 5px;
	margin: 10px 0px 10px 0px;
	text-align:center;
}