﻿/* Colors used in this style sheet:
    Hex 000000 = RBG   0,   0,   0 = black
    Hex 222222 = RBG  34,  34,  34 = black
    Hex 343333 = RBG  52,  51,  51 = black
    Hex 3F3F3F = RBG  63,  63,  63 = light black
    Hex 454444 = RBG  69,  68,  68 = light black
    Hex 4A4A4A = RBG  74,  74,  74 = dark grey
    Hex 5F5F5F = RBG  95,  95,  95 = dark grey
    Hex 666666 = RBG 102, 102, 102 = dark grey
    Hex 838383 = RBG 131, 131, 131 = medium grey
    Hex BDBEBD = RBG 189, 190, 189 = medium grey
    Hex BFC0C3 = RBG 191, 192, 195 = medium grey
    Hex C6B78E = RBG 198, 183, 142 = beige
    Hex E6E6E6 = RBG 230, 230, 230 = light grey
    Hex EFEFEF = RBG 239, 239, 239 = light grey
    Hex F0AF00 = RBG 240, 175,   0 = orange
    Hex ff0000 = RBG 255,   0,   0 = red
    Hex FFFFCC = RBG 255, 255, 204 = light yellow
    Hex FFFFFF = RBG 255, 255, 255 = white
*/
body {
/* Foreground color definition */
	color : #C6B78E;
/* Background colors definition */
	background-color: #4A4A4A;
/* Fonts definition */
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	font-size : 12px;
	margin: 0px;
	padding: 0px;
}
a {
	color: #FFFFCC;
	text-decoration: none;
}
a:hover {
	color : #E6E6E6;
	text-decoration: underline;
}

table {
	font-size: large;
}
h1 {
	font-weight: normal;
	font-size: 28px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left : 20px;
	color: #FFFFFF;
	margin: 2px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	background-image : url("images-v1/box_left_icon.gif");
	background-repeat : no-repeat;
	background-position : left;
	padding-left : 18px;
	font-size: 18px;
	margin: 0px;
}
h3 {
	font-weight: normal;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	font-size: 14px;
	padding-left : 20px;
	color: #F0AF00;
	margin: 2px;
}
p {
	font-size: large;
	margin: 2px 0px;
}
ul {
	margin-left: 5px;
	padding: 0px;
}
li {
	margin-left: 10px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: disc;
	font-size: large;
}
.top_panel {
	background-image: url("images-v1/top_panel_r4.jpg");
	background-repeat : repeat-x;
	border-collapse: collapse;
	margin: 0;
	padding: 0px;
}
.top_panel_left {
	background-image: url("images-v1/top_panel_r1.jpg");
	background-repeat : no-repeat;
	background-position: top left;
	margin: 0;
	padding: 0px;
}
.top_panel_right {
	background-image: url("images-v1/top_panel_r2.jpg");
	background-repeat : no-repeat;
	background-position: top right;
	margin: 0;
	padding: 0px;
}
.footer {
	font-size: x-large;
	font-family: "Monotype Corsiva";
	color: #CC9900;
	text-align: center;
}
.footer a {
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.infoarea {
	vertical-align: top;
}
/* .footer, .footer a, .footer a:hover {
	color : #666666;
} */
.topmenu-v {
	white-space: nowrap;
}
.topmenu-v a {
	background: #4A4A4A;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #838383;
	border-right: 2px solid #000000;
	background-image : url("images-v1/menu_button.gif");
	background-repeat : no-repeat;
	background-position: center;
	display: block;
	height : 25px;
	line-height : 25px;
	text-decoration: none;
	color: #C6B78E;
	font-size: 14px;
	width: 200px;
	font-weight: normal;
	text-align: center;
}
.topmenu-v a:hover {
	border-bottom: 2px solid #3F3F3F;
	border-left: 2px solid #3F3F3F;
	border-right: 2px solid #3F3F3F;
	font-weight: bold;
	text-decoration: underline;
}
#vanity a {
	display: block;
	width: 57px;
	height: 20px;
	margin: 3px 20px;
}
#v_php {
	float: left;
	background-image: url('images-v1/powered-php.gif');
}
#v_php:hover {
	background-image: url('images-v1/h_powered-php.gif');
}
#v_mysql {
	float: left;
	background-image: url('images-v1/powered-mysql.gif');
}
#v_mysql:hover {
	background-image: url('images-v1/h_powered-mysql.gif');
}
#v_xhtml {
	float: right;
	background-image: url('images-v1/valid-xhtml10.gif');
}
#v_xhtml:hover {
	background-image: url('images-v1/h_valid-xhtml10.gif');
}
#v_css {
	float: right;
	background-image: url('images-v1/valid-css.gif');
	text-align: center;
}
#v_css:hover {
	background-image: url('images-v1/h_valid-css.gif');
}





