html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, and, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea, select {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	color: #353131;
}
body {
	font-family: calibri;
	font-size: 15px;
	color: #000;
	background: url(../images/bg.jpg) no-repeat #270000;
}
.wrapper {
	width: 900px;
	margin: 10px auto;
	background: #fff;
	border-radius: 8px;
	border: 2px solid #FFF;
}
.top-right {
	float: right;
	width: 300px;
	margin-top: 10px;
}
.topRight {
	float: right;
	width: 200px;
	margin: 1px 1px 0 0;
}
.bold {
	font-size: 15px;
	text-transform: capitalize;
	color: #093309;
}
.topRight ul {
	width: 190px;
	float: right;
	margin: 8px 0;
	padding: 0;
}
.topRight ul li {
	float: right;
	margin-left: 8px;
	font: normal 14px/24px Tahoma, Geneva, sans-serif;
	list-style: none;
}
.topRight ul li a {
	display: block;
	width: 24PX;
	height: 24px;
}
.clear {
	clear: both;
}
.topRight ul li a span {
	display: none;
}
.twitter {
	background: url(../images/t.gif) no-repeat 0 0;
}
.facebook {
	background: url(../images/f.gif) no-repeat 0 0;
	margin-right: 8px
}
.topRight ul li a:hover {
	background-position: 0 100%;
}
#logo {
	float: left;
	width: 300px;
	margin: 5px;
}
/****************************************topnav*******************/

#topnav {
	background: #C31E24;
	height: 42px;
}
#content_wrap {
	color: #000;
	text-align: justify;
}
#topnav ul, #topnav li {
	float: left;
	list-style: none;
	font-size: 18px;
	margin: 0 0 0 5px;
}
#topnav ul li a {
	text-decoration: none;
	text-transform: capitalize;
	color: #fff;
	padding: 6px 45px;
	display: block;
	margin: 3px 2px;
	border: 1px solid transparent;
}
#topnav ul li a:hover, #topnav ul li.active a {
	/****************/
	-webkit-box-shadow: inset 0 0 8px rgba(73, 68, 68, 0.04), rgba(255,255,255,0.1) 0 1px 0;
	box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.55), rgba(255, 255, 255, 0.11) 0 1px 0;
	-moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.55), rgba(255, 255, 255, 0.11) 0 1px 0;
	-ms-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.55), rgba(255, 255, 255, 0.11) 0 1px 0;
	-o-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.55), rgba(255, 255, 255, 0.11) 0 1px 0;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.27);
	color: #FAFAFA;
	background: #CF292F;
	-webkit-transition-duration: .5s, 1s, .5s;
	-moz-transition-duration: .5s, 1s, .5s;
	-ms-transition-duration: .5s, 1s, .5s;
	-o-transition-duration: .5s, 1s, .5s;
	transition-duration: .5s, 1s, .5s;
	-webkit-transition-property: color, background-color, border-color;
	-moz-transition-property: color, background-color, border-color;
	-ms-transition-property: color, background-color, border-color;
	-o-transition-property: color, background-color, border-color;
	transition-property: color, background-color, border-color;
}
#topnav ul .user_de {
	text-decoration: none;
	text-transform: capitalize;
	color: rgba(253, 250, 250, 0.78);
	padding: 15px 10px;
	font-size: 22px;
}
/********************topnav**************************/
.details {
	background: #fff;
	color: #000;
	float: left;
	width: 100%;
	text-align: justify;
	margin: 5px 0;
}
#logo a {
	text-decoration: none;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}
