body
{
margin:0;
}

.headerbgpinkband
{
background-image:url(images/topbgrepeat.gif);
background-repeat:repeat-x;
}

.headerrays
{
background-image:url("images/raysbg.gif");
background-repeat:no-repeat;
}

.portfoliotext
{
font-family:Tahoma;
font-size:13px;
color:#FFFFFF;
text-align:justify;
font-weight:100;
}

.menutext
{
font-family:Tahoma;
font-size:13px;
color:#FFFFFF;
text-align:center;
font-weight:100;
}

.bodytext
{
font-family:Tahoma;
font-size:13px;
color:#666666;
text-align:left;
font-weight:100;
text-align:justify;
line-height:24px;
}

.bodytextindent
{
font-family:Tahoma;
font-size:13px;
color:#666666;
font-weight:100;
line-height:24px;
text-indent:10px;
}


.h1
{
font-family:Tahoma;
font-size:20px;
color:#F3509F;
text-align:left;
font-weight:100;
}

.dash
{background-image:url(images/dash.gif);
background-repeat:repeat-x;
background-position:center;
}



.borderit img{
border: 1px solid gray;
}

.borderit:hover img{
border: 2px solid black;
display:block;
}

.borderit:hover{
color: red; /* irrelevant definition to overcome IE bug */
}

.botlinks1 a
{
font-family:Tahoma;
font-size:20px;
color:#F3509F;
font-weight:100;
text-decoration:none;
}

.botlinks1 a:hover
{
font-family:Tahoma;
font-size:20px;
color:black;
font-weight:100;
background-color:white;
}

.botlinks2 a
{
font-family:Tahoma;
font-size:18px;
color:#F3509F;
font-weight:100;
text-decoration:none;
}

.botlinks2 a:hover
{
font-family:Tahoma;
font-size:18px;
color:black;
font-weight:100;
background-color:white;
}


.botlinks3 a
{
font-family:Tahoma;
font-size:24px;
color:#F3509F;
font-weight:100;
text-decoration:none;
}

.botlinks3 a:hover
{
font-family:Tahoma;
font-size:24px;
color:black;
font-weight:100;
background-color:white;
}


.botlinks4 a
{
font-family:Tahoma;
font-size:12px;
color:#F3509F;
font-weight:100;
text-decoration:none;
}

.botlinks4 a:hover
{
font-family:Tahoma;
font-size:12px;
color:black;
font-weight:100;
background-color:white;
}


.botlinks5 a
{
font-family:Tahoma;
font-size:14px;
color:#F3509F;
font-weight:100;
text-decoration:none;
}

.botlinks5 a:hover
{
font-family:Tahoma;
font-size:14px;
color:black;
font-weight:100;
background-color:white;
}

.botlinks6 a
{
font-family:Tahoma;
font-size:13px;
color:white;
font-weight:100;
text-decoration:none;
}

.botlinks6 a:hover
{
font-family:Tahoma;
font-size:13px;
color:black;
font-weight:100;
background-color:white;
}


.email a
{
font-family:Tahoma;
font-size:13px;
color:white;
font-weight:100;
text-decoration:none;
}

.email a:hover
{
font-family:Tahoma;
font-size:13px;
color:black;
font-weight:100;
}


.bodylinks a
{
font-family:Tahoma;
font-size:13px;
color:#F3509F;
font-weight:100;
}

.bodylinks a:hover
{
font-family:Tahoma;
font-size:13px;
color:black;
font-weight:100;
text-decoration:none;
}

.bottomlinks
{
font-family:Tahoma;
font-size:13px;
color:#FFFFFF;
text-align:center;
font-weight:100;
line-height:40px;
word-spacing:3px;
}

.bodyhilite
{color:#F3509F;}



.flashgallerylinks a
{
font-family:Tahoma;
font-size:13px;
color:#F3509F;
font-weight:100;
}

.flashgallerylinks a:hover
{
font-family:Tahoma;
font-size:13px;
color:white;
font-weight:100;
text-decoration:none;
}



/*menu starts*/
#modernbricksmenu{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu ul{
font: 13px Tahoma;
font-weight:100;
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
}

#modernbricksmenu a{
float: left;
display: block;
color: white;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
background-color: black; /*Default menu color*/
}

#modernbricksmenu a:hover{
border:1px;
background-color:#555555; /*Menu hover bgcolor*/
color:white;
}

#modernbricksmenu #current a{ /*currently selected tab*/
background-color: #F3509F; /*Brown color theme*/ 
border-color: #F3509F; /*Brown color theme*/ 
}

#modernbricksmenuline{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #F3509F; /*Brown color theme*/ 
}

/*menu ends*/


/*sidebar menu starts*/

.wireframemenu{
background-color: white;
border-bottom-width: 0;
width: 170px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 164px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: 11px Tahoma;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #595959;
text-decoration: none;
border-bottom: 1px dotted #C0C0C0;
}

.wireframemenu a:visited{
color: #595959;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #FFF7FB;
color: black;
}
/* sidebar menu ends */
