/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
}
#cent {
	margin-left: 100px;
}
/* Main Page */
#header, #header_uc, #header_s, #header_io {
	width: 781px;
	height: 123px;
	background-image: url(/Microsite/cdw/images/Business_Cont_header.jpg);
	position: relative;
	background-repeat: no-repeat;
}
#header_uc {
	background-image: url(/Microsite/cdw/images/Unified_Comm_header.jpg);
}
#header_s {
	background-image: url(/Microsite/cdw/images/Security_header.jpg);
}
#header_io {
	background-image: url(/Microsite/cdw/images/Infrastructure_Opt_header.jpg);
}

/* Used for text placement in header */
#header a.home, #header a.bc, #header a.uc, #header a.s, #header a.io,
#header_uc a.home, #header_uc a.bc, #header_uc a.uc, #header_uc a.s, #header_uc a.io,
#header_s a.home, #header_s a.bc, #header_s a.uc, #header_s a.s, #header_s a.io,
#header_io a.home, #header_io a.bc, #header_io a.uc, #header_io a.s, #heade_ior a.io
{
    position: absolute;
	display: block;
}
#header a.home, #header_uc a.home, #header_s a.home, #header_io a.home {
    top: 12px;
    left: 721px;
    width: 41px;
    height: 18px;
}
#header a.bc, #header_uc a.bc, #header_s a.bc, #header_io a.bc {
    top: 91px;
    left: 5px;
    width: 192px;
    height: 24px;
}
#header a.uc, #header_uc a.uc, #header_s a.uc, #header_io a.uc {
    top: 91px;
    left: 201px;
    width: 202px;
    height: 24px;
}
#header a.s, #header_uc a.s, #header_s a.s, #header_io a.s {
    top: 91px;
    left: 409px;
    width: 112px;
    height: 24px;
}
#header a.io, #header_uc a.io, #header_s a.io, #header_io a.io {
    top: 91px;
    left: 526px;
    width: 231px;
    height: 24px;
}

#header a.home h1, #header a.bc h1, #header a.uc h1, #header a.s h1, #header a.io h1,
#header_uc a.home h1, #header_uc a.bc h1, #header_uc a.uc h1, #header_uc a.s h1, #header_uc a.io h1,
#header_s a.home h1, #header_s a.bc h1, #header_s a.uc h1, #header_s a.s h1, #header_s a.io h1,
#header_io a.home h1, #header_io a.bc h1, #header_io a.uc h1, #header_io a.s h1, #header_io a.io h1
 {
	display: none;
}
/* UL */
/* Used for text placement in header */
#header_ul a.home, #header_ul a.bc, #header_ul a.uc, #header_ul a.s, #header_ul a.io  {
    position: absolute;
	display: block;
}
#header_ul a.home {
    top: 12px;
    left: 721px;
    width: 41px;
    height: 18px;
}
#header_ul a.bc {
    top: 91px;
    left: 5px;
    width: 192px;
    height: 24px;
}
#header_ul a.uc {
    top: 91px;
    left: 201px;
    width: 202px;
    height: 24px;
}
#header_ul a.s {
    top: 91px;
    left: 409px;
    width: 112px;
    height: 24px;
}
#header_ul a.io {
    top: 91px;
    left: 526px;
    width: 231px;
    height: 24px;
}

#header_ul a.home h1, #header_ul a.bc h1, #header_ul a.uc h1, #header_ul a.s h1, #header_ul a.io h1 {
	display: none;
}

#main_content {
	width: 780px;
}
#subcontent {
	width: 781px;
	text-align: left;
	background-image: url(/Microsite/cdw/images/main_background.jpg);
	background-repeat: repeat-y;
}
#sub_header {
	text-align: center;
	background-image: url(../images/subheader_background.jpg);
	background-repeat: no-repeat;
	height: 167px;
	padding-top: 6px;
}

.content {
	width: 761px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5D564E;
	background-image: url(../images/main_background.jpg);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
}
.content ul.main li {
	list-style-image: url(../images/CDW_icons.gif);
	list-style-position: outside;
	padding-bottom: 10px;
}
ul.main li a {
	color: #000000;
	font-weight: bold;

}

#cdw_bot {
	padding-top: 1px;
	background-color: #FFFFFF;
}

