* {margin: 0; padding: 0;}

body {
	background: #000000;
	color: #222;
	font: normal 62.5% verdana;
	padding: 2% 0;
}

a {color: #757D83;}
a:hover {color: #DFE6EB;}

big {font-size: 1.1em;}

h1,h2,h3 {color: #212E30; padding: 8px 0 2px;}

h1 {font-size:10px verdana;}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

form,table {margin-bottom: 1.2em;}
img {border: none;}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px;}
small,.small {font: normal 0.9em sans-serif;}
ul {padding: 0 2em 1.2em;}

div {
	text-align : left;
}

/* structure */
#wrapper {
	background: #2D4048 url(http://www.webmallexperience.com/images/wtt/wrapper.gif) no-repeat left bottom;
	margin: 0 auto;
	width: 762px;
}
#container {
	background: #C1CACE;
	border-top: 6px solid #2D4048;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 750px;
}

/* header */
.title {
	background: #123E5E;
	border-top: 1px solid #000000;
}
.title h1 {
	color: #0E334E;
	font: normal 2.2em Georgia,"Verdana",sans-serif;
	padding: 10px 0 10px 18px;
}

 

/* navigation */
.navigation {
	background: #DED9D0 url(http://www.webmallexperience.com/images/wtt/nav.gif) repeat-x; height: 41px;
	border-top: 1px solid #103855;
}
.navigation a {
	background: #FFF url(http://www.webmallexperience.com/images/wtt/nav.gif) repeat-x;
	border-right: 1px solid #C9C6B3;
	color: #ffffff;
	float: left;
	font: bold 1em Tahoma,sans-serif;
	padding: 0 14px;
	line-height: 41px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover,.navigation a#active {background-position: left bottom; color: #E0E8EE;}

/* main */
.main#two-columns {background: #FFF url(http://www.webmallexperience.com/images/wtt/two-columns.gif) repeat-y;}

/* bottom */
.bottom {
	background: #A9B6C1 url(http://www.webmallexperience.com/images/wtt/footerheader.jpg) no-repeat left bottom;
	border-top: 1px solid #2D4048;
	color: #53646C;
	padding: 14px 20px;
}
.bottom .left,.bottom .right {width: 49%;}

/* footer */
.footer {
	background: #2D4048 url(http://www.webmallexperience.com/images/wtt/footerheader.jpg) no-repeat left bottom;
	color: #2D4048;
	padding: 10px;
}
.footer .left {width: 66%;}
.footer .right {
	width: 33%;
	text-align: right;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* misc */
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .left {width: 64%;}
.col2 .right .content {background: #FFF;}
.col2 .right {width: 33%;}
.content {padding: 18px 20px;}
.left {float: left;}
.right {float: right;}
.right .content {padding: 18px 12px 12px;}