/*main css*/


body {
	background: #D8D8D8;
}

.wicMain {
	width: 920px;
	margin: 0px auto;
	background: r ed;
}
.wicMenu {
	background: url(../images/videoMenuBg.png) no-repeat 0px 0px;
	height: 37px;
	margin: 0px 0px 5px 0px;
}

.wicContent {
	background: url(../images/wicBanner.png) no-repeat 0px 0px;
	height:456px;
}
.wicContentTop {
	height:356px;
}
.wicContentBottom {
	height: 100px;
}

.menuAudioHover {
	background: url(../images/videoMenuBg.png) no-repeat 0px -38px;
}


.menuVideoHover {
	background: url(../images/videoMenuBg.png) no-repeat -113px -38px;
}



.menuCaptureHover {
	background: url(../images/videoMenuBg.png) no-repeat -227px -38px;
}


.menuLoginHover {
	background: url(../images/videoMenuBg.png) no-repeat -339px -38px;
}



.menuRegisterHover {
	background: url(../images/videoMenuBg.png) no-repeat -453px -38px;
}

.menuMyAccount {
	background: transparent url(../images/videoMenuBg.png) repeat scroll -365px 75px;
	width: 109px;
}
.menuSupport {
	background: transparent url(../images/videoMenuBg.png) repeat scroll -475px 75px;
	width: 118px;
}

.menuMyAccountHover {
	background-position: -365px -114px;
}
.menuSupportHover {
	background-position: -475px -114px;
}


/* main body style*/
.logo {
	margin-right: auto;
	margin-left: auto;
}
.wicContentTopBorder {
	background: url(../images/captureGreenTopBorder.png) no-repeat 0px 1px;
	height: 35px;
	margin: 7px 0px 0px 0px;
}
.wicContentBodyBorder {
	background: url(../images/boxBodyBorder.png) repeat-y 0px 0px;
	padding: 10px 10px;
	font: normal 14px  Verdana, Arial, Helvetica, sans-serif;
}
.wicContentBottomBorder {
	background: url(../images/boxBottomBorder.png) no-repeat 0px 0px;
	height: 17px;
}

/*Main content style*/
.wicContentTitle, .itemTitle {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
}
.itemLine label {
	font-weight: bold;
	padding: 10px 10px 10px 30px;
}

/*main content list style*/
.wicContentList {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.wicContentItemLeft {
	float: left;
	width: 380px;
	height: 211px;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	background-image: url(../images/captureGreenFormBg.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.wicContentItemLeft span {
	display: block;
	margin-top: 20px;
	margin-left: 30px;
}
.wicContentItemRight {
	float: left;
	width: 515px;
	height: 211px;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	background-image: url(../images/captureGreenDescriptionBg.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.wicContentItemRight span {
	display: block;
	margin-top: 20px;
	margin-left: 30px;
}
.wicContentItemLeft span p {
	line-height:30px;
	font-size: 14px;
	font-weight: bolder;
	color: #ffffff;
}
.wicContentItemRight ul {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
.wicContentItemRight ul li{
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.itemTitle, .itemLine {
	line-height: 25px;
}
.itemTitle {
	line-height: 35px;
	
	padding: 0px 10px 0px 30px;
}

.line1 {
	background: #FFFAF0;
	border-bottom: 1px solid #FFF;
}
.line2 {
	background: #FFF4DF;
	border-bottom: 1px solid #FFF;
}

.wicItemLeft {
	float: left;
	width: 400px;
	
}
.wicItemRight {
	float: left;
	width: 438px;	
}
