/* 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,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt, var,b,u,i,center,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-size: 100%; vertical-align: baseline; background: transparent; }

h1#imgHeaderText { visibility:hidden; display:none;}

ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
table { border-spacing: 0; }
acronym { cursor: help; }

html { height: 100.01%; overflow-y: auto; font-size: 100.01%; }
body { font-size: 62.5%; line-height: 1.2; }
input, button, select, textarea { font-size: 100%; }

input.text, textarea { padding: 1px 2px; font-size: 100%; font-family: Arial, sans-serif; }
input[type="submit"], input[type="button"], input[type="reset"], button, .submit { cursor/**/: /**/pointer; font-family: Arial, sans-serif; }
select { font-size: 100%; font-family: Arial, sans-serif; }
select > option { padding: 0 5px 0 3px; }

.alR { text-align: right; }
.alC { text-align: center; }
.hide { display: none; }
.clear { clear: both; }
.ir { position: relative; overflow: hidden; }
.ir span { position: absolute; width: 100%; height: 100%; left: 0; top: 0; text-indent: -1000em; }

a:link, a:visited { text-decoration: none; cursor/**/: /**/pointer; }
a:link:hover, a:visited:hover { text-decoration: underline; }

.cf:after,
#header:after, #container:after, #container2:after, #container3:after, #containerSec:after, #content:after, #footer:after
{ content: "."; display: block; height: 0; font-size: 0; clear: both; visibility: hidden; }



/* custom
----------*/

a:link, a:visited {
	color: #0000CC;
}
a:visited { 
}
a:link:hover, a:visited:hover {
}

body {
	font-family: Verdana, Arial, sans-serif;
	background: #FFFFFF;
}
#page {
	width: 940px;
	margin: 0 auto;
	font-size: 1.1em;
	color: #333333;
	background: #FFFFFF;
}

#header {
}
	#logo {
		float: left;
		padding: 20px 0 0 10px;
		margin: 0 0 13px 0;
		overflow: hidden;
	}
		#logo a:link, #logo a:visited {
			display: block;
			width: 192px;
			height: 42px;
			text-indent: -1000em;
			background: url(../img/logo-1.png) no-repeat 0 0;
		}
	#header .phone {
		float: left;
		color: #b36bbc;
		font-size: 127.27%;
		padding: 35px 0 0 15px;
	}
	#menu {
		clear: both;
		background: url(../img/bkg-menu.png) no-repeat 0 0;
		width: 100%;
		height: 46px;
	}
		#menu ul {
			padding: 6px 0 0 10px;
		}
			#menu li {
				float: left;
				position: relative;
				margin: 0 1px 0 0;
			}
				#menu li a:link, #menu li a:visited {
					float: left;
					display: block;
					background: url(../img/btn-menu.png) no-repeat 0 0;
					padding: 0 0 0 5px;
					color: #7349a2;
					font-size: 118.18%;
					height: 35px;
				}
				#menu li a:link:hover, #menu li a:visited:hover {
					text-decoration: none;
					color: #fff;
					background-position: 0 100%;
				}
				#menu li.active a:link, #menu li.active a:visited {
				}
					#menu li a:link span, #menu li a:visited span {
						background: url(../img/btn-menu.png) no-repeat 100% 0;
						padding: 12px 11px 0 6px;
						display: block;
						float: left;
						height: 23px;
					}
					#menu li a:link:hover span, #menu li a:visited:hover span {
						background-position: 100% 100%;
					}
				#menu li div.div1 {
					position: absolute;
					left: -1000em;
					top: 35px;
					width: 144px;
					height: auto;
					background: url(../img/bkg-submenu-t.png) no-repeat 0 5px;
					padding: 15px 0 10px 0;
				}
				#menu li:hover div.div1 {
					left: 0;
				}
					#menu li div.div1 div {
						background: url(../img/bkg-submenu-b.png) no-repeat 0 100%;
						padding: 0 0 10px;
					}
				#menu li ul {
					background: url(../img/bkg-submenu-bg.png) repeat-y 0 0;
					padding: 0 0 0;
					overflow: hidden;
				}

					#menu li li {
						width: 100%;
						overflow: hidden;
					}
						#page #menu li li a:link, #page #menu li li a:visited {
							float: none;
							padding: 5px 6px;
							height: auto;
							display: block;
							font-size: 109.09%;
							background: none;
						}
						#page #menu li li a:link:hover, #page #menu li li a:visited:hover {
							background: url(../img/bkg-submenu-bg-hover.png) repeat-y 0 0;
						}

	#search {
		float: right;
		padding: 18px 10px 0;
	}
		#search input.text {
			border: solid 1px #ecdaee;
			color: #ecdaee;
			float: left;
			width: 152px;
			padding: 3px 8px 0 8px;
			height: 16px;
		}
		#search input.submit {
			background: url(../img/btn-search.png) no-repeat 0 0;
			height: 21px;
			width: 29px;
			border: none;
			text-indent: -1000em;
			padding: 0;
			margin: 0;
			float: left;
		}
		#search input.submit:hover {
			background-position: 0 100%;
		}
	#header .topLinks {
		float: right;
		font-size: 109.09%;
		padding: 11px 6px 0 0;
		width: 400px;
		text-align: right;
	}
		#header .topLinks a:link, #header .topLinks a:visited {
			color: #b36bbc;
			margin: 0 5px;
		}
		#header .topLinks a:link:hover, #header .topLinks a:visited:hover {
			color: #7349a2;
			text-decoration: none;
		}
