/* HTML tag styles */

body {font-family: Arial; font-size: 14px;}

form { margin: 0px; padding: 0px; }

a:link {color: #77a420; text-decoration: none; }
a:active {color: #77a420; text-decoration: none; }
a:visited {color: #77a420; text-decoration: none; }
a:hover {color: #2f41c5; text-decoration: none; }

h1 {color: #3064f9; text-align: center; margin: 0px; padding: 0px;}

/* Font sytles */

.section-logo-font { color: blue; font-size: 30px; font-style: italic; text-align: left;}
.red { color: blue; }
.subcategory { font-size: 15px; font-weight: bold; }
.category {color: #3134de; font-size: 22px;}
.promoname {font-size: 10px; text-decoration: underline;}

/* Main styles */

.sidebar-left {
	position: fixed;
	top: 0px;
	width: 100px;
	height: 100%;
	background-repeat: repeat-y;
	padding: 10px;
	background-image: url("images/border-rr.jpg");
	background-position: right;
	left: 0px;
	background-color: #82a4d1;
}

.sidebar-right {
	position: fixed;
	top: 0px;
	width: 100px;
	height: 100%;
	background-repeat: repeat-y;
	background-image: url("images/border-bg.jpg");
	background-position: left;
	right: 0px;
	background-color: #82a4d1;
}

.helpmessages {
font-size: 9pt;
text-align: center;
}

.clear {
	clear: both;
}

.line {
	height: 2px;
	width: 100%;
	background-image: url("images/line.jpg");
	background-repeat: repeat-x;
}

.logo {
	background-image: url('images/new_logo.jpg');
	width: 200px;
	height: 84px;
	margin-top: 0px;
}

.ads {
	position: absolute;
	top: 55px;
	right: 45px;
}

.ad_menu {
	position: absolute;
	top: 30px;
	right: 100px;
}

.menu {
	position: absolute;
	top: 5px;
	right: 120px;
	font-size: 16px;
	color: #b7c499;
}

.main-content {
	margin-top: 60px;
}

.section-logo {
	background-image: url('http://weseekit.com/images/weseekit.jpg'); 
	background-position: right; 
	background-repeat: no-repeat;
	width: 103px;
	height: 31px;
	float: left;
}

.section-logo-position {
	border-width: 1px;
	border-style: dotted;
	width: auto;
	right: 20px;
	text-align: right;
}

.section {
	border-collapse: collapse;
	border-width: 1px;
	border-style: solid;
	border-color: #dddddd;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.opinion {
	font-size: 15px;
}

.middle {
	margin-left: 120px;
	margin-right: 100px;
}

.padding {
padding: 10px;
}