/* CSS Document */
html, body, #container {
	height:100%;
}
body {
	padding:0px;
	margin:0px;
	text-align: center;
	background-color:#000000;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-y;
	background-position:center;
	font-size:1em;
}

#container {
	margin: 0 auto;
	width:760px;
	text-align:left;
	background-color:#000000;
	background-image:url(../images/header_sides.gif);
	background-repeat:no-repeat;
}
/* GENERAL */
h1{
	font-size:110%;
	margin: 0px 0px 5px 0px;
}
h2{
	font-size:100%;
	margin: 0px 0px 5px 0px;
}
h3{
	font-size:90%;
	margin: 0px 0px 5px 0px;
	color: #FC0;
}
h4{
	font-size:80%;
	margin: 0px 0px 5px 0px;
}
p {
	font-size:80%;
	margin: 0px 0px 5px 0px;
	line-height:140%;
}
a {
	color:#FFCC00;
}
a:hover {
	color:#FFCC00;
}
img {
	border:none;
}
/* HEADER */
#header {
	height: 90px;
	position:relative;
	margin: 0px 0px 0px 0px;
	background-color:#0F0F0F;
	background-image:url(../images/header_bg.gif);
	width: 740px;
}
#header #logo {
	position:absolute;
	left:0px;
	background-image:url(../images/logo-unique-ideas.gif);
	background-repeat:none;
	width: 168px;
	height:75px;
}
#logo a{
	display: block;
	width: 168px;
	height:75px;
}
#navtop {
	position:absolute;
	right:0px;
	top:5px;
	text-align:left;
	color: #666;
	font-size:70%;
}
#navtop a, #navbottom a{
	text-decoration:none;
	color:#FFFFFF;
}
#navtop a:hover, #navbottom a:hover{
	color:#FFCC00;
}
#navbottom {
	position:absolute;
	top:63px;
	right:-13px;
	text-align:left;
	font-size:70%;
}

#navbottom ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#navbottom a {
	display: list-item;
	padding: 5px 4px 8px 10px;

}

#navbottom li {
	position: relative;
	background-image: url("../images/menu_divider.gif");
	background-repeat: no-repeat;
	padding:0px;
	float: left;
}
#navbottom ul ul {
	position: absolute;
	left: 1px;
	z-index: 500;
	top: 25px;
	width: 150px;
	background-color: #000;
	border: 1px solid #333333;
	border-top: none;
	border-bottom: none;
}

#navbottom ul ul li {
	float:none;
	background-image:none;
	padding: 5px 0px 1px 0px;
	margin:0px;
}

#navbottom ul ul li a {
	display:inline;
	display: list-item;
	font-weight:normal;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 10px 6px 10px;
	border-bottom: 1px solid #333333;
	height: 10px;
}

#navbottom ul ul a:hover{
	color: #999999;
	font-weight: normal;
	}

#navbottom ul ul ul {
	position: absolute;
	border:0;
	top: 0;
	left: 100%;
	margin-top: 0px;
}

div#navbottom ul ul,
div#navbottom ul li:hover ul ul,
div#navbottom ul ul li:hover ul ul{
	display: none;
}

div#navbottom ul li:hover ul,
div#navbottom ul ul li:hover ul,
div#navbottom ul ul ul li:hover ul{
	display: block;
}

/* CONTENT */
#content {
	height:200px;
	padding-top:20px;
	border: thin none #000000;
}
/* wide */
#content_wide {
	width: 760px;
	padding-left:0px;
	float: left;
}
#content_wide #summary {
	background-image:url(../images/summary_wide_top2.gif);
	background-repeat:no-repeat;
	background-color:#0E0F0F;
	width: 470px;
	padding: 20px 20px 1px 20px;
}
#content_wide #summary_bottom {
	background-image:url(../images/summary_bottom2.gif);
	background-repeat:no-repeat;
	height:17px;
}
#content_wide #summary_boxes {
	text-align: left;
}
/* left */
#content_left {
	width: 530px;
	float: left;
	padding-left:20px;
}
#content_left #summary {
	background-image:url(../images/summary_top.gif);
	background-repeat:no-repeat;
	background-color:#0E0F0F;
	width: 465px;
	padding: 20px 20px 1px 20px;
}
#content_left #summary_bottom {
	background-image:url(../images/summary_bottom.gif);
	background-repeat:no-repeat;
	height:17px;
}

