/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	background-color: white;
	color: black;
	margin: 5;
}


/* Put a border on all generated images */
.image {
	border-width: 1;
	border-color: black;
	border-style: solid;
	margin: 5;
}

/* Style for all table cells. */
td {
	font-size: 10px;
}


/* menu  for portfolio starts from here */
.suckertreemenu{
margin:0 auto;
padding:0 0 0 0;
width:990px;
}

.suckertreemenu ul{
margin: 0 auto;
padding: 0;
list-style-type: none;

}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
padding: 3px 20px 3px 8px;

border-left-width: 0;
text-decoration: none;
color: #000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;

}

.suckertreemenu ul li a.lesspadding{
padding: 3px 8px 3px 8px;
}

/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
border-left: 1px dotted #000;
border-right: 1px dotted #000;
border-top: 1px dotted #000;
z-index:80;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: #000;
text-decoration: none;
padding: 5px 5px;
border-bottom: 1px dotted #000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:18px;
font-weight:normal;
background-color:#fff;
}

.suckertreemenu ul li a:hover{
background-color: #9E1271;
color: white;
}

.suckertreemenu ul li ul li a:hover{
background-color:#9E1271;
color:#fff;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #fff url(../../arrow-down1.gif) no-repeat right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #fff url(../../arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }


/* End of menu for portfolio */

body.portfolio{
padding:0;
margin:0;
}


div.portfolio_head{
padding:0 0 5px 0;
margin:0;
height:75px;
background-color:#b32b75;
}


div.portfolio_head ul{
padding:0;
margin:0;
}

div.portfolio_head ul li{
float:right;
padding:10px 10px 0 0;
margin:0;
list-style:none;
display:block;
}

div.portfolio_head ul li a{
padding:0;
margin:0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:right;
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
}

div.portfolio_head ul li a:hover{
text-decoration:underline;
}

div.portfolio_head div.titletext{
padding:0;
margin:5px 0 0 0;
background-repeat:no-repeat;
background-image:url(../../logo.jpg);
height:49px;
width:455px;
		float:left;
		overflow:hidden;
	
}

div.portfolio_head div.subtitletext{

		font-family: tahoma, Verdana, Arial, sans-serif;
		font-size: 16px;
		font-weight: normal;
		color: #a7a7a7;
		text-decoration: none;
}

.spacer{
padding:0;
margin:0;
clear:both;
}


h4{
	font-family: tahoma, Verdana, Arial, sans-serif;
	font-size: 22px;
	font-weight: normal;
   color: #a7a7a7;
	text-decoration: none;
	padding:0;
	margin:0;
	
}


.gallery{padding:0 0 10px 0;margin:0 auto;width:990px;}
