@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	background-color:#a8cdff;
	font-family:"trebuchet MS";
	font-size:12px;
}

#outerwrapper{
	width:960px;
	margin:auto;
	background-image:url(/wp-content/themes/wordpress/images/bg-fade.png);
	background-repeat:repeat-y;
}

#innerwrapper{
	width:870px;
	margin:0px 30px 0px 30px;
	padding:15px;
	background-color:#FFFFFF;
}

#header{
	height:65px;
	width:870px;
	margin-bottom:15px;
	float:left;
}

#logo{
	float:left;
	width:300px;
	margin:0px 10px 0px 0px;
}

.headericons{
	float:right;
	width:55px;
	height:68px;
	margin:0px 0px 0px 10px;
}

#navmenu{
	height:28px;
	width:868px;
	margin-bottom:15px;
	float:left;
	border-style:solid;
	border-width:1px;
	border-color:#d6e7f7;
	background-color:#f3f9ff;
	font-size:14px;
}

#navmenu ul{
	list-style:none;
	margin:5px;
	padding:0px;
}

#navmenu li{
	float:left;
	margin:0px 40px 0px 10px;
	font-weight:bold;
}

#navmenu li a{
	color:#4a6178;
	text-decoration:none;
}

#navmenu li a:hover{
	text-decoration:underline;
	color:#ff5e5e;
}

#leftcolumn{
	width:560px;
	float:left;
	margin-right:10px;
}

#rightcolumn{
	width:300px;
	float:left;
}

.adsenseblock300x250{
	width:300px;
	height:250px;
	margin-bottom:15px;
}

#searchbox{
	width:280px;
	height:82px;
	padding:10px;
	margin-bottom:10px;
	border-style:solid;
	border-width:1px;
	border-color:#d6e7f7;
	background-color:#f3f9ff;
	text-align:center;
}

#textbox{
	width:280px;
	padding:10px;
	margin-bottom:10px;
	border-style:solid;
	border-width:1px;
	border-color:#d6e7f7;
	background-color:#f3f9ff;
}

#footer{
	width:870px;
	height:15px;
	clear:both;
	font-size:10px;
	text-align:center;
}

.dealouter{
	width:556px;
	min-height:100px;
	margin-bottom:10px;
	border-style:solid;
	border-width:2px;
	border-color:#d3d1cc;
}

.dealoutersingle{
	width:556px;
	min-height:360px;
	margin-bottom:10px;
	border-style:solid;
	border-width:2px;
	border-color:#d3d1cc;
}

.dealouter p{
	float:left;
	margin:0px;
	width:440px;
	margin-left:10px;
}

.dealoutersingle p{
	float:left;
	margin:0px;
	width:340px;
	margin-left:10px;
}

.dealbuttons{
	float:left;
	height:15px;
	margin:5px 0px 0px 10px;
	padding:1px 5px 1px 5px;
	border-style:solid;
	border-width:1px;
	border-color:#ff2323;
	background-color:#ff5e5e;
	color:#FFFFFF;
}

.dealbuttonssingle{
	float:right;
	height:15px;
	width:178px;
	text-align:center;
	margin:15px 0px 0px 10px;
	padding:1px 5px 1px 5px;
	border-style:solid;
	border-width:1px;
	border-color:#ff2323;
	background-color:#ff5e5e;
	color:#FFFFFF;
}

.dealbutton{
	float:left;
	height:15px;
	margin:5px 0px 0px 10px;
	padding:1px 5px 1px 5px;
	border-style:solid;
	border-width:1px;
	border-color:#d6e7f7;
	background-color:#f3f9ff;
}

h2{
	font-size:14px;
	float:left;
	width:440px;
	margin:5px 0px 10px 10px;
	color:#666666;
}

.dealoutersingle h2{
	font-size:14px;
	float:left;
	width:340px;
	margin:5px 0px 10px 10px;
	color:#666666;
}

h2 a{
	text-decoration:none;
	color:#666666;
}

h2 a:hover{
	text-decoration:underline;
	color:#666666;
}

.dealimage{
	width:90px;
	height:90px;
	float:right;
	margin:5px;
}

.dealimagesingle{
	width:190px;
	height:210px;
	float:right;
	margin:5px;
}

.dealimagesize {
  max-width: 90px;
  max-height: 90px;
  width: expression(this.width > 90 ? "90px" : true);
  height: expression(this.height > 90 ? "90px" : true);
}

.dealimagesizesingle {
  max-width: 190px;
  max-height: 190px;
  width: expression(this.width > 190 ? "190px" : true);
  height: expression(this.height > 190 ? "190px" : true);
}

a{
	color:#4a6178;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
	color:#ff5e5e;