/*******************content************/
.content {
	padding: 8px;
	float: left;
	width: 886px;
}
.content-top {
	float: left;
	width: 100%;
	margin: 8px 0;
}
.content-bottom {
	float: left;
	width: 100%;
	background: #F3F3F3;
	box-shadow: 0px 2px 10px -5px;
	-moz-box-shadow: 0px 2px 10px -5px;
	-ms-box-shadow: 0px 2px 10px -5px;
	-o-box-shadow: 0px 2px 10px -5px;
	-webkit-box-shadow: 0px 2px 10px -5px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	-webkit-border-radius: 8px;/*margin: 8px 0;*/
}
.writter {
	float: right;
	text-align: center;
	width: 100%;
}
.writter h3 {
	color: #441E1E;
	font-size: 16px;
}
.writter p {
	font-weight: bold;
	color: #1F1E1E;
}
.short-description img {
	padding: 4px;
	border: 1px solid #ccc;
	margin-top: 30px;
}
.content-left {
	float: left;
	width: 685px;
	text-align: justify;
	text-transform: capitalize;
}
.content-title {
	text-transform: capitalize;
	padding: 3px 0 3px 0px;
	border-bottom: 1px dotted #B9B9B9;
	font-size: 14px;
	color: #044C8D;
}
.content-title h2 {
	color: #800303;
}
.content-left .short-description {
	margin: 5px 0;
	float: left;
}
.content-left .short-description img {
	padding: 4px;
	border: 1px solid #ccc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.content-left .short-description p {
	color: #444546;
	line-height: 20px;
}
.content-right {
	float: right;
	width: 190px;
}
/********************end*content****************/

.subs {
	float: left;
	width: 100%;
}
.subs ul {
	float: left;
	width: 100%;
	list-style: decimal;
	font-size: 12px;
	margin: 0 20px;
}
.subs ul li {
	text-transform: capitalize;
	margin: 10px 0;
}
/***************about**************/
.about-title h3 {
	color: #471010;
}
.about-tab1, .about-tab2, .about-tab3, .about-tab4 {
	float: left;
	width: 100%;
}
.about-tab1 ul, .about-tab2 ul, .about-tab3 ul, .about-tab4 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.about-tab1 ul li, .about-tab4 ul li {
	background: url(../images/at_glans.png) no-repeat left 5px;
	float: left;
	padding: 0px 0px 6px 18px;
	font-size: 15px;
	margin-top: 2px;
	width: 98%;
}
.about-tab3 ul li {
	list-style: decimal;
	margin: 4px 18px;
}
.about-tab2 ul li {
	background: url(../images/arrow.gif) no-repeat left;
	padding: 0px 0px 2px 14px;
	font-size: 15px;
}
/***********Start-contact-page*******/
.contact-left {
	float: left;
	width: 460px;
}
.contact-address {
	float: left;
	width: 190px;
	padding: 15px 18px;
}
.contact-left-top {
	float: left;
	width: 100%;
}
.contact-left-top h3 {
	color: #0A520A;
	font-size: 18px;
	text-transform: capitalize;
}
.contact-right {
	float: right;
	width: 400px;
	margin-top: 15px;
}
.contact-right input {
	border: 1px solid #ccc;
	border-radius: 6px;
	height: 30px;
	width: 196px;
	margin: 5px 5px 22px 0px;
}
.contact-right td {
	text-transform: capitalize;
	font-size: 18px;
	position: relative;
}
.contact-right textarea {
	border: 1px solid #ccc;
	width: 398px;
	height: 200px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-top: 5px;
}
.contact-right .reach {
	width: 130px;
	height: 33px;
	font-size: 16px;
	padding: 0px;
	margin: 8px 35px;
	background: rgb(95, 8, 11);
	color: #fff;
	border: none;
}
.contact-right .email-length {
	width: 395px;
}
/***********END-contact-page*******/
#footer {
	text-align: center;
	padding: 12px 0;
	color: #FFF;
	background: #C31B21;
	border-radius: 0 0 7px 7px;
	-moz-border-radius: 0 0 7px 7px;
	-ms-border-radius: 0 0 7px 7px;
	-o-border-radius: 0 0 7px 7px;
	-webkit-border-radius: 0 0 7px 7px;
}
#footer a {
	color: #FFF;
	text-decoration: none;
	text-transform:uppercase;
}
#footer a:hover {
	text-decoration: underline;
}
