body
{
	margin: 0;
	padding: 0;
	background: #232f82 url("/images/bg.gif") repeat-x top;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
	font-family: "Tahoma", "Geneva", "sans-serif";
	color: #313131;
	font-size: 1em;
	line-height: 1.4em;
}

h1
{
	margin: 0;
	font-size: 1.4em;
	line-height: 1.2em;
	color: #0b1559;
}

h2
{
	margin: 0;
	font-size: 1.4em;
	line-height: 1.2em;
	color: #e38530;
	border-bottom: #e38530 1px solid;
	padding-bottom: 1px;
	margin-bottom: 5px;
}

h3
{
	margin: 0;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #e38530;
	padding-bottom: 1px;
	margin-top: 25px;
}

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

a
{
	color: #0611f1;
}

a:hover
{
	text-decoration: none;
}

#content
{
	position: relative;
	display: block;
	width: 908px;
	margin: 50px auto;
	padding: 0 46px;
}

#email_company
{
	position: absolute;
	margin: 20px 100px;
	width: 570px;
	background: #FDF1C9;
	border: #000000 1px solid;
	z-index: 1;
}

#taf-titlebar
{
	position: relative;
	background: url("/images/nav-bg.png") repeat-x center;
	color: #ffffff;
	font-weight: bold;
	padding: 2px;
}

.taf
{
	display: block;
	margin: 5px 0;
}

	.taf .title
	{
		display: block;
		float: left;
		width: 115px;
		text-align: right;
		font-weight: bold;
		margin: 0 10px;
	}

	.taf .input
	{
		display: block;
		float: left;
		width: 420px;
		margin-right: 10px;
	}

	.taf .error
	{
		display: block;
		clear: both;
		margin-left: 135px;
		color: #ff0000;
	}

#header
{
	position: relative;
	display: block;
	width: 908px;
	height: 100px;
}

	#header .top
	{
		display: block;
		width: 908px;
		height: 14px;
		background: url("/images/body-top.png") no-repeat top;
	}

	#header .main
	{
		display: block;
		position: relative;
		width: 908px;
		height: 86px;
		background: url("/images/body-bg.png") repeat-y top;
	}

#header-social
{
	display: block;
	position: absolute;
	top: -10px;
	right: 20px;
	text-align: center;
	color: #6c73ba;
	font-size: 1.4em;
}

	#header-social img
	{
		margin-top: 5px;
		border: 0;
	}

#title_img
{
	position: absolute;
	top: 22px;
	left: 164px;
}

#logo
{
	position: absolute;
	top: -55px;
	left: 10px;
	z-index: 1px;
	width: 125px;
}

#main
{
	position: relative;
	display: block;
	width: 908px;
	background: url("/images/body-bg.png") repeat-y top;
}

	#main #navbar
	{
		display: block;
		width: 900px;
		margin: 0 4px 10px;
		background: url("/images/nav-bg.png");
		height: 27px;
	}

	#main #navbar a
	{
		margin: 0 10px;
		line-height: 1.4em;
		font-weight: bold;
		text-decoration: none;
		font-size: 1.1em;
		color: #ffffff;
		margin: 0 20px;
	}

	#main .main
	{
		padding: 0 20px 20px;
	}

#cat-drop
{
	position: absolute;
	display: none;
	top: 27px;
	right: 10px;
	background: url("/images/cat-drop-bg.png") bottom center no-repeat;
	width: 220px;
	padding: 2px 20px 25px;
}

	#cat-drop a
	{
		display: block;
		text-decoration: none;
		font-weight: bold;
		padding: 0 2px;
		cursor: pointer;
	}

	#cat-drop a:hover
	{
		color: #ffffff;
		background: #0d1a6d;
	}

#bottom
{
	display: block;
	width: 908px;
	height: 21px;
	background: url("/images/body-bottom.png") no-repeat top;
}

#footer
{
	position: relative;
	display: block;
	width: 868px;
	background: url("/images/footer-bg.png") repeat-y top;
	padding: 20px;
}

#footer-cats
{
	display: block;
	float: left;
	border-right: #313131 1px solid;
	width: 500px;
	padding-right: 20px;
	margin-right: 20px;
}

#footer-date
{
	display: block;
	float: left;
	width: 240px;
}

	#footer-cats h3, #footer-date h3
	{
		font-size: 1em;
		margin: 0;
	}

	#footer-cats a, #footer-date a
	{
		color: #ffffff;
		padding: 2px;
	}

	#footer .year
	{
		display: block;
		float: left;
		height: 45px;
		font-weight: bold;
		margin-right: 5px;
	}

#footer-follow
{
	display: block;
	float: left;
	width: 75px;
	text-align: right;
}

	#footer-follow img
	{
		border: 0;
	}

#footer-bottom
{
	display: block;
	width: 908px;
	height: 21px;
	background: url("/images/footer-bottom.png") no-repeat top;
}

#company
{
	float: right;
	border: #d1d1d1;
	width: 200px;
	padding: 10px;
	margin: 10px;
	background: #f1f1f1;
	color: #313131;
}

	#company a.title
	{
		display: block;
		font-weight: bold;
		font-size: 1.2em;
		text-decoration: none;
		color: #402a04;
		line-height: 1em;
	}

	#company a.title:hover
	{
		text-decoration: underline;
	}

	#company #contact
	{
		margin-left: 10px;
		font-size: 0.9em;
	}

.release
{
	font-size: 0.7em;
	line-height: 1.3em;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: #616161 1px solid;
}

	.release a
	{
		font-size: 1.3em;
		line-height: 1.3em;
		font-weight: bold;
		text-decoration: none;
		color: #5058a9;
		color: #6c73ba;
	}

	.release a:hover
	{
		color: #0e1a70;
	}

.dealbox
{
	display: block;
	padding: 10px;
	width: 280px;
	height: 280px;
	background: url('/images/box-300x300s.png');
	font-size: .9em;
	line-height: 1.2em;
	margin-bottom: 20px;
}

	.dealbox h3
	{
		margin: 0px;
		color: #0b1559;
		font-size: 1.3em;
		line-height: 1.3em;
	}

	.dealbox ul
	{
		padding-left: 30px;
	}

	.dealbox .price
	{
		float: right;
		font-size: 3em;
		font-weight: bold;
		margin: 0px 0 10px 10px;
		color: #000000;
		text-align: right;
		line-height: 0.8em;
	}

	.dealbox a.order
	{
		display: block;
		font-size: .45em;
		color: #ffffff;
	}

.category
{
	margin-top: 20px;
}

.prev_next
{
	display: block;
	padding: 5px;
	text-align: center;
}

	.prev_next a
	{
		border: #0B1559 1px solid;
		padding: 1px 2px;
		text-decoration: none;
		color: #6C73BA;
	}

	.prev_next a:hover
	{
		background: #232F82;
		color: #ffffff;
	}	

	.prev_next b
	{
		border: #ffffff 1px solid;
		text-decoration: none;
		color: #0E1A70;
	}


.text_box
{
	width: 420px;
}

.text_area
{
	width: 420px;
	height: 200px;
}

.link
{
	cursor: pointer;
	color: #0611F1;
	text-decoration: underline;
}
