/******************************************************************************************************************

G3 TABBED ARTICLE Stylesheet

Developed by Matthew Hill, October 2006
Copyright Nixon McInnes (c) 2006
http://www.nixonmcinnes.co.uk

******************************************************************************************************************/

/******************************************************************************************************************
3 COLUMN LAYOUT (one true layout)
******************************************************************************************************************/

#content	{
	width:366px;
	min-height:0;
	padding:0 17px;
	margin:17px 16px 0 236px;
	float: left;
}

#promos	{
	float: left;
	width: 220px;
	margin:17px 0 0 -652px;
}
	
#technology	{
	/* Width set in #technology definitions at bottom of file */
	float: left;
	margin:17px 0 0 0;
}


/******************************************************************************************************************
CONTENT & FOOTER OVERRIDES
******************************************************************************************************************/

#content {
	background:#FFF url(../images/bg_panel_column_x1_bot.gif) bottom left repeat-y;
}

#content img {
	margin:0 auto 17px;
}

#content h1 {
	clear:none;
	background:url(../images/bg_panel_column_x1_top.gif) top left no-repeat;
}

/******************************************************************************************************************
PROMO PANELS LEFT HAND SIDE
******************************************************************************************************************/

#promos div {
	padding:0 10px 17px 10px;
	margin:0 0 17px 0;
	background:url(../images/bg_relateditem_bot.gif) bottom left no-repeat;
}

#promos h2 {
	margin:0 -17px 10px -10px;
	padding:8px 8px 8px 10px;
	font-size:1.2em;
	color:#A61E0C;
	background:url(../images/bg_relateditem_top.gif) top left no-repeat;
}

#promos h3 {
	font-size:1.0em;
	font-family:Verdana,Arial,"Helvetic Neue",Helvetica,sans-serif;	
	margin:8px 0 0 0;
	letter-spacing:-0.05em;
}

#promos p {
	margin:0;
}

#promos ul {
	padding:0;
	margin:0 0 0 15px;
}

#promos li {
	margin-left:0;
	margin-bottom:4px;
	padding-left:0;
	list-style-image:url(../images/arrow_green.gif);
	line-height:normal;
}

#promos a,
#promos a:visited {
	color:#82A2C2;
	background:url(../images/arrow_red_right.gif) right center no-repeat;
	padding:0 10px 0 0;
}

#promos a:hover {
	color:#F31C00;
}

/******************************************************************************************************************
CONTENTS BUTTONS BOTTOM
******************************************************************************************************************/



#content ul {
	margin:17px -17px 0;
	padding:8px 17px;
	border-top:1px solid #E5E5E5;
}

#content ul:after
	{
	content: ".";
	height:0;
	display:block;
	clear:both;
	visibility:hidden;
}

#content li {
	color:#777C7D;
	font-size:1.5em;
	font-family: "Trebuchet MS",Verdana,Arial,"Helvetic Neue",Helvetica,sans-serif;	
	line-height:1;
	width:175px;
	float:left;
	list-style:none;
	padding:0;
}

#content li img {
	border:none;
	padding:8px 0 0 0;
}

#content #buttonsolution {
	padding:0 8px 0 0 ;
}

#content #buttonresource {
	padding:0 0 0 8px;
}

#content #buttoninbound {
	padding:0 0 0 8px;
}

#content #buttonoutbound {
	padding:0 0 0 8px;
}




#content #buttonresource #buttonrinbound #buttonoutbound img {
	padding:16px 0 0 0;
}

/******************************************************************************************************************
TECHNOLOGY PANEL
******************************************************************************************************************/

#technology {
	width:200px;
	padding:0 10px 10px 10px;
	background:url(../images/bg_relateditem_bot.gif) bottom left no-repeat;
}

#technology h2 {
	margin:0 -17px 10px -10px;
	padding:8px 8px 8px 10px;
	font-size:1.2em;
	color:#A61E0C;
	background:url(../images/bg_relateditem_top.gif) top left no-repeat;
}

#technology h3 {
	font-size:1.0em;
	font-family:Verdana,Arial,"Helvetic Neue",Helvetica,sans-serif;	
	margin:8px 0 0 0;
}

#technology ul {
	margin:0;
	padding:0;
	list-style:none;
}

#technology li {
	margin:8px 0 0 0;
	padding:0 0 8px 0;
	line-height:120%;
}

#technology li strong {
	letter-spacing:-0.05em;
}

#technology img {
	float:left;
	margin:0 10px 0 0;
}

#technology a,
#technology a:visited {
	text-decoration:none;
	color:#82A2C2;
}

#technology a:hover {
	color:#F31C00;
}