/*
Design by Sajjad Ali
sajjadalis@hotmail.com
sajjadalis@gmail.com
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #444 url(images/img01.gif) repeat-x;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}

h1, h2, h3 {	
}

h1 {
}

h2 {
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: x-small;
}

p, ul, ol {
	margin-bottom: 2em;
	line-height: 1.6em;
}

p {
}

ul {
	list-style: none;
}

ul li {
}

ol {
	list-style-position: inside;
}

ol li {
}

a {
	color: #fff;
}

a:hover {
	text-decoration: none;
	color: #F6FCDB;
}

img {
}

a.dl:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #ffffdb;
	text-transform: uppercase;
	text-decoration: none;
	}
a.dl:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffff0f;
	text-decoration: none;
}

a.dl:hover {
	color: #fff;
	text-decoration: underline;
}

/* Wrapper */

#wrapper {
	clear: both;
	width: 890px;
	margin: 0 auto;
}

/* Column One */

#col-one {
	float: right;
	width: 180px;
}

#col-one .boxed {
	margin-bottom: 10px;
}

#col-one .boxed .title {
	height: 20px;
	padding: 10px 0 0 10px;
	background: url(images/img02.gif) no-repeat;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	color: #FFFFFF;
}

#col-one .boxed .content {
	padding: 9px;
	background: #006600 url(images/col1-bot.gif) repeat-x bottom;
	border: 1px solid #008800;
	border-top: none;
}


#col-one .boxed .content .tiny {
	clear: both;
	margin: 0;
	padding: 3px 0px 0px 0px;
	font-size: 10px;
	}

#col-one .boxed .content .tiny a {
	padding: 0px 0px 0px 11px;
	text-decoration: none;
	background: url(images/img06.gif) no-repeat left bottom;
}

/* Column Two */

#col-two {
	float: right;
	width: 502px;
	margin-right: 10px;
}

#col-two .boxed {
	margin-bottom: 10px;
}

#col-two .boxed .title {
	height: 20px;
	padding: 10px 0 0 10px;
	background: url(images/img07.gif) no-repeat;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	color: #FFFFFF;
}

#col-two .boxed .content {
	width: 486px;
	padding: 19px 6px 0 6px;
	background: #999999 url(images/col2-bot.gif) repeat-x bottom;
	border: 1px solid #bbbbbb;
	margin-left: 1px;
	border-top: none;
}


/* Column Three */

#col-three {
	float: left;	
	width: 180px;
	margin-right: 8px;
	margin-left: 5px;
}

#col-three .boxed {
	margin-bottom: 10px;
}

#col-three .boxed .title {
	height: 20px;
	padding: 10px 0 0 10px;
	background: url(images/img09.gif) no-repeat;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	color: #FFFFFF;
}

#col-three .boxed .content {
	padding: 0px 0px 0px 0px;
	background: #7B6500 url(images/col3-bot.gif) repeat-x bottom;
	border: 1px solid #977C44;
	border-top: none;
}

#col-three .boxed .content li {
	margin-left: -1em;
	padding-left: 1em;
	background: url(images/img12.gif) no-repeat 0 0px;
	letter-spacing: normal;
}

/* Menu */

#right {
	float: left;
	width: 178px;
}

#rightmenu {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

#rightmenu a {
	display: block;
	background: #C09D00 url(images/vmenuarrow.gif) no-repeat center left;
	color: #FFFFFF;
	font-size: 11px;
	padding: 4px 0 4px 19px;
	border-top: 1px solid #A98905;
	border-bottom: 1px solid #CFB505;
	margin: 0 0 0px 0;
	text-decoration: none;
}

#rightmenu a:hover {
	color: #FFFFFF;
	background: #8B7100 url(images/vmenuarrowhover.gif) no-repeat center left;
}

/* Images */

.image-fix {
	width: 340px;
	padding: 4px;
	background: #666;
	border: 1px solid #ddd;
}
.image {
	padding: 4px;
	background: #666;
	border: 1px solid #ddd;
}
.top-banner {
	padding: 11px;
	background: #ddd;
	border: 2px solid #fff;
}
/* Footer */

#footer {
	clear: both;
	padding: 15px 0 12px 0;
	background: #464646 url(images/img13.gif) repeat-x;
}


#footer p {
	width: 760px;
	margin: 0 auto;
	font-size: x-small;
}