#container {
	
}

#container #breadcrumb
{
	margin:15px 20px;
}

#container #breadcrumb a:link, #container #breadcrumb a:visited
{
	color:#7349a2;
}
	#contentTop {
		overflow: hidden;
		margin: 0 0 24px;
	}
		#contentTop #box1 {
			float: left;
		}
		#contentTop #box2 {
			float: right;
		}
	#wrapSec {
		float: left;
		width: 580px;
		overflow: hidden;
	}


	#content {
		float: right;
		width: 324px;
		padding: 10px 8px;
	}


#content p {
	line-height: 1.27;
	margin: 0 0 1.2em;
}
#content ul,
#content ol {
	list-style: disc;
	margin: 0 0 1em 2em;
	line-height: 1.27;
}
#content ol {
	list-style: decimal;
}

#content h2 {
	font-size: 127.27%;
	font-weight: bold;
	margin: 0 0 .5em;
	color: #603095;
}
	#content h2 strong {
		font-size: 114.28%;
		display: block;
		margin: 0 0 5px;
	}
#content h3 {
	font-size: 125%;
	font-weight: bold;
	margin: 0 0 .5em;
}

#content .list1 {
	margin: 0 0 1.2em;
	list-style: none;
}
	#content .list1 li {
		background: url(../img/list-style-type.png) no-repeat 0 3px;
		padding: 0 0 0 21px;
	}
	#side1 {
		float: left;
		width: 280px;
	}


	#side2 {
		float: right;
		width: 280px;
	}

	.box3 {
		width: 262px;
		height: 124px;
		background: url(../img/box3.png) no-repeat 0 0;
		padding: 10px 9px;
		position: relative;
		margin: 0 0 16px;
	}
		.box3 .box3-img {
			width: 100%;
			height: 144px;
			position: absolute;
			right: 0;
			bottom: 0;
			z-index: 3;
		}
		.box3 .box3-text {
			z-index: 4;
			position: relative;
			width: 100%;
			height: 100%;
		}
		.box3 a.more:link, .box3 a.more:visited {
			display: block;
			background: url(../img/btn-more.png) no-repeat 0 0;
			height: 22px;
			width: 135px;
			font-size: 127.27%;
			color: #fff;
			font-weight: bold;
			padding: 7px 0 0 7px;
			position: absolute;
			bottom: 10px;
			left: 0;
		}
		.box3 .box3-text a.more:link, .box3 .box3-text a.more:visited {
			bottom: 0;
			left: -9px;
		}
		.box3 a.more:link:hover, .box3 a.more:visited:hover {
			text-decoration: none;
			background-position: 0 -29px;
		}
		/*#pp .box3-img {
			background: url(../img/img3.jpg) no-repeat 90% 100%;
		}
		#uie .box3-img {
			background: url(../img/img4.jpg) no-repeat 90% 100%;
		}
		#qa .box3-img {
			background: url(../img/img5.jpg) no-repeat 100% 0;
		}*/
		.box3 .title {
			color: #603095;
		}

