﻿/**
pink text: #e24772
**/

html, body, #t { height:100%;}

body { 
text-align: center; 	
font-family:Tahoma, Arial,Verdana; 
font-size: 0.8em; 
padding: 0; 
margin: 0; 
background:#232122 url(images/tile.gif);
color:#ffffff;

}

P {margin:6px 0px 6px 0px;}

h1 { font-size: 110%; padding:0 0 10px 0; margin:0; font-weight:bold; color:#e24772;}
h2 { font-size: 105%; padding:0 0 10px 0; margin:0; font-weight:bold; color:#e24772;}
h3 { font-size: 100%; padding:0 0 10px 0; margin:0; font-weight:normal; color:#e24772;}
h4 { font-size: 100%; padding:0 0 10px 0; margin:0; font-weight:normal; color:#e24772;}
h5 { font-size: 100%; padding:0 0 10px 0; margin:0; font-weight:normal; color:#e24772;}
h6 { font-size: 100%; padding:0 0 10px 0; margin:0; font-weight:normal; color:#e24772;}

h1 a,h1 a:visited { color:#e24772;}
h2 a,h2 a:visited { color:#e24772;}
h3 a,h3 a:visited { color:#e24772;}
h4 a,h4 a:visited { color:#e24772;}
h5 a,h5 a:visited { color:#e24772;}
h6 a,h6 a:visited { color:#e24772;}


.clear
{
    height:1px;
    line-height:1px;
    clear:both;
}

div, img, table, form { border: 0; padding: 0; margin: 0; font-size: 100%; }

hr
{
	height:1px;
	border-top:1px solid #cc0001;
}

img
{
    border:none;
    margin:0px;
    padding:0px;
}

ul
{
	margin:15px;
    list-style:none;
    list-style-image:url(images/bullet.gif);
    
}

li
{
    margin:1px;
}

a, a:visited
{
	color:#808080;
	text-decoration:none;
}

a:hover
{
    text-decoration:underline;
}

td 
{
	padding:0px;
}

input[type=text]
{
	border:1px solid #898685;
	background-color:Transparent;
	color:White;
}

textarea
{
	border:1px solid #898685;
	background-color:Transparent;
	color:White;
}


.moduletools
{
	color:#ff0000 !important;
	font-weight:bold;
	font-size:10px;
}

.moduletools a, .moduletools a:visited
{
	color:#ff0000 !important;
	font-weight:bold;
	font-size:10px;
	text-decoration:underline;
	
}

#coolbytes
{
	margin:auto;
	width:300px;
	font-family:Verdana;
	font-size:10px;
}

#coolbytes, #coolbytes a, #coolbytes a:visited
{
	color:#777777;
	text-decoration:none;
}

#coolbytes a:hover
{
	color:#777777;
	text-decoration:underline;
}

a.grey-link, a:visited.grey-link
{
	color:#666666;
}

/*start specific*/

#global 
{
	text-align:center; 
	width:100%;
	height:100%;
}

/*ie ignores this*/
html>/**/body #global 
{
}

#container 
{
	width:742px;
	margin:auto; 
	text-align:left;
	height:100%;
	background-color:Black;
}

#header
{
	background:#ff0000 url(images/logo-bg.gif) repeat-x left top;
	position:relative;
	height:223px;
}

#header-contactus-button
{
	position:absolute;
	right:0px;
	top:0px;
	width:75px;
	height:13px;
}

#content-container
{
	background:url(images/content-bg.jpg) no-repeat left top;
	min-height:500px;
	
}

#content-container-inner
{
	padding:15px 25px;
}

.content-box
{
	float:left;
	min-height:188px;
}

.content-box-no-border
{
	float:left;
	min-height:188px;
	/*background-color:#3b3121;*/
}

.box-inner-top
{
	float:none;
	min-height:62px;
}

.content
{
	padding:0px;
}

.row
{
	margin-top:5px;
}

.underline
{
	background:url(images/underline.png) no-repeat left 50%;
	height:10px;
	line-height:10px;
	margin:8px 0px;
}

.address
{
	font-size:12px;
	padding-left:10px;
	color: #333333;
	font-weight:bold;
	text-align:center;
}

.address a, .address a:hover, .address a:visited  
{
	color: #333333;
}


/************
Side menu
************/
.menu
{
	text-align:left;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	min-height:300px;
}

.menu ul
{
	text-align:left;
	margin:0;
	padding:0;
	list-style:none;
	margin-bottom:5px;
}

.menu li
{
	padding:5px 5px;
	background:url(images/menu-underline.png) no-repeat left bottom;
}

.menu li li
{
	text-align:left;
	border-bottom:none;
	font-size:11px;
	padding-left:10px;
}

.menu a, .menu a:visited
{
	text-align:left;
	color:#fff;
	text-decoration:none;
}

.menu a:hover
{
	text-decoration:underline;
}

.menu li.active
{
	margin-bottom:0px;
	display:block;
}

.menu li.active a, .menu li.active a:visited
{
	color:#e24772;
	
}

.menu li.active li a, .menu li.active li a:visited
{
	color:#e24772;
}

.menu li.active li.active a, .menu li.active li.active a:visited
{
	color:#e24772;
}

/************
End side menu
************/
