/********************************
*	Creative eWorld StyleSheet  *
********************************/


/***********************
*
*	Links
*
************************/

a
{
	text-decoration: none;
}

a:link
{
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
}


a:hover
{
	text-decoration: none;
}

a:active
{
	text-decoration: none;
}


img
{
	border:0;
}


.banner { 

	display: block;
	border:none;
}

/***********************
*
*	Navigations
*
************************/

.navi 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	text-transform:capitalize;
}

/***********************
*
*	Body & Table
*
************************/

body
{
	width:100%;
	margin:0;
	background-color:#fff;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
}


/***********************
*
*	General
*
************************/
.pageheader
{
	color: #484848;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight:bold;
	text-transform:capitalize;
}

.subheader
{
		color: #075c9d;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	font-style: normal;
	font-weight:bold;
}

.bodytxt
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#393939;
	line-height: 21px;
	text-align:justify;
}

.bodytxtGap
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#393939;
	line-height: 16px;
	text-align:justify;
}

.smalltext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #2e2e2e;
	line-height: 12px;
}

.smalltextWhite{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #fff;
	line-height: 18px;
}

.formInput
{
	color: #666;
	font-style: normal;
	font-weight: normal;
	border: 1px Solid #CCC;
}


.formButt
{
	color: #FFF;
	font-style: normal;
	font-weight: normal;
	border: 1px Solid #CCC;
	background-color: #666;
}



/***********************
*
*	Product Page
*
************************/


/***********************
*
*	Footer
*
************************/

.footer
{
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align:right;
	padding:10px;
	background-color:#6e6e6e;
	padding-top:15px;
	padding-bottom:15px;
}



/***********************
*
*	Designers' Misc 
*
************************/

.hLine{
	background-image:url(../images/hLine.jpg);
	background-repeat: repeat-x;
	background-position: center;
}


#dropmenudiv{
position:absolute;
border:1px solid white;
border-bottom-width: 0;
font:normal 11px Arial;
line-height:18px;
z-index:100;
margin-top:5px;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #fffde0;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color:#fffde0;
color:#000;
}

/***********************
*
*	Programmers' Misc 
*
************************/
