﻿/* reset 
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }*/

/* layout */
.clear-both {
	clear: both;
}

#container {
	width: 900px;
	margin-top: 25px;
	margin-top: 25px;
	margin-left: 3px;
	background: transparent;
}

#masthead {
	width: 900px;
	background: transparent url('/EN/PublishingImages/Landing/agi_gradient_masthead.gif') no-repeat top right;
}

.language select {
background-color:#fff;
color:#333333;
display:inline;
font-size:11px;
margin:0px 12px 0px 0px;
padding:0px;
width:115px;
}

#branding-logo {
	float: left;
}

#branding-logo a img {
	margin-left: 48px;
	margin-top: 24px;
	margin-bottom: 30px;
}

#billboard {
	height: 166px;
	width: 900px;
	/*padding: 15px;*/
	background: transparent;
}

#plank {
	width: 860px;
	padding: 15px 20px 35px;
	background: #cfa877 url('/EN/PublishingImages/Landing/agi_plank_bg.gif') no-repeat top left;
}

#pillar {
	margin-top: 5px;
	background: #fff;
}

.channel {
	height: 225px;
	width: 300px;
	float: left;
	/*display: block;*/
	background: #efefef url('/EN/PublishingImages/Landing/agi_channel_bg.gif') repeat-y top right;
}

.channel:hover {
	background: #f8f8f8;
}

.channeltab {
	height: 40px;
}

.channeltab h5 {
	font-size: 1.25em;
}

#gil, #dgs {
	margin-right: none;
}

#gil, #dgs, #emi {
	position: relative;
}

#emi {
	background: #efefef ;
}

#emi:hover {
	background: #f8f8f8;
}

#gilbtn, #dgsbtn, #invbtn { position: absolute; top: 198px; left: 0px; }

#infopane {
	background: #289;
}

#csrpane {
	height: 200px;
	width: 575px;
	padding-left: 15px;
	padding-top: 5px;
	float: left;
	background: #e8d2ac;
}

#multimedia {
	height: 200px;
	width: 295px;
	padding-left: 15px;
	padding-top: 5px;
	float: left;
	background: #d6bf97;
}


/* global type styles (global to landing site only)*/
body { color:#333; }
a { text-decoration: none; color: #333; }
a:link { text-decoration: none; color: #333; }
a:visited { text-decoration: none; color: #333; }
a:hover { text-decoration: none; color: #333; }
a:active { text-decoration: none; color: #333; }


/* type specific */
#billboard h1 { color: #fff; font-size: 12px; }
.channeltab h3 { margin-left: 15px; }
.channel p { font: 13px/18px Arial; }
.channel a { display:block; padding: 10px 20px 17px 20px;}
.channeltab a { padding:0; margin: 0; background: #345; }
#plank p { padding: 0; margin: 0; font-family: Arial; font-size: 16px; color: #fff; }

/*#plank p span { font-size: 13px; }*/


