
/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}

h1,h2,h3,h4,h5,h6
{
	color: #3f0025;
}

body
{
	font-family: "Trebuchet MS", sans-serif;
	color: #7a7a7a;
	font-size: 11pt;
}

label
{
	font-weight: bold;
	text-align: right;
}

input, textarea
{
	background: #fff;
	color: #191919;
}

input:hover, input:active, input:focus, textarea:hover, textarea:active, textarea:focus
{
	border-color: #8a0036;
}

input.button:hover
{
	background: #3f0025;
	color: #ffffff;	
}

a
{
	color: #3f0025;
	text-decoration: underline;
}

a:hover
{
	color: #8a0036;
	text-decoration: none;
}

/* Outer */

#outer
{
	margin: 2.5em 3.0em 1.5em 3.0em;
}

/* Header */

#header
{
	padding: 0em 0em 0em 0em;
	height: 8.6em;
	width: 15em;
	float: left;
	position: relative;
}

#header h1
{
	position: absolute;
	bottom: 2.2em;
	font-size: 1.5em;
	letter-spacing: 0.1em;
}

#header h1 a
{
	color: #fff;
	text-decoration: none;
}

#header h2
{
	position: absolute;
	bottom: 2.7em;
	color: #efe0e0;
	font-size: 0.8em;
}

/* Menu */

#solution_delivery
{
	height: 8.6em;
	background: #fafafa url('images/a2.gif') top left repeat-x;
	margin-left: 27em;
	position: relative;
}

#solution_delivery ul
{
	list-style: none;
	position: absolute;
	top: 3.3em;
	margin-left: 1.5em;
}

#solution_delivery li
{
	display: inline;
	border-left: dotted 1px #848484;
	padding-left: 0.6em;
}

#solution_delivery li.first
{
	border-left: 0px;
	padding-left: 0em;
}

#solution_delivery li a
{
	text-decoration: none;
	color: #aeaeae;
	font-weight: bold;
	padding: 0.6em;
	margin-right: 0.6em;
	font-size: 0.9em;
}

#solution_delivery li a:hover
{
	background: #3f0025 url('images/a4.gif') bottom left repeat-x;
	color: #fff;
}

#solution_delivery a.selected
{
	color: #3f0025;
}

/* Content */

#digital_business_solutions
{
	background: #fff url('images/a3.gif') top left repeat-x;
	margin-top: 1px;
	padding-top: 1.5em;
}

#digital_business_solutions p
{
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

#digital_business_solutions h2
{
	font-size: 1.5em;
}

#digital_business_solutions h3
{
	font-size: 1.8em;
}

#digital_business_solutions h2,h3,h4,h5,h6
{
	padding-bottom: 0.2em;
	margin-bottom: 1.2em;
	border-bottom: dotted 1px #cacaca;
}

#digital_business_solutions ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
	line-height: 1.6em;
}

#digital_business_solutions blockquote
{
	border-left: solid 0.8em #cacaca;
	padding: 0.5em 0em 0.5em 1.0em;
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

#digital_business_solutions blockquote p
{
	display: inline;
}

#digital_business_solutions table
{
	border: dotted 1px #cacaca;
	padding: 0.5em;
	margin-bottom: 1.5em;
}

#digital_business_solutions table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

#digital_business_solutions table td
{
	padding: 0.5em;
}

#digital_business_solutions table tr.rowA
{
	background-color: #f5f5f5;
	color: inherit;
}

#digital_business_solutions table tr.rowB
{
	background-color: #fdfdfd;
	color: inherit;
}

/* Primary Content */

#primaryContentContainer
{
	float: right;
	margin-left: -19em;
	width: 100%;
}

#primaryContent
{
	margin: 0em 0em 0em 18em;
	padding: 1.5em;
	border-left: dotted 1px #cacaca;
}

/* Secondary Content */

#secondaryContent
{
	float: left;
	width: 15em;
	padding: 1.5em;
}

/* Footer */

#footer
{
	margin-top: 1.0em;
	border-top: dotted 1px #cacaca;
	padding: 1.5em;
	font-size: 0.9em;
	text-align: center;
}

.clear
{
	clear: both;
}

.stepcarousel{
	position: relative; /*leave this value alone*/
	border: 4px solid #3f0025;
	overflow: scroll; /*leave this value alone*/
	width: 276px; /*Width of Carousel Viewer itself*/
	height: 260px; /*Height should enough to fit largest content's height*/
	margin-left: auto;
	margin-right: auto;
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 10px; /*margin around each panel*/
	width: 256px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
