/*<group=styles>*/

a img {border:none;}

body {
	color: #ffffff;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	background: url(theme/body.png) repeat;
}

h1 {
	font-weight: lighter;
	font-size: 1.8em;
}

h2 {
	font-weight: lighter;
	font-size: 1.6em;
}

h3 {
	font-weight: lighter;
	font-size: 1.2em;
}

h4 {
	font-weight: lighter;
	font-size: 1em;
}

p {
	font-weight: bold;
	font-size: 1em;
}

/*</group>*/

/*<group=layout>*/

/*<group=nav>*/

#idList {
	margin: 0;
	padding: 0;
	list-style: none;
}
 
#idList li {
	display: block;
	padding: 4px;
	width: 176px;
	background: #2c2c64;
	color: #fff;
	height: 18px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	border-top: 1px solid #62628c;
	list-style: none;
}

#idList li a:link, #idList li a:visited {
	color: #fff;
	text-decoration: none;
}

#idList li a:hover, #idList li a:active {
	color: #62628c;
	text-decoration: none;
	list-style: none;
}
	
/*</group>*/

#homecontainer {
	width: 800px;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
	background: url(theme/homeback.gif) no-repeat right;
}

#designcontainer {
	width: 800px;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
	background: url(theme/designback.gif) no-repeat right;
}

#bannerscontainer {
	width: 800px;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
	background: url(theme/bannersback.gif) no-repeat right;
}

#sinagecontainer {
	width: 800px;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
	background: url(theme/sinageback.gif) no-repeat right;
}

#literaturecontainer {
	width: 800px;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
	background: url(theme/literatureback.gif) no-repeat right;
}

#contactcontainer {
	width: 800px;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
	background: url(theme/contactback.gif) no-repeat right;
}

#sidebar {
	width: 200px;
	height: 600px;
	float: left;
}

#header {
	float: right;
	width: 580px;
	height: 85px;
	padding-right: 20px;
}

#header h1 {
	color: #ffffff;
	font-size: 20px;
	text-align: right;
	font-weight: lighter;
}

#header h2 {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

#subcontainer {
	float: right;
	width: 600px;
	height: 509px;
}

#content {
	width: 206px;
	height: 485px;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	overflow: hidden;
}

#footer {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	height: 25px;
	margin-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: right;
	color: #404073;
}

#logo {
	width: 200px;
	height: 150px;
}

#nav {
	width: 200px;
	height: 150px;
	background: #404073 url(theme/navback.gif);
}

#address {
	width: 160px;
	height: 141px;
	background: #707096;
	padding: 10px 20px 0;
}

#address p {
	margin: 0;
	font-weight: normal;
	font-size: .9em;
}

#corner {
	width: 200px;
	height: 149px;
	background: url(theme/corner.gif) no-repeat;
}

#slides {
	width: 200px;
	height: 150px;
}

#formbox {
	border: 1px solid #707096;
	margin: 5px;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

#formbox a:link, a:visited {
	color: #fff;
}

#formbox a:hover, a:active {
	color: #707096;
}
	
/*</group>*/

/*<group=tips>*/

.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}

.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #62628c;
	padding: 8px 8px 4px;
	background: url(theme/bubble.gif) 0 top;
}

.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(theme/bubble.gif) 0 bottom;
}

.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
	
/*</group>*/