#slideshow1 {
	position: relative;
	width: 262px;
	overflow: hidden;
	height: 101px;
}
	#slideshow1 .slider {
		height: 65px;
		width: 262px;
		overflow: hidden;
		position: relative;
		z-index: 1;
	}
		#slideshow1 .slider ul {
			height: 100px;
		}
			#slideshow1 .slider li {
				float: left;
				width: 262px;
				height: 65px;
			}
	#slideshow1 .nav {
		position: absolute;
		width: 90px;
		height: 26px;
		bottom: 0;
		right: 0;
		overflow: hidden;
	}
		#slideshow1 .nav a:link, #slideshow1 .nav a:visited {
			z-index: 5;
			width: 25px;
			height: 25px;
			display: block;
			float: left;
			text-indent: -1000em;
		}
		#slideshow1 .nav a.prev:link, #slideshow1 .nav a.prev:visited {
			background: url(../img/btn-prev-next.png) no-repeat 0 0;
		}
		#slideshow1 .nav a.prev:link:hover, #slideshow1 .nav a.prev:visited:hover {
			background-position: 0 -25px;
		}
		#slideshow1 .nav a.next:link, #slideshow1 .nav a.next:visited {
			background: url(../img/btn-prev-next.png) no-repeat 100% 0;
		}
		#slideshow1 .nav a.next:link:hover, #slideshow1 .nav a.next:visited:hover {
			background-position: 100% -25px;
		}
		#slideshow1 .nav a.disabled:link, #slideshow1 .nav a.disabled:visited {
			visibility: hidden;
		}
		#slideshow1 .counter {
			line-height: 25px;
			color: #000;
			width: 40px;
			float: left;
			text-align: center;
		}

#wrapSec h3 {
	font-size: 145.45%;
	color: #603095;
	margin: 0 0 .4em;
}
#wrapSec p {
	line-height: 1.27;
}




#footer {
	background: url(../img/bkg-footer.png) no-repeat 0 0;
	padding: 45px 10px 30px 10px;
	margin: 16px 0 0 0;
	font-size: 90.9%;
}
	#footer p {
		margin: 0 0 2em;
		line-height: 1.6;
	}
	#footer a:link, #footer a:visited {
		color: #333;
	}
		#footer a:link:hover, #footer a:visited:hover {
			color: #b36bbc;
			text-decoration: none;
		}
	#footer .col1 {
		width: 220px;
		float: left;
		margin: 0 80px 0 0;
	}
	#footer .col2 {
		width: 145px;
		float: left;
		margin: 0 5px 0;
	}

	#footer .phone {
		font-size: 120%;
		font-weight: bold;
		color: #603095;
		margin: 0 0 20px;
		line-height: 1.2;
	}
		#footer .phone strong {
			font-size: 166.66%;
			font-weight: normal;
			color: #b36bbc;
		}
	#footer .col2 ul {
		line-height: 1.6;
		margin: 0 0 20px;
	}
		#footer .col2 ul li.title a:link, #footer .col2 ul li.title a:visited {
			color: #603095;
			font-weight: bold;
		}
		#footer .col2 ul li.title a:link:hover, #footer .col2 ul li.title a:visited:hover {
			color: #b36bbc;
		}
