﻿body {
margin:0px;
border:0px;
padding:0px;
font-family:Georgia;
font-size:12px;

background-image:url(../images/content-bg.png);
background-repeat:repeat;
}

/*some basic components*/
p,div,span
{
padding:5px;
}
a
{
text-decoration:none;
color:#0088EF;
}
a:hover
{
text-decoration:underline;
}

/*different types of headline*/
.name
{
font-family:Georgia;
font-size:22px;
font-weight:bold;
color:#1166EF;
text-align:center;
}
.namediv
{
background-image:url(../images/name-bg.png);
background-repeat:no-repeat;
height:50px;
padding-top:10px;
width:320px;
}

.mottodiv
{
width:300px;
height:30px;
background-image:url(../images/motto.png);
background-repeat:no-repeat;
float:right;
text-align:center;
margin-top:-30px;
}
.motto
{
color:#7B99B7;
font-size:12px;
margin:0px;
padding:0px;
}

.text1
{
font-family:Georgia;
font-size:14px;
font-weight:bold;
}
.text2
{
font-family:Verdana;
font-size:13px;
font-weight:bold;
color:Green;
}
.text3
{
font-family:Verdana;
font-size:12px;    
font-weight:bold;
color:#0077ef;
}
.text4
{
font-family:Georgia;
font-size:12px;
font-weight:normal;
}

/*top menu design start*/
#topmenu
{
padding-right:10px;
text-align:right;
margin-top:-5px;
}
#topmenu a
{
text-decoration:none;
padding:10px;
color:#ababab;
font-weight:bold;
font-family:Georgia;
}
#topmenu a:hover 
{
opacity:.5;
background-color:#121212;
}
/*top menu design end*/

/*vertical menu design*/


#vmenu
{
text-align:left;
color:#768956;
margin-top:-60px;
z-index:-10px;
-moz-transform:rotate(0deg);
font-family:Georgia;
background-image:url(../images/menu-ball2.png);
width:200px;
height:320px;
margin-right:-12px;
}
#vmenu ul
{
list-style-type:none;
margin-left:25px;
padding-top:45px;
padding-bottom:5px;
}
#vmenu ul li
{
height:20px;
width:90px;
}
#vmenu ul li a
{
color:#efefef;
padding:3px;
}
#vmenu ul li:hover
{
background-color:#121212;
opacity:.5;
}
#vmenu ul li a:hover
{
text-decoration:none;
font-weight:normal;
}

/*vertical menu design*/

/*more links*/
.morelinkheading ul
{
list-style-type:none;
margin-left:0px;
}
.morelinkheading ul li a
{
color:#ababab;
}
/*more links*/

/*overlapping of div*/
#headerdiv
{
margin:0px;
background-image:none;
background-color:#121212;
color:#efefef;
height:100px;
}
#bodydiv
{
position:relative;
margin-top:-40px;
background-image:none;
background-color:#232323;
color:#dedede;
height:550px;
opacity:.7;
filter:alpha(opacity=70);
margin-bottom:-40px;

/*rounding instructions*/
-moz-border-radius:5px;
-webkit-border-radius:5px;
-border-radius:5px;
border-style:solid;
border-width:1px;
border-color:#232323;


}
#footerdiv
{
background-image:none;
background-color:#121212;
height:50px;
}
.morelinkheading ul
{
text-align:left;
}


/*overlapping of div*/

/*copyright section*/
.copyright
{
text-align:right;
font-family:Verdana;
font-size:10px;
color:#dedede;
}
.highlight
{
color:#0066Ef;
}


/******************************/

/*code for rounder corners*/
.rcontainerhf
{
 margin-top:-4px;
 height:auto;
 width:auto;
}
 .rtoph, .rbottomh{
display:block;
background-image:url(../images/content-bg.png);
}
 .rtoph *, .rbottomh *{
display: block;
background-color:#121212;
height: 1px;
overflow: hidden;
}
 .rtopf, .rbottomf{
display:block;
background-image:url(../images/content-bg.png);
}
 .rtopf *, .rbottomf *{
display: block;
height: 1px;
background-color:#121212;
overflow: hidden;
}
 .r1{margin: 0 5px}
 .r2{margin: 0 3px}
 .r3{margin: 0 2px}
 .r4{
margin: 0 1px;
height: 2px
}
/*****************************/