* {
	margin:0;
	padding:0;
}
body {
	background:#ffffff url('bg.png') repeat-x scroll top left;
	margin:0 auto;
	padding:0;
	padding-top:30px;
	font-family:Arial, Helvetica, sans-serif;
	overflow:scroll;
}
.bg1 {
	background-image: url(bg1.png);
	background-repeat: repeat-x;
	background-color: #D1F9FF;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
.d1 {
	background-image: url(d1.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1200px;
	height: 180px;
}
.d2 {
	background-image: url(d2.png);
	background-repeat: repeat-y;
	background-position: center top;
	width: 1200px;
	height: 100%;
	padding-left: 140px;

}
.d3 {
	background-image: url(d3.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1200px;
	height: 200px;
}
.d4 {
	background-image: url(d4.png);
	background-repeat: repeat-y;
	background-position: center top;
	width: 1200px;
	height: 100%;
	padding-left: 140px;

}
.fond {
	background-image: url(fond.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 210px;
	height: 160px;
}
.text {
    color: #ffffff;
    padding-left: 207px;
    font-size: 14px;
    font-family: arial;
    
}
.text1 {
    color: #ffffff;
    padding-left: 10px;
    font-size: 18px;
    font-family: arial;
    
}
.text2 {
    color: #5F002F;
    padding-left: 0px;
    font-size: 18px;
    font-family: verdana;
    
}
.text3 {
    color: #ffffff;
    font-size: 9px;
    font-family: verdana;
    
}
.text4 {
    color: #333333;
    font-size: 12px;
    font-family: verdana;
    
}
.text5 {
    color: #ffffff;
    padding-left: 0px;
    font-size: 14px;
    font-family: arial;
    
}
.sidebar {
	width:100%;
	float:right;
	background-image: url(menu.png);
	background-repeat: no-repeat;
	padding:10px;
	height: 420px;
	
}
.take {

	padding-bottom:-40px;
	
}
/* wrapper */
div#wrap1 {
	width:1000px;
	margin:0 auto;
	padding:0 0px;
}
div#wrap {
	width:1200px;
	margin:0 auto;
	padding:0 0px;
}


form {}
.input {
	border:2px solid #ffffff;
	background-color: #f4f4f4;
	padding:2px 3px 2px 3px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	width:650px;
}
.button {
	background:#5F002F url('button.png') repeat-x scroll top left;
	color:#ffffff;
	font-size:14px;
	height: 26px;
	border:2px solid #ffffff;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:2px 8px 2px 8px;
}
FIELDSET P {
	padding:10px 10px 10px 10px ;
	margin:0px;
	border-color: #ffffff;
}
table tr th {
	background:#8D0000 url('button.png') repeat-x scroll top left;
	color:#ffffff;
}

FIELDSET {
	margin-bottom:10px;
	border-color: #ffffff;
	color: #ffffff;
	border: 0px;
}
/* header & nav */
div.header {
	margin:0 auto;
}
div.title {
	float:left;
}
div.nav {
	float:right;
	padding:65px 0 0 0;
	margin:0;
}
div.nav ul {
	list-style:none;
	float:right;
	padding:0 0 0 50px;
	margin:-10px 0 0 30px;
}
div.nav ul li {
	display:inline;
	float:left;
}
div.nav ul li a, div.nav ul li a:visited {
	float:left;
	margin:0 15px;
	text-decoration:none;
	color:#FFBDBD;
	font-weight:bold;
	font-size:0.9em;
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	padding-bottom:3px;
}

 div.nav ul li a:hover {
	border-bottom:2px solid #fff;
	color:#fff;
 }

/* headers */
h1, h2 {
	text-align:left;
	color:#fff;
}
h1 {
	font-size:3em;
	padding-left:10px;
}
h1 a, h1 a:hover, h1 a:visited {
	text-decoration:none;
	color:#ffffff;
}
h2 {
	padding:0 0 10px 10px;
	font-size:0.9em;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-size:1.5em;
	font-family:'Lucida Sans Unicode','Lucida Grande',verdana,sans-serif;
	font-weight:normal;
	color:#333333;
}
h4 {
	color:#7F0000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	font-weight:normal;
	padding:5px;
	background-color:#e6e6e6;
	border-bottom:1px solid #cccccc;
}


/* element defaults */
p {
	margin-bottom:20px;
	line-height:1.7em;
	font-size:0.95em;
	color:#333333;
}
ul {
	padding:0 0 20px 35px;
}
code {
	border:1px solid #7D0000;
	border-left-width:10px;
	display:block;
	padding:10px;
	margin:10px 0;
}

/* default forms */


/* default tables */ 

table tr th, table tr td {
	padding:5px 10px; 
}



/* default links */
a { 
	color:#000000;
}
a:visited { 
	color:#000000;
} 
a:hover { 
	color:#000000; 
}
	

/* centeral page */
div.pagewrapper {
	margin:0 auto;
	background-image:url('wrap-bg-right.png');
	background-repeat:repeat-y;
	background-position:top right;
}
div.innerpagewrapper {
	background-image:url('wrap-bg-left.png');
	background-repeat:repeat-y;
	background-position:top left;
}
div.page {
	margin:0 10px;
	background-color:#ffffff;
	padding:10px 10px;
}
div.page ul {
	list-style-image:url('bullet.png');
	font-size:0.95em;
}
div.page ul li {
	padding:3px 0;
}


/* content */
div.content {
	float:left;
	width:100%;
	margin-bottom:10px;
}


/* sidebar */
div.sidebar {
	width:30%;
	float:right;
	background-image: url(menu.png);
	background-repeat: no-repeat;
	padding:10px;
	height: 420px;
	
}

div.sidebar * {
	font-size:13px;
	color:#ffffff;
}

div.sidebar ul {
	list-style:none;
	list-style-image:none;
	padding:10px 10px 25px 10px;
}
div.sidebar ul li {
	padding:7px 0;
}
div.sidebar ul li a {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	font-size:1.1em;
}

/* footer */
div.footer {
	clear:both;
	margin-top:10px;
	padding-top:10px;
	border-top:1px solid #dddddd;
}
div.footer p {
	text-align:center;
	color:#999999;
	font-size:12px;
	font-family:"Trebuchet MS", Verdana, Arial;
}
div.footer p a {
	color:#999999;
}

/* search form */
form.searchform {
	padding-top:10px;
}


/* misc classes */
*:focus {
	outline:none;
}
.clear {
	clear:both;
}


.sociable					{
		margin				:	16px 0 !important;
}
.sociable img				{
		float				:	none;
		width				:	20px;
		height				:	20px;
		border				:	0;
		margin				:	0;
		padding				:	0;
}
.sociable-hovers			{
		opacity				:	.4;
		-moz-opacity		:	.4;
		filter				:	alpha(opacity=60);
}
.sociable-hovers:hover		{
		opacity				:	1;
		-moz-opacity		:	1;
		filter				:	alpha(opacity=100);
}
