@charset "utf-8";
/* CSS Document */
/*  search for anything
global declarations 	= GENERIC,
H1 TO H6 styling 			= HEAD,
changeable content 		= CONTENT,
navs / listings 			= NAVS,
mdoules 							= ARTICLE,
plain bg colors 			= BGS,
gradients							= GRADS,
borders								= BORDERS
visual containers			= ROUNDS,
text, fonts,					= TEXTALL,
form, input						= INPUT,
footer								= FOOTER,
Miscellaneous					= MISC,
/*

/* BODY, FONT AND COLOR, GLOBAL	(id=GENERIC)
**********************************************************/
body 				          {font:normal 11px Arial !important; color:#000000; text-align:left; background: #fefefe url(../images/bodyBG.gif) bottom left repeat-x; height:656px;}
body,form,h1,h2,h3,h4,h5,h6,p {padding:0; margin:0;}
h1,h2,h3,h4,h5,h6,label,a	  {text-transform:capitalize; text-decoration:none;}
a 					          {color:#000; font-weight:bold; text-decoration:none;}
a:hover 		              {color:#ad1419; text-decoration:underline;}
a:active, a:focus             {outline:0} /* to avoid link borders on new browsers */
img					          {border:none;}
ul,li				          {padding:0; margin:0; list-style:none;}
li					          {display:inline;}

/** HEADER ELEMENTS STYLING	(id=HEADERS) **/



/* 	BODY WRAPPER / HEADER / TOP MENU  (id=HEAD)
**********************************************************/


#mainWrapper			      {margin:0 auto; width:960px;}
#header						  {width:100%; background:url(../images/headerBG.gif) center top no-repeat; height:120px; }
#logo						  {float:left; width:190px; /*margin:0 0 0 15px; display:inline;*/}
#welcome					  {float:right; width:70%; text-align:right; margin-top:15px; /*margin-right:15px; display:inline;*/}


/* 	MAIN CONTENT / MIDDLE CONTAINERS   (id=CONTENT)
**********************************************************/


#maincont					  {min-height:480px;}



/* 	RESUBALE UL LI / MENUS / 	(id=NAVS)
**********************************************************/
#menuTwo			          {float:left; width:100%; margin:10px 0 0;} 	
#menuTwo ul	 	              {padding:0; margin:0; list-style: none; margin-left:15px}
#menuTwo li 	              {display:inline; float:left; margin-right:3px; background:url(../../../../Pradnya/assignments/sugarcream/images/menuBg.gif) repeat-x left top}
#menuTwo a 		              {float:left; padding-left:7px; text-decoration:none; font:bold 12px Arial;}
#menuTwo a span               {padding:8px 20px 10px 13px; color:#FFF; display:block; float:left; cursor:pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */}
#menuTwo a:hover			  {background-position:0% 0px;}
#menuTwo a:hover span 	      {background-position:100% 0px;}
#menuTwo a.active			  {background-position:0% 0px;}
#menuTwo a.active span	      {background-position:100% 0px;}


/* 	MODULES (id=ARTICLE)
**********************************************************/


/* 	RESUBALE PURE BACKGROUNDS			(id=BGS)
**********************************************************/

 

/* 	RESUBALE GRADIENTS  (id=GRADS)
**********************************************************/  

/* 	ALL BORDER CSSs		(id=BORDERS)
**********************************************************/


.rightDrpShadow		         {background:url(../../../../Pradnya/assignments/main%20home%20page/images/rightDrpShadow.png) right repeat-y; border-left:4px solid #000; padding-right:15px;}
.brdBtmBlk				     {border-bottom:1px solid #000;}
.userPic img			     {border:4px solid #e8e8e8;}


/* 	MAKE ME ROUND (id=ROUNDS)
**********************************************************/


.module01TL,.module01TR,.module01BL,.module01BR		{background:url(../../../../Pradnya/assignments/main%20home%20page/images/sprite.png) no-repeat;}
/* grey rounded corners */
.module01TL					 {background-position:left top; height:7px;}
.module01TR					 {background-position:right top;}
.module01BL					 {background-position:0% -6px; height:16px; overflow:hidden;}
.module01BR					 {background-position:100% -6px;}

/* 	ALL TEXT CSS	(id=TEXTAll)
**********************************************************/
/* font SIZES */
.vsmlTxt			         {font-size:10px;}
.smlTxt			             {font-size:11px;}
.para					     {font-size:12px;}
.big					     {font-size:15px;}

/*font WEIGHTS */
.strong				         {font-weight:bold;}
.normTxt		 	         {font-weight:normal;}

/* text TRANSFORMS */
.allCaps			         {text-transform:capitalize;}
.textU				         {text-decoration:underline;}
.upperCase		             {text-transform:uppercase;}

/* text ALIGN & content ALIGN for inline level ELEMENTS */
.centerAll		             {text-align:center;}
.alignLeft		             {text-align:left;}
.alignRight		             {text-align:right;}
.justify		             {text-align:justify;}
/* colored text */

/* 	ALL INPUT & FORM CLASSES	(id=INPUT)
**********************************************************/




.input				{background:url(../../../../Pradnya/assignments/main%20home%20page/images/input.gif) repeat-x top; border:1px solid #666666; padding:3px;} 
.input2				{border:1px solid #B2B2B2; color:#545454/*AD1218*/; padding:2px; font-size:11px;}
.txtBox				{background:#ffffff; border:1px solid #9f9f9f; color:#7b7b7b; font-size:10px; padding:3px;}


/* 	FOOTER 	(id=FOOTER)
**********************************************************/
#footer 				{margin-top:10px; text-align:center; color:#ffffff;}	


/* 	REQUIRED PADDINGS / MARGINS (id=PADS)
**********************************************************/
.padOne					{padding:8px;}
.marginTop			    {margin-top:10px;}
.padBtm					{padding-bottom:5px;}
				



/* 	MISCELLANEOUS (id=MISC)
**********************************************************/
.clr	                {clear:both; margin:0px !important; overflow:hidden;}
