/*#############################################################
Name: Dirtylicious
Date: 2007-03-10
Description: A soft-colored, bright and somewhat dirty two-column template.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
img
{  border-style: none;
}

html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #048;}
a:hover {color: #06C;}
body {
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 20px;
	background-color: #CCCCCC;}
p,code,ul {padding-bottom: 1.2em;}
h1 {
	font-family: Tahoma,sans-serif;
	color: #cc0000;
	font-weight: 100;
	font-size:22px;
	
}
h2 {
	color: #000000;
	margin-left: 31px;
	height: 25px;
	margin-top:7px;
	font-size: 14px;
	text-decoration:none;
	font-weight:100
	
}
h3 {
	font: bold 1em Tahoma,sans-serif;
	color: #25789F;
}
form,input {margin: 0; padding: 0; display: inline;}
code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h3 {padding-top: 6px; color: #cc0000; margin-bottom: 4px;}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	border: 2px solid #D7D7D2;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 750px;
}

.outer-container {
	padding-bottom: 64px;
	background-color: #CCCCCC;
}

/* headere & title */
.header {
	margin-bottom: 5px;
	padding:  2px 12px;
}

.leftimg {
	float: left;
	margin: 0px 20px 5px 0px;
	padding-right: 5px;
}
.centtimg { text-align:center}
.rightimg { float: right;
	margin: 10px 20px 0 0;}
.header .title {
	color: #FFF;
	padding-top: 5px;
}
.header .title .sitename a {
			text-decoration: none;
	text-align:center
}
.header .title a:hover {border-color: #F60;}
.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
}
/* path */
.path {
	background: #000066;
	color: #FFFFFF;
	font: bold 1em sans-serif;
	height: 16px;
	font: bold 1em sans-serif;
	margin-top: 6px;
	padding:  1px 12px;
}
.path a {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bolder;
}
.path a:hover {
	color: red;
	text-decoration: none;
}
/* main */
.main {
	border-top: 4px solid #FFF;
	padding: 8px 2px 0 0;
}
/* content */
.content {
	float: right;
	width: 525px;
	
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	margin-left: 18px;
	margin-bottom: 5px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}
/* navigation */
.navigation {
	float: left;
	width: 210px;
}
.navigation h2 {
	color: #5A5A43;
	font: bold 1.1em Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.navigation ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.navigation li {border-bottom: 1px solid #EAEADA;}
.navigation li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.navigation li a:hover {
	background: #F0F0EB;
	color: #654;	
}
/* footer */
.footer {
	background: #000066;
	color: #FFFFFF;
	height: 16px;
	font: bold 1em sans-serif;
	margin-top: 5px;
	padding:  1px 12px;
}
.footer a {
	color: #ffffff;
	text-decoration: none;
}
.footer a:hover {color: #FFC;}

.contact {
	text-align: right;
	margin-top: -15px;
	
}
.contact a{
	color: white;
	text-decoration: underline;
	font-family:inherit;
	font-weight: bold;
}
/* styles for contact form */
form {
margin: 10px 25px 0 50px;
}
#name, #email {
width: 200px;
}
#message {
width: 500px;
height: 150px;
}
label, .warning {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}
.warning {
color: #F00;
}
.style1 {
	color: #000;
	font-weight: bold;
}
.style2 {
	color: #000000;
	font-weight: bold;
}
.lefttext {
	float: left;
}
.contactus {color: #FF0000}
.olpad {
	padding-left: 5px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 200px; /* Width of Menu Items */
text-transform:capitalize;
}
	
.suckerdiv ul li{
position: relative;
text-transform:capitalize;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 250px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
background:url(menu2.gif) no-repeat;
padding: 8px 0 8px 30px;
text-transform:capitalize;

}

.suckerdiv ul li a:visited{
color: black;
}

.suckerdiv ul li a:hover{
background-color: yellow;
background:  url(menu2.gif) no-repeat 0 -32px;
padding: 8px 0 8px 30px;
}

.suckerdiv .subfolderstyle{
background:url(menu2.gif) no-repeat;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */
.tabbord { border:thin #CCCCCC solid;}