/*------------------------------------------------------------------ 
# Trams - Global Style Sheet
#  
# 2009 OctoberFive Design
# Version:    1.0 
# Last change:   01/12/2009
# -------------------------------------------------------------------*/ 


/*----- Meyer Reset -----*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
	text-decoration:none;
}
:focus {
	outline: 0;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}

/*----- Global Styles -----*/
body {
	background: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background:url(../assets/structural/bg.gif) top repeat-x;
}
ol, ul {
	list-style: none;
	font-size:1.2em;
}

p {
	font-size:1.2em;
	line-height:1.5555555em;
	margin-bottom:1.3333333em;
}
h1 {
	font-size:3.0em;
	line-height:1.2222222em;
	margin-bottom:0.2222222em;
}
h2 {
	font-size:1.5em;
	line-height:1.4444444em;
	margin-bottom:0.6666666em;
}
a {
	color:#000;
}
a.more {
	color:#000000;
	font-weight:bold;
	display:block;
	background:url(../assets/structural/blackarrow_but.gif) right no-repeat;
	width:50px;
	padding:2px 0px 2px 0;
	margin:10px 0 0 0;
	font-size:1.2em;
}
/*----- Global Wrap -----*/
#global_wrap {
	width:900px;
	height:auto;
	margin:20px auto;
}

/*----- Main Content -----*/
#main_content_wrap {
	height:auto;
	width:655px;
	margin-bottom:15px;
	float:left;
	clear:both;
}
#main_content {
	float:right;
	width:500px;
	height:auto;
}
.add_info {
	height:auto;
	width:500px;
	border-top:1px solid #cccccc;
	float:right;
	padding-top:1.3333333em;
}
#main_content a {
	text-decoration:underline;
}
#main_content ul {
	list-style: none;
	margin:1.3333333em 0 0 1.3333333em;
}
#main_content li {
	padding:0 0 1.3333333em 0;
	list-style:none;
}
#main_content .li_date {
	padding:0 0 5px 0;
	font-weight:bold;
	list-style:disc outside;
}

/*----- Icon -----*/
#icon {
	float:left;
	width:125px;
	height:125px;
}
.ic_about {
	background:url(../assets/icons/about_icon.png) top left no-repeat;
}
.ic_prod {
	background:url(../assets/icons/products_icon.png) top left no-repeat;
}
.ic_serv {
	background:url(../assets/icons/service_icon.png) top left no-repeat;
}
.ic_solu {
	background:url(../assets/icons/solutions_icon.png) top left no-repeat;
}
.ic_contact {
	background:url(../assets/icons/contact_icon.png) top left no-repeat;
}
/*---- Disclaimer ----*/
#disclaimer {
	height:auto;
	width:500px;
	padding-top:1.3333333em;
	float:right;
	clear:both;
	border-top:1px solid #CCC;
	
}
.prophoto_disclaimer {
	width:900px;
	border:none;
	float:left;
	border-bottom:20px solid #FFF;
}
#learning_disclaimer {
	width:650px;
	border:none;
	float:left;
	border-bottom:20px solid #FFF;
	margin-top:10px;
}
#disclaimer ul, .prophoto_disclaimer ul, #learning_disclaimer ul {
	text-align:center;
	margin:5px 0 0 0;
}
#disclaimer ul li, .prophoto_disclaimer ul li, #learning_disclaimer ul li {
	color:#999;
	display:inline;
	font-size:0.9em;
	padding:0px 7px;
}