/* Simple CSS Reset Start */
html, body, ul, ol, li, form, fieldset, legend{
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p { margin-top: 0; }
fieldset,img { border: 0; }
legend { color: #000; }
li { list-style: none; }
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
table{
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td{
	text-align: left;
	font-weight: normal;
}
input, textarea, select{
	font-size: 110%;
	line-height: 1.1;
}
abbr, acronym{
	border-bottom: .1em dotted;
	cursor: help;
}
/* Simple CSS Reset End */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
.alignleft{
	text-align:left;
}
.alignright{
	text-align:right;
}
.aligncenter{
	text-align:center;
}
.clear{
	clear:both;
}
.wrapper{
	width:875px;
	margin:auto;
}
.bgwhite{
	background-color:#ffffff;
}
.page-inside-bg{
	background-image:url(../images/banner-bg.png);
	background-position:center top;
	background-repeat:no-repeat;
	margin:15px 0;
}
.banner-bg{
	background-image:url(../images/banner-bg.png);
	background-position:center;
	background-repeat:no-repeat;
	margin:15px 0 25px 0;
}
.banner-home{
	background-image:url(../images/banner.png);
	background-position:center;
	background-repeat:no-repeat;
	width:493px;
	height:160px;
}
.banner-home-text{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-style:italic;
	color:#ffffff;
	line-height:30px;
}
.banner-grey{
	background-image:url(../images/bg-banner-grey.png);
	background-position:center;
	background-repeat:no-repeat;
	width:371px;
	height:160px;
}
.banner-grey-text{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
	color:#ffffff;
	line-height:25px;
}
a.bodylink1{
	color:#0099CC;
	text-decoration:none;
}
a.bodylink1:hover{
	color:#333333;
}
.txt1{
	color:#ffffff;
	line-height:18px;
}
.txt2{
	color:#333333;
	font-size:14px;
	font-weight:bold;
}
ul.bullet li{
	background-image:url(../images/arrow.png);
	background-position:left center;
	background-repeat:no-repeat;
	margin-bottom:7px;
	padding-left:15px;
}

/* Home Contact Box */
.bg-quick-contact{
	background-image:url(../images/bg-quick-contact.png);
	background-position:left top;
	background-repeat:no-repeat;
	width:371px;
	height:327px;
}
.cb-title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#666666;
	text-transform:uppercase;
}
.cb-textbox{
	font-size:12px;
	color:#aaaaaa;
	width:280px;
}
.cb-selectbox{
	font-size:12px;
	color:#aaaaaa;
	width:285px;
}
.cb-textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#aaaaaa;
	width:280px;
	height:50px;
}
.cb-textarea-big{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#aaaaaa;
	width:280px;
	height:73px;
}
/* Home Contact Box */

/* Specialization */
.bg-specialization{
	background-image:url(../images/bg-specialization.png);
	background-position:left top;
	background-repeat:no-repeat;
	width:371px;
	height:264px;
}
ul.specialization li{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
	color:#0099CC;
	background-image:url(../images/nav-arrow.png);
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:20px;
	margin-bottom:8px;
}
/* Inside Page Title */
.title-inside1{
	font-family:"Times New Roman", Times, serif;
	font-size:32px;
	font-style:italic;
	color:#828282;
}
.title-inside2{
	color:#3575b4;
	font-size:14px;
}
.title-profile{
	color:#3575b4;
	font-weight:bold;
	line-height:20px;
}
.text-profile{
	line-height:18px;
}
.bg-profile{
	background-image:url(../images/bg-profile.png);
	background-position:left top;
	background-repeat:no-repeat;
	width:371px;
	height:677px;
}
.bg-side-image{
	background-image:url(../images/bg-side-image.png);
	background-position:left top;
	background-repeat:no-repeat;
	width:371px;
	height:365px;
}

ul.mylist{
	margin:15px;
}
ul.mylist li{
	list-style:disc;
	padding-bottom:5px;
}

.txtfaqquesition{
	font-weight:bold;
	padding-bottom:10px;
}

/* Tab Box Start */
.tab-box-top{
	background-image:url(../images/tab-box-top.png);
	background-position:center top;
	background-repeat:no-repeat;
	width:493px;
	height:10px;
}
.tab-box-bottom{
	background-image:url(../images/tab-box-bottom.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	width:493px;
	height:10px;
}
.tab-box-middle{
	background-image:url(../images/tab-box-middle.png);
	background-position:center top;
	background-repeat:repeat-y;
	width:493px;
}
ul.tab-nav{
	margin:0px;
	padding:0px;
}
ul.tab-nav li{
	float:left;
}
a.tab-nav1{
	background-image:url(../images/tab-why-wallstrom-active.png);
	background-position:center;
	background-repeat:no-repeat;
	width:104px;
	height:25px;
	display:block;
}
a.tab-nav1-normal{
	background-image:url(../images/tab-why-wallstrom.png);
	background-position:center;
	background-repeat:no-repeat;
	width:104px;
	height:25px;
	display:block;
}
a.tab-nav2{
	background-image:url(../images/tab-who-we-are-active.png);
	background-position:center;
	background-repeat:no-repeat;
	width:90px;
	height:25px;
	display:block;
}
a.tab-nav2-normal{
	background-image:url(../images/tab-who-we-are.png);
	background-position:center;
	background-repeat:no-repeat;
	width:90px;
	height:25px;
	display:block;
}
a.tab-nav3{
	background-image:url(../images/tab-services-active.png);
	background-position:center;
	background-repeat:no-repeat;
	width:61px;
	height:25px;
	display:block;
}
a.tab-nav3-normal{
	background-image:url(../images/tab-services.png);
	background-position:center;
	background-repeat:no-repeat;
	width:61px;
	height:25px;
	display:block;
}
.tab-page{
	color:#666666;
	padding:10px 20px;
}
/* Tab Box End */
/* Footer Start */
.bgfooter1{
	margin-top:15px;
	background-color:#aaaaaa;
	border-bottom:1px solid #ffffff;
}
.bgfooter2{
	font-size:11px;
	background-color:#5d666e;
}
a.footer-nav{
	font-family:Tahoma, Verdana, Arial;
	font-size:10px;
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
	line-height:25px;
}
a.footer-nav:hover{
	color:#5d666e;
}
/* Footer End */