/********************************************/
/*              sceneguard.com              */
/*              ==============              */
/*                                          */
/*          Cascading Style Sheet           */
/*                                          */
/*        WARNING - COPYRIGHT NOTICE        */
/*                                          */
/*	This entire style sheet remains        */
/*     the sole intellectual copyright of   */
/*      (C) 2006 QNet Computer Services.    */
/*           All rights reserved.           */
/*                                          */
/*   sceneguard.com is a trading name and   */
/*        wholly owned division of          */
/*          QNet Computer Services          */
/*                                          */
/*  This document, and/or any part(s) of it */
/*  may NOT be copied, modified,            */
/*  transmitted or distributed in any form, */
/*  electronic or otherwise, to any other   */
/*  party, or to any other web site or      */
/*  electronic device.                      */
/*                                          */
/*  QNet employs Copyright infringement     */
/*  detection services over the Internet    */
/*  to monitor any such activities.         */
/*                                          */
/********************************************/

body
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font: 100% Arial, Helvetica, Verdana, sans-serif;
    text-align: center;
	background: #999999 url(bg.jpg) repeat-x;
}

h1
{
	font: 1.6em Verdana, Arial, Helvetica, sans-serif;
	color:#33f;
}

h2
{
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	color:#339;
}

a:focus, a:active {
    outline: none; /* Firefox, remove dotted border */
}

#wrapper
{
	width: 760px;
	margin: 10px auto;
	background:#fff url(sgbg.gif);
	border: 1px solid #00f;
}

#menu
{
	width:760px;
	background: #99f;
	border-top: 1px solid #00f;
	border-bottom: 1px solid #00f;
	padding-top: 1px;
	padding-bottom: 1px;
	font: 0.8em Helvetica, Arial, Verdana, sans-serif;
}

#menu A:link
{
    color: #fff;
    background: #99f;
    border-left: 1px dotted #99f;
    border-right: 1px dotted #99f;
    text-decoration: none
}
#menu a:visited
{
    color: #fff;
    background: #99f;
    border-left: 1px dotted #99f;
    border-right: 1px dotted #99f;
    text-decoration: none
}
#menu a:hover
{
    color: #ff0;
    background: #66f;
    border-left: 1px solid #9cf;
    border-right: 1px solid #9cf;
    text-decoration: none
}
#menu a:active
{
    color: #ff0;
    background: #00f;
    border-left: 1px solid #9cf;
    border-right: 1px solid #9cf;
    text-decoration: none
}
#content
{
	width:548px;
	margin-top: 10px;
	margin-bottom: 10px;
	float:left;
	font: 0.7em Helvetica, Arial, Verdana, sans-serif;
	color: #333;
	text-align: justify;
	padding-left: 30px;
	padding-right: 30px;
	border-right: 1px solid #ddf;
}

#right
{
	width:140px;
	padding-top: 20px;
	padding-bottom: 20px;
	float:right;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}

#filler
{
	clear:both;
}

#footer
{
	width:760px;
	background: #99f;
	border-top: 1px solid #00f;
	border-bottom: 1px solid #00f;
	font: 0.6em Arial, Helvetica, Verdana, sans-serif;
	color: #ddf;
}

#footer a
{
	text-decoration: none;
}

#footer a:link, #footer a:visited
{
	color: #fff;
}
#footer a:hover, #footer a:active
{
	color: #ff0;
}

input, select, textarea, checkbox
{
        color: #633;
        font-size: 10px;
        padding: 1px;
        border: 1px solid #669;
}

.formip
{
        color: #fff;
        font-size: 10px;
        background-color: #99f;
		padding-right: 1px;
		padding-bottom: 1px;
		padding-left: 0px;
		padding-top: 0px;
        border: 1px outset #00a;
}

.formip:hover
{
        color: #ff0;
        font-size: 10px;
        background-color: #33f;
        padding-right: 1px;
        padding-bottom: 1px;
		padding-left: 0px;
		padding-top: 0px;			
        border: 1px inset #00f;
		cursor: pointer;
}

a
{
	text-decoration: none;
}

a:link, a:visited
{
	color:#00f;
}
a:hover, a:active
{
	color: #339;
}

.cammon a:link, .cammon a:visited
{
	color:#00f;
}
.cammon a:hover, .cammon a:active
{
	color: #ff0;
}

.formlabel
{
	text-align: right;
	font-size: 0.9em;
}
.formbox
{
	text-align:left;
	font-size: 10px;
}
