body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 100%;
}

body, div, ul, li, h1, h2, h3, h4, p { 
	margin: 0;
	padding: 0;
}

img { 
	border: 0;
}

ul {
	list-style-type: circle;
	font-size:13px;
}

ol {
	list-style-image: url(../img/bullet.png);
	font-size:13px;
	color:#515151;
	text-align:justify;
	line-height: 150%;
}

h1, h2, h3, h4 {
   	font-family: Arial, sans-serif;
	font-size: 100%;
	font-weight: 100;
}

#body {
	margin: 0;
	padding: 0;
	background-color: #484848;
}

#outer_content {
	height: 120px;
	width: 100%;
	margin: 0 auto;
	background-color: #777777;
	background: -webkit-gradient(linear, left top, left bottom, from(#383838), to(#515151));
	background: -moz-linear-gradient(top,  #383838,  #515151);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#383838', endColorstr='#515151');
	background-image: -o-linear-gradient(rgb(54,54,54),rgb(79,79,79));
}

#top_content {
	height: 120px;
	width: 900px;
	margin: 0 auto;
	background-color: #777777;
	background: -webkit-gradient(linear, left top, left bottom, from(#383838), to(#515151));
	background: -moz-linear-gradient(top,  #383838,  #515151);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#383838', endColorstr='#515151');
	background-image: -o-linear-gradient(rgb(54,54,54),rgb(79,79,79));
}

#logo {
	height: 90px;
	width: 500px;
	float: left;
	padding-top: 30px;
	padding-left: 10px;
}

h1 {
	font-size: 40px;
	color: #ffffff;
	padding-left: 20px;
	line-height: 1em;
}

h2 {
	font-size: 25px;
	color: #fbfbfb;
	padding-left: 20px;
	padding-top: 10px;
	font-weight:bold;
}

h3 {
	font-size: 28px;
	color: #fbfbfb;
	padding-left: 80px;
	padding-top: 10px;
}

h4 {
	font-size: 14px;
	color: #ffffff;
	padding-left: 25px;
	margin-top: 3px;
	font-weight:bold;
}

#top_menu {
	width: 100%;
	margin: 0 auto;
	height: 30px;
	background-color: #555555;
	background: -webkit-gradient(linear, left top, left bottom, from(#383838), to(#515151));
	background: -moz-linear-gradient(top,  #383838,  #515151);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#383838', endColorstr='#515151');
	background-image: -o-linear-gradient(rgb(54,54,54),rgb(79,79,79));
}

#main_intro {
	width: 900px;
	margin: 0 auto;
	height: auto;
	background-color: #383838;
	overflow: hidden;
}

.main_text{
	font-family:arial;
	font-size: 13px;
	font-weight: 100;
	color: #fafafa;
	line-height: 150%;
	padding-left: 23px;
	text-align: justify;
	width:850px;
}

#content {
	width: 100%;
}

#first_content{
	width: 900px;
	margin: 0 auto;
	background-color: #383838;
}

.box {
	width: 900px;
	padding-top: 20px;
}

.text_box {
	width: 850px;
	float: left;
    padding-left: 20px;
	padding-right: 30px;
    line-height: 120%;
}

.title {
	font-family: tahoma, sans-serif;
	font-size: 20px;
	font-weight: 200;
	color: #fcfcfc;
}

.buttonsty {
	background-color: #cccccc;
	color: #515151;
	border: 1px solid #bbbbbb;
	padding: 3px;
	margin-left: 5px;
	cursor: pointer;
}

.buttonsty:hover {
	background-color: #dddddd;
	color: #515151;
	border: 1px solid #cccccc;
}

.eng_img {
	width:270px;
	-moz-box-shadow: 3px 3px 5px #888;
	-webkit-box-shadow: 3px 3px 5px #888;
	box-shadow: 3px 3px 5px #888;
	filter:progid:DXImageTransform.Microsoft.DropShadow(color='#999999',offX='3',offY='3')
}

.details_head {
	padding: 5px; 
	background-color: #515151; 
	width: 600px; 
	font-size: 18px; 
	font-weight: 100;
	color: #d6d6d6;
}

input:focus, textarea:focus{
	background-color: #dedede;
}

.main_tab {
	width: 520px; 
	border: 1px solid #515151; 
	float: right; 
	font-size: 13px; 
	color: #fbfbfb; 
	font-weight: bold;
}

.categories {
	padding-left: 5px; 
	font-weight: 600; 
	font-size: 13px; 
	color: #d6d6d6; 
	font-family: arial;
}

.drop {
	background: #484848; 
	padding: 3px;
	color: #d6d6d6; 
	font-size: 13px; 
	border: 1px solid #888888;
}

/* Tool Tip */
.tooltip {
	font-size: 12px;
	font-family: arial;
	color: #cccccc; 
	outline: none;
	cursor: help; 
	text-decoration: none;
	position: relative;
}

.tooltip span {
	margin-left: -999em;
	position: absolute;
}

.tooltip:hover span {
	border-radius: 5px 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); 
	-webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); 
	-moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	font-family: arial;
	position: absolute; 
	left: 1em; 
	top: 2em; 
	z-index: 99;
	margin-left: 0; 
	width: 170px;
}

.classic { 
	padding: 0.8em 1em; 
}

* html a:hover { 
	background: transparent; 
}

.classic {
	background: #515151; 
	border: 1px solid #ababab; 
	color: #fbfbfb;
}


#bottom_stretch {
	width: 100%;
	margin: auto;
	background-color: #414141;
	padding-top:10px;
	color: #ffffff;
}

#bottom {
	height: 100px;
	width: 900px;
	margin: auto;
	background-color: #414141;
	padding-top:10px;
	color: #ffffff;
}