body
{
	font-family: Lucida Sans Unicode, Segoe UI, Tahoma, Verdana;
	color: #000000;
	background-color: #424242;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 120%;
}
/*****************************************/
div.page
{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 2px;
	border-color: #171919;
	padding: 0px;
}

div.navigation
{
	background-image: url('images/nav/background.png');
	width: 100%;
	height: 40x;
	text-align: center;
}


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

table.normal
{
	width: 100%;
	border-style: none;
	background-color: #FFFFFF;
}

table.main-page
{
	width: 100%;
	border-style: none;
	background-color: #E7E7E7;
}


table.copyright
{
	border-style: solid;
	border-width: 0px;
	border-color: #C7C9C9;
	width: 100%;
	text-align: center;
	background-color: #E7E7E7;
}

table.content
{
	border-style: solid;
	border-width: 1px;
	border-color: #C7C7C9;
	width: 100%;
	font-size: 16px;
	text-align: left;
	/*padding: 10px;*/
	line-height: 140%;
	background-color: #FFFFFF;
}

table.navigation
{
	border-style: none !important;
	border-color: #CD6C15;
	border-width: 3px;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CD6C15;
}

table.packages
{
	background-color: #676059;
	border-style: solid;
	border-width: 2px;
	border-color: #464340;
	width: 100%;
	height: 36px;
	text-align: center;
	padding: 3px;
}

table.sidebar
{
	width: 100%;
	background-color: #5B578F;
	border-style: solid;
	border-width: 2px;
	border-color: #3F3D5D;
	padding: 4px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
}


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

td.package-link
{
	padding: 0px;
	width: 20%;
	text-align: center;
}

td.page-center
{
	text-align: center;
	padding: 10px;
}	

td.padded
{
	padding: 10px;
}

td.split-right
{
	width: 25%;
	text-align: center;
	vertical-align: top;
}

td.split-left
{
	width: 75%;
	text-align: center;
	padding: 3px;
	vertical-align: top;
}

td.copyright-info
{
	text-align: center;
	padding: 2px;
}

td.contact
{
	width: 150px;
}

td.portfolio
{
	width: 200px;
	text-align: center;
	vertical-align: bottom;
}

td.form-left
{
	text-align: left;
	vertical-align: top;
	width: 150px;
	font-size: 12px;
}

td.form-right
{
	text-align: left;
	vertical-align: top;
	font-size: 12px;
}

td.w50
{
	width: 50%;
	vertical-align: top;
}	

td.nav
{
	text-align: center;
	vertical-align: top;
	width: 12.5%;
	background-color: #FF7900;
	padding: 0px;
}

td.nav-over
{
	text-align: center;
	vertical-align: top;
	width: 12.5%;
	background-color: #F7953D;
	padding: 0px;
}

td.order-left
{
	width: 30%;
	vertical-align: top;
	text-align: center;
}

td.order-right
{
	width: 70%;
	vertical-align: top;
	text-align: left;
}
/*****************************************/

img
{
	border-style: none;
}

.align-left
{
	float: left;
}

.align-right
{
	float: right;
}

img.silverwolf
{
	position: relative;
	top: 20px;
}



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

span.small-spaces
{
	font-size: 1px;
}

span.smallfont
{
	font-size: 11.5px;
}

span.largefont
{
	font-size: 22px;
	font-weight: bold;
}

span.page-title
{
	font-size: 36px;
	font-weight: bold;
}

.red
{
	color: #FF4309;
}

/*****************************************/
a.norm
{
	text-decoration: none;
	font-weight: bold;
	color: #373BEF;
}
a.norm:hover
{
	color: #262ADE;
	text-decoration: underline;
}

a.navigation
{
	text-decoration: none;
	font-weight: bold;
}


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

hr 
{
	border: none 0; 
	border-top: 1px solid #DED1CA;
	width: 90%;
	height: 1px;
	text-align: center;
}

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

p.center
{
	text-align: center;
}

p.normal
{
	text-align: left;
}

p.info
{
	text-align: left;
	font-size: 11px;
}
/*****************************************/

ul
{
	line-height: 140%;
}

ul.small
{
	line-height: 160%;
	font-size: 11px;
}

fieldset
{
	width: 650px;
}