#content_left #summary_boxes {
	padding:10px 20px 10px 0px;
}
#content_left .summary_box {
	padding:10px 0px 5px 0px;
	width:505px;
	border-top: 1px solid #333333;
	clear:both;
}
#content_left .summary_box img{
	float:left;
	padding:0px 10px 10px 0px;
}
#content_left .summary_box a{
	text-decoration:none;
	font-weight:bold;
}

/* right */
#content_right {
	width: 200px;
	float: right;
	margin-bottom: 5px;
}
#box {
	background-image: url(../images/box_top.gif);
	background-repeat: no-repeat;
	background-color: #0E0F0F;
	width: 150px;
	padding: 20px 20px 1px 20px;
}
#box p {
	font-size: 70%;
}
#box_bottom {
	background-image:url(../images/box_bottom.gif);
	background-repeat:no-repeat;
	height:17px;
}
#other_services {
	padding:10px 20px 10px 0px;
}
.other_service {
	padding:10px 0px 5px 0px;
	width:170px;
	border-top: 1px solid #333333;
	clear:both;
	font-size: 75%;
}
.other_service img{
	float:left;
	padding:0px 5px 10px 0px;
	width:60px;
	height:60px;
}
.other_service a{
	text-decoration:none;
	font-weight:bold;
}
#clear {
	clear:both;
}
/* FOOTER */
#footer {
	background-image:url(../images/footer_sides.gif);
	background-repeat:no-repeat;
	height:60px;
	padding-bottom:20px;
	margin: 5px, 5px, 5px, 5px;
	position: relative;
}
#footer_inner {
	position:relative;
	width: 700px;
	height:60px;
	margin: 0px 30px 0px 30px;
	background-color:#0E0F0F;
	background-image:url(../images/footer_bg.gif);
	text-align:right;
	background-color:#FFF;
}
#footer_inner img{
	margin-top:8px;
	padding: 10px;
	position:absolute;
	left:0px;
}
#footer_inner p{
	padding-top:23px;
	font-size: 70%;
}
#container .bottomright {
	float: left;
	background-color: #000;
	height: auto;
	width: 190px;
	background-repeat: no-repeat;
	padding-bottom: 20px;
	text-align: center;
}
.videosquare {
	height: 300px;
	width: 479px;
}
#contact {
	float: right;
	background-image: url(../images/box_top.gif);
	background-repeat: no-repeat;
	background-color: #0E0F0F;
	width: 150px;
	padding: 20px 20px 1px 20px;
	
}
.contentbox {
	width: 760px;
	float: left;
}

#Divider1 {
	width: auto;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-top-width: 1px;
}
.divider3 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 720px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.slideleft {
	padding: 10px;
	float: left;
	width: auto;
	border: 1px solid #999999;
	margin: 10px;
	margin-left: 25px;
}
.image2b {
	padding: 4px;
	border: none;
	float: right;
	margin: 3px;
}
.contentBoxo {
	background-image: url(../images/summary_wide_top3.gif);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-left-style: dotted;
	margin: 20px;
	padding: 15px;
	float: left;
	width: 300px;
	background-position: center top;
	background-color: #0E0F0F;
}
.contentboxoright {
	background-image: url(../images/summary_wide_top3.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 15px;
	padding: 15px;
	float: right;
	width: 300px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: none;
	background-color: #0E0F0F;
}
.videoboxio {
	float: right;
	margin: 5px;
	width: 305px;
	padding: 15px;
}
.Letter_Content {
	padding: 10px;
	margin: 10px;
	background-color: #0E0F0F;

}
.Address_Right {
	float: right;
}
.container_test {
	width: 750px;
}
test_link {
	float: right;
}
link-right {
	float: right;
}
.link_right {
	float: right;
}
.footyfoot {
	width: 760px;
}
#langbox {
	text-align: center;
}
.contright {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	padding: 5px;
	border: thin solid #999;
}
.slideshowbox {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	padding: 5px;
}
.picboxleft {
	float: left;
}
.floatingtestbox {
	float: left;
}
.gagbox {
	margin-top: 30px;
	margin-left: 25px;
	float: left;
}
.slidebox {
	height: 150px;
	width: 250px;
	float: left;
	margin-left: 20px;
}
.header {
	width: 150px;
}
.headbox {
	clear: both;
	height: 150px;
	text-align: left;
}
#container #content #content_wide #summary_boxes .headbox .style9 .style10 {
	text-align: center;
}
.brochurehead {
	float: left;
	text-align: left;
	margin-left: 40px;
}
#container #content #content_wide #summary_boxes .headbox .brochurehead .style9 .style10 {
	text-align: left;
}
#container #content #content_wide #summary_boxes .headbox .brochurehead .style9 .style10 {
	text-align: left;
}
