
body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
}

a:link {
    font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a:visited {
    font-weight: bold;
	text-decoration: none;
	color: #990000;
}
a:hover {
    font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
a:active {
    font-weight: bold;
	text-decoration: none;
	color: #990000;
}

#framecontentTop{
position: absolute; 
top: 0; 
left: 0; 
width: 100%; /*Width of left frame div*/
height: 29px;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: white;
color: black;
}

#framecontentTop{ 
left: 0; /*Set left value to WidthOfLeftFrameDiv*/
right: 0;
width: auto;
height: 29px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: white;
color: black;
}

#maincontent{
position: fixed; 
left: 0; /*Set left value to WidthOfLeftFrameDiv*/
top: 28px; /*Set top value to HeightOfTopFrameDiv*/
right: 0;
bottom: 0;
overflow: auto; 
background: #FFFFFF;
}

.innertube{
margin: 2px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 30px 0 0 0; /*Set value to (HeightOfTopFrameDiv 0 0 WidthOfLeftFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

* html #framecontentTop{ /*IE6 hack*/
width: 100%;
}

 /* STYLE FOR MENU TOP START */

#logo {
    float: left;
	width: 145px;
	padding: 2px 2px 2px 4px;
}

#logo h1 {
    margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 22px;
	font-family: "Times New Roman", Times, serif;
}

#menu {
    border-top: 3px solid black; /*optional border across top*/
    margin: 0;
    padding: 0;
}

#menu ul {
    margin: 0;
    float: left;
    padding-left: 8px;
    font: bold 9px Verdana;
    background-color: black;
    background: black url(../img/leftround.gif) bottom left no-repeat; /*optional left round corner*/
}

* html #menu ul { /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
    margin-bottom: 1em;
    margin-left: 7px; /*menu offset from left edge of window in IE*/
}

#menu ul li {
    display: inline;
}

#menu ul li a {
    float: left;
    color: white;
    font-weight: bold;
    padding: 2px 6px 7px 6px;
    text-decoration: none;
    background: url(../img/pointer.gif) bottom center no-repeat;
}

#menu ul li a:visited{
    color: white;
}


#menu ul li a:hover, #menu ul li a.selected { /*hover and selected link*/
    color: white;
    background-color: #993300;
}

#menu ul li a#rightcorner{
    padding-right: 0;
    padding-left: 2px;
    background: url(../img/rightround.gif) bottom right no-repeat; /*optional right round corner*/
}

  /* STYLE FOR MENU TOP END */
  
 /* STYLE FOR MENU LEFT SEARCH, POPULAR... START */

.urbangreymenu{
    width: 155px; /*width of menu*/
	float: left;
}

.urbangreymenu .headerbar{
    font: bold 10px Verdana;
    color: white;
    background: #606060 url(../img/arrowstop.gif) no-repeat 5px 6px; /*last 2 values are the x and y coordinates of bullet image*/
    margin-bottom: 0; /*bottom spacing between header and rest of content*/
    text-transform: uppercase;
    padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

.urbangreymenu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
    padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
    font: normal 10px Arial;
    color: black;
    background: #E9E9E9;
    display: block;
    padding: 5px 0;
    line-height: 17px;
    padding-left: 5px; /*link text is indented 8px*/
    text-decoration: none;
}

.urbangreymenu ul li a:visited{
    color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
    color: white;
    background: black;
}

.urbangreymenu ul li a.ser:link{
	color: white;
    background: black;
}

.urbangreymenu ul li a.ser:hover{
	color: white;
    background: #993300;
}

 /* STYLE FOR MENU LEFT SEARCH, POPULAR... END */

 /* STYLE FOR MENU RIGHT TOP SITES START */

.urbangreymenuRight{
    width: 155px; /*width of menu*/
	float: right;
}

.urbangreymenuRight .headerbar{
    font: bold 10px Verdana;
    color: white;
    background: #606060 url(../img/arrowstop.gif) no-repeat 5px 6px; /*last 2 values are the x and y coordinates of bullet image*/
    margin-bottom: 0; /*bottom spacing between header and rest of content*/
    text-transform: uppercase;
    padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

.urbangreymenuRight ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenuRight ul li{
    padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenuRight ul li a{
    font: normal 10px Arial;
    color: black;
    background: #E9E9E9;
    display: block;
    padding: 5px 0;
    line-height: 17px;
    padding-left: 5px; /*link text is indented 8px*/
    text-decoration: none;
}

.urbangreymenuRight ul li a:visited{
    color: black;
}

.urbangreymenuRight ul li a:hover{ /*hover state CSS*/
    color: white;
    background: black;
}

 /* STYLE FOR MENU RIGHT TOP SITES END */

 /* STYLE FOR THUMB MENU MID START */

.urbangreymenuMid{
    width: auto; /*width of menu*/
	margin-left: 160px;
	margin-right: 160px;
}

.urbangreymenuMid ul{
    list-style-type: none;
	text-align: center;
	background: #E9E9E9;
    margin: 0;
    padding: 0;
}

.urbangreymenuMid ul li{
	margin: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	width: 152px;
	height: 212px;
	display: inline;
	border: 1px solid #993300;
	background-image: url(/img/150x210.gif);
}

.urbangreymenuMid ul li{/*IE6 hack*/
	display: inline-table;
	border: 1px solid #993300;
	background-image: url(/img/150x210.gif);
}

.urbangreymenuMid ul li a{
    font: normal 10px Arial;
    color: black;
    background: #E9E9E9;
    display: block;
    text-decoration: none;
}

.urbangreymenuMid ul li a:visited{
    color: black;
}

.urbangreymenuMid ul li a:hover{ /*hover state CSS*/
    color: white;
    background: black;
}

.urbangreymenuMid ul li.movi{
	margin: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	width: 242px;
	height: 182px;
	display: inline;
	border: 1px solid #993300;
	background-image: url(/img/240x180.gif);
}

.urbangreymenuMid ul li.movi{/*IE6 hack*/
	display: inline-table;
	border: 1px solid #993300;
	background-image: url(/img/240x180.gif);
}

.urbangreymenuMid ul li.movi a{
    font: normal 10px Arial;
    color: black;
    background: #E9E9E9;
    display: block;
    text-decoration: none;
}

.urbangreymenuMid ul li.movi a:visited{
    color: black;
}

.urbangreymenuMid ul li.movi a:hover{ /*hover state CSS*/
    color: white;
    background: black;
}

img.border {
    border: 1px solid #993300;
	width: 150;
	height: 210;
	background-image: url(/img/150x210.gif);
}

img.border:hover {
    border: 1px dashed #FFFFFF;
	width: 150;
	height: 210;
}

img.border-mov {
    border: 1px solid #993300;
	width: 240;
	height: 180;
	background-image:url(/img/240x180.gif);
}

img.border-mov:hover {
    border: 1px dashed #FFFFFF;
	width: 240;
	height: 180;
}

 /* STYLE FOR THUMB MENU MID END */

.serch {
    float: left;
	margin: 0 0 0 5px;
}

#name {
    background-color: #CCCCCC;
}

#sbut {
    background-color: #000000;
	color: white;
	font-weight: bold;
}

#sbut:hover {
    background-color: #993300;
	color: white;
	font-weight: bold;
}

img.pop {border: 0px solid #000000; }

