﻿/***************************************
 * Main Layout
 **************************************/
html
{
	/*font-family: "Arial", "Helvetica", sans-serif;
    font-size: 12px;
    */
	font-family: "Segoe UI", "Verdana", "Arial", sans-serif;
    color: #666;
    font-size: 12px;
    line-height: 18px;
    background-image: url('../Images/backgroundloop.png');
    background-repeat: repeat-x;
}

body
{
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
}

div#header
{
    position: absolute;
	left: -220px;
	right: 0;
    height: 132px;
	background-color: #000;
	overflow: hidden;
}

div#container
{
	margin: 0 auto;
	padding: 30px 0 0 0;
	text-align: left;
	width: 826px;
	background-image: url('../Images/background_bottom.png');
	background-repeat: repeat-x;
	background-position: bottom left;
}

div#main
{
/*
	background-image: url('../Images/background.png');
	background-position: top center;
	background-repeat: no-repeat;
*/
}

div#footer
{
	height: 90px;
	color: #fff;
	text-align: center;
}

.domainbutton
{
    font-size: 10px;
}

/***************************************
 * Image Transition
 **************************************/
img.spotlight       /* default opacity for IE */
{
	filter: alpha(opacity=100);
	z-index: 1;
}

img.idupe           /* duplicate image positioning */
{
    filter: alpha(opacity=100);
	position: absolute;
	z-index: 2;
	visibility: hidden;
}

/***************************************
 * Flash Header
 **************************************/
.flash
{
    overflow: hidden;
}

/***************************************
 * Navigation Menu
 **************************************/
div#menu
{
    padding-top: 132px;
	color: #fff;
	background-color: #000;
	height: 49px;
	/*background-image: url('../Images/menu_background.png');
	background-repeat: repeat-x;
	background-position: 0 132px;*/
}

div#menu div#items
{
	margin: 0 auto;
	width: 805px;
	height: 49px;
	background-repeat: repeat-x;
	text-align: center;
}

/***************************************
 * Outer Frame
 **************************************/
div.frame
{
    padding: 0;
}

div.framebottomleft
{
	background-image: url('../Images/Frame/bottomleft.png');
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0 4px;
}

div.framebottomright
{
	background-image: url('../Images/Frame/bottomright.png');
	background-position: top right;
	background-repeat: no-repeat;
}

div.framebottom
{
	background-color: #fff;
	margin: 0 4px;
	height: 3px;
}

div.frameleft
{
	background-image: url('../Images/Frame/frameleft.png');
	background-repeat: no-repeat;
	background-position: 0 0px;
}

div.frameright
{
	background-image: url('../Images/Frame/frameright.png');
	background-repeat: no-repeat;
	background-position: top right;
}

div.framecontent
{
	background-image: url('../Images/Frame/framebackground.png');
	background-repeat: repeat-x;
	background-position: top left;
	margin: 0 4px;
	background-color: #fff;
	/*padding: 1px 0;*/
}

/***************************************
 * Inner Frame
 **************************************/
div.innerframe
{
	background-position: 0 5px;
}

div.innerframeleft
{
	background-image: url('../Images/InnerFrame/innerframeleft.png');
	background-repeat: no-repeat;
	background-position: top left;
}

div.innerframeright
{
	background-image: url('../Images/InnerFrame/innerframeright.png');
	background-repeat: no-repeat;
	background-position: top right;
	padding: 0 4px;
}

div.innerframecontent
{
	background-image: url('../Images/InnerFrame/innerframebackground.png');
	background-repeat: repeat-x;
	min-height: 80px;
	/*padding: 0 4px 0px 4px;*/
	background-color: #fff;
	min-height: 600px;
}

.headertop
{
    height: 20px;
}

.topcontent
{
    padding: 0 4px;
}

.topcontentleft
{
    padding: 0 4px 0 4px;
}

/***************************************
 * Content Frame
 **************************************/ 
div.contentframe
{
	margin: 0 auto;
}

div.contentframeleft
{
	background-image: url('../Images/ContentFrame/contentframeleft.png');
	background-repeat: no-repeat;
	background-position: top left;
}

