/*
** Copyright (c) G Sudheer Reddy
**
** Customize CSS core. 12 August 2006
**
*/




img         {border: 0px;}
a           {color: #0000ff; text-decoration: none;}
a:hover    {text-decoration: underline;}
a:visited   {color: #783800;text-decoration: none}
a:active    {color: #ff0000;}
a:link      {color: #e26a00;}


.container 
{
	width:              700px;
	background-image:   url(img/customize/gui_header.gif);
	background-repeat:  no-repeat;
	padding-top:        95px;
	text-align:         left;
	padding-left:       4px;
	font-family:        "Trebuchet MS", Tahoma, sans-serif;
	font-size:          12px;
	color:              #666666;
	line-height:        18px;
	margin:             0 auto;
}

body 
{
	text-align: center;
	margin:     10px;
}

p 
{
	text-align:         justify;
	margin: 			5px;
}

/* <hr> as a section divider */
hr
{
	border					: 	0;
	width					: 	100%;
	color					: 	#666666;
	background-color		: 	#666666;
	height					: 	1px;		
}


/*----------------------------------------------------------------------------
** Method to add Background image for <hr> */
div.hr
{
	height: 15px;
	background: #fff url(img/customize/horizantal_line.gif) no-repeat scroll center;
}
div.hr hr 
{
	display: none;
}

.list_bullet_image
{
	list-style-image 		: 	url(img/customize/bullet.png);
}


/*----------------------------------------------------------------------------
** Paragraph First letter */
.myparagraph:first-letter
{
	font-family				:	"Georgia", Garamond, Tahoma, sans-serif;
	font-size				:	200%;
	float					:	left;
}


/*----------------------------------------------------------------------------
** Horizantal Drop Down Menus's */
.hddm_ul 
{
	margin					: 0;
	padding					: 0;
	list-style				: none;
}

.hddm_ul .hddm_li 
{
	position				: relative;
	float					: left;
	width					: 175px;
}
	
.hddm_li .hddm_ul 
{
	position				: absolute;
	left					: 0; /* Set 1px less than menu width */
	top						: auto;
	display					: none;
}

/* Styles for Menu Items */
.hddm_ul .hddm_li a 
{
	display					: block;
	text-decoration			: none;
	color					: #777;
	background				: #fff; /* IE6 Bug */
	padding					: 5px;
	border					: 1px solid #ccc;
}

/* commented backslash mac hiding hack \*/ 
* html .hddm_ul .hddm_li a {height:1%}
/* end hack */ 

/* this sets all hovered lists to red */
.hddm_li:hover a, 
.hddm_li.over a,
.hddm_li:hover .hddm_li a:hover, 
.hddm_li.over .hddm_li a:hover 
{
   color					: #fff;
   background-color			: #00ff00;
}

/* set dropdown to default */
.hddm_li:hover .hddm_li a,
.hddm_li.over .hddm_li a 
{
	color					: #777;
	background-color		: #fff;
}

/* Sub Menu Styles */
.hddm_li .hddm_ul .hddm_li a { padding: 2px 5px; } 

/* The magic */
.hddm_li:hover .hddm_ul, .hddm_li.over .hddm_ul { display: block; } 

















