@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 76%;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	height: 100%;
}
img {
	border: none;
}

#wrapper {
	height: 100%;
	width: 100%;
	position: relative;
}
h1,h2,h3 {
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
a, a:visited {
	color: #000;
	text-decoration: underline;
	
}
a:hover {
	text-decoration: none;
}

/* TOP section*/
#top_container {
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: relative;
	height: 140px;
	background-image: url(../images/top-bg.png);
	background-repeat: repeat-x;
	background-position: center top;
}
#top {
	padding: 0px;
	width: 870px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#top_left_logo a, #top_left_logo a:visited{
	background-image: url(../images/imaginative-advertising-tl-over.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 62px;
	width: 124px;
	position: relative;
	text-decoration: none;
}
#top_left_logo a:hover{
	background-image: url(../images/imaginative-advertising-tl-normal.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.main_buttons {
	margin: 0px;
	padding: 0px;
	height: 62px;
	position: relative;
	float: left;
}
.main_buttons a, .main_buttons a:visited {
	position:relative;
	margin: 0px;
	padding: 0px;
	height: 62px;
	overflow: hidden;
	display:block;
}
.main_buttons a img, .main_buttons a:visited img {
	margin-top: 0px;
}
.main_buttons a:hover img {
	margin-top: -62px;
}

.selected  a img, .selected  a:visited img {
	margin-top: -62px;
}

#top_lang_menu {
	float: right;
	position: relative;
	padding: 0px;
	margin-top: 41px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#top_lang_menu a, #top_lang_menu a:visited {
	color: #333;
	text-decoration: none;
}
#top_lang_menu a:hover {
}
#top_menu {
	padding: 0px;
	float: right;
	position: relative;
	margin: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FC0;
	width: 225px;
}
#top_menu ul {
	position: relative;
	list-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: -2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#top_menu ul li {
	padding: 0px;
	position: relative;
	list-style: none;
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#top_menu a, #top_menu a:visited {
	color: #333;
	font-size: 90%;
	text-decoration: none;
}
#top_menu a:hover {
	color: #ffcb00;
}
#top_menu .sel a {
	color: #ffcb00;
}


/* CONTENT section*/
#content_container {
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: relative;
}
#content {
	padding: 0px;
	width: 870px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	min-height: 400px;
	color: #404040;
}
#content_bg {
	background-image: url(../images/imaginative-01.jpg);
	background-repeat: no-repeat;
	background-position: left 10px;
	min-height: 360px;
	position: relative;
}
#content_right {
	padding: 0px;
	float: right;
	width: 470px;
	position: relative;
	font-size: 106%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	text-align: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 120%;
}
#content_right_new {
	padding: 0px;
	float: right;
	width: 530px;
	position: relative;
	font-size: 11px;
	line-height: 128%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content_right h2 {
	color: #666666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-weight: bold;
	padding-bottom: 10px;
}
.content_tight {
	padding-left: 50px;
}
.content_tight_new {
	padding-left: 70px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}
#content .form_label {
	padding-left: 0px;
	float: left;
	width: 80px;
	text-align: right;
}
#content .form_textbox {
	margin-left: 10px;
	font-size: 11px;
	color: #333;
	background-color: #FFF;
	border: 1px solid #999;
	margin-bottom: 5px;
	float: left;
}
#content .form_button {
	color: #FFF;
	background-color: #999;
	border: none;
	margin-left: 271px;
	font-size: 11px;
}

/* BOTTOM section*/
#bottom_container {
	padding: 0px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	background-image: url(../images/bottom-bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	margin: 0px;
}
#bottom {
	padding: 0px;
	width: 930px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#client_button {
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
}
#bottom_divider {
	background-color: #FFCC01;
	padding: 0px;
	height: 280px;
	width: 1px;
	position: relative;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
#bottom_scroll {
	height: 145px;
	width: 20px;
	float: left;
	position: absolute;
	left: 35px;
	display: none;
}
#scroll_up {
	margin-top: 44px;
	cursor: pointer;
}
#scroll_down {
	margin-top: 38px;
	cursor: pointer;
}
#bottom_menu {
	float: left;
	width: 785px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 110%;
	line-height: 145%;
	font-family: Tahoma, Geneva, sans-serif;
	overflow: hidden;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#bottom_menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#bottom_menu ul li {
	float: left;
	position: relative;
	width: 142px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#bottom_menu a{
	color: #000000;
	text-decoration: none;
}
#bottom_menu a:hover{
	color: #CACACD;
	text-decoration: none;
}
#bottom_right_logo {
	margin: 0px;
	padding: 0px;
	float: right;
	position: relative;
	height: 200px;
	overflow: hidden;
}
#bottom_right_logo a img, #bottom_right_logo a:visited img {
	margin: 0px;
	padding: 0px;
}
#bottom_right_logo a:hover img {
	padding: 0px;
	margin-top: -200px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#bottom_right_logo1 a img, #bottom_right_logo1 a:visited{
	background-image: url(../images/imaginative-advertising-tl-normal.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 124px;
	position: relative;
	text-decoration: none;
}
#bottom_right_logo1 a:hover{
	background-image: url(../images/imaginative-advertising-tl-over.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: -125px;
}


#content_text_frame {
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 470px;
	height: 316px;
	overflow: hidden;
}
#content_text_frame ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
}
#content_text_frame ul li {
	margin: 0px;
	padding: 0px;
	position: relative;
}

#content_banner_frame {
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 470px;
	height: 316px;
	overflow: hidden;
}
#content_banner_frame ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
}
#content_banner_frame ul li {
	margin: 0px;
	padding: 0px;
	position: relative;
}

#content_banner_pic_numbers {
	position: absolute;
	z-index: 1000;
	right: 0px;
	bottom: 4px;
	margin-bottom: 20px;
}
#content_banner_pic_numbers span {
	margin-right: 4px;
	margin-left: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	background-color: #FFF;
	cursor:pointer;
	color: #333;
	font-size: 10px;
	border: 1px solid #333;
	height: 30px;
	position: relative;
}
#content_banner_pic_numbers span:hover {
	background-color: #333;
	color: #FFF;
}
#content_banner_pic_numbers .over {
	background-color: #333;
	color: #FFF;
}

#bottom_right_links {
	height: 285px;
	width: 70px;
	position: relative;
	overflow: hidden;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#bottom_right_links a img, #bottom_right_links a:visited img {
	filter:alpha(opacity=70);-moz-opacity:.7;opacity: 0.70;
}
#bottom_right_links a:hover img {
	filter:alpha(opacity=100);-moz-opacity:1.0;opacity: 1.00;
}


.clearfixmy {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
}