div.contentframeright
{
	background-image: url('../Images/ContentFrame/contentframeright.png');
	background-repeat: no-repeat;
	background-position: top right;
}

div.contentframecontent
{
	background-image: url('../Images/ContentFrame/contentframebackground.png');
	background-repeat: repeat-x;
	background-position: 0 0;
	margin: 0 5px;	
	padding: 2px 4px 4px 5px;
	min-height: 100px;
}

/***************************************
 * Form Line
 **************************************/
/*div.line
{
	height: 23px;
	background-image: url('../Images/Line/linebackground.png');
	background-repeat: repeat-x;
	background-position: 0 0;
	margin: 0 4px;
	text-align: right;
	height: 12px;
}*/

div.linecontainer
{
    position: relative;
    height: 23px;
}

div.lineleft
{
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 12px;
	background-image: url('../Images/Line/lineleft.png');
	background-repeat: no-repeat;
	background-position: top left;
}

div.lineright
{
    position: absolute;
    width: 4px;
    height: 12px;
    right: 0;
	background-image: url('../Images/Line/lineright.png');
	background-repeat: no-repeat;
	background-position: top right;
}

div.linebg
{
    position: absolute;
    left: 4px;
    right: 4px;
    height: 12px;
  	background-image: url('../Images/Line/linebackground.png');
	background-repeat: repeat-x;
	background-position: 0 0;
}

.linebutton
{
    position: absolute;
    display: block;
    right: 0;
	background-image: url('../Images/Line/linebuttonhover.png');
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 12px;
	width: 158px;
	height: 24px;
	font-weight: bold;
	line-height: 24px;
	text-align: right;
	cursor: pointer;
}

.linebutton:hover
{
    position: absolute;
    display: block;
    right: 0;
	background-image: url('../Images/Line/linebutton.png');
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 12px;
	width: 158px;
	height: 24px;
	font-weight: bold;
	line-height: 24px;
	text-align: right;
	cursor: pointer;
	text-decoration: none;
}

/***************************************
 * Form Line Buttons
 **************************************/
/*div.linebutton
{
	width: 158px;
	height: 24px;
	line-height: 24px;
	margin: 0 0 0 auto;
	text-align: right;
	font-size: 12px;
	background-image: url('../Images/Line/linebuttonhover.png');
	background-repeat: no-repeat;
	background-position: top left;
	font-weight: bold;
	letter-spacing: 0;
	padding-right: 10px;
}

div.linebutton:hover
{
	width: 158px;
	height: 23px;
	margin: 0 0 0 auto;
	text-align: right;
	font-size: 12px;
	background-image: url('../Images/Line/linebutton.png');
	background-repeat: no-repeat;
	background-position: top left;
	cursor: pointer;
	letter-spacing: 0;
	text-decoration: none;
}

div.linebutton:active
{
	width: 158px;
	height: 23px;
	margin: 0 0 0 auto;
	text-align: right;
	font-size: 12px;
	letter-spacing: 0;
	background-image: url('../Images/Line/linebuttonactive.png');
	background-repeat: no-repeat;
	background-position: top left;
	cursor: pointer;
}
*/
div.linebutton2
{
	width: 158px;
	height: 23px;
	line-height: 23px;
	margin: 0 0 0 auto;
	text-align: right;
	font-size: 12px;
	background-image: url('../Images/Line/linebutton2.png');
	background-repeat: no-repeat;
	background-position: top left;
	font-weight: bold;
	letter-spacing: 0;
}

div.linebutton2:hover
{
	width: 158px;
	height: 23px;
	margin: 0 0 0 auto;
	text-align: right;
	font-size: 12px;
	background-image: url('../Images/Line/linebutton2hover.png');
	background-repeat: no-repeat;
	background-position: top left;
	cursor: pointer;
	letter-spacing: 0;
	text-decoration: none;
}

div.linebutton2:active
{
	width: 158px;
	height: 23px;
	margin: 0 0 0 auto;
	text-align: right;
	font-size: 9px;
	letter-spacing: 0;
	background-image: url('../Images/Line/linebutton2active.png');
	background-repeat: no-repeat;
	background-position: top left;
	cursor: pointer;
}

div.linebutton .a
{
    font-size: 10px;
}
