/*----------------------------------------------

	[ Master Stylesheet ]
	
	Author:			Image2Markup.com
	Last change: 	2008/06/14

----------------------------------------------*/

body
{
	margin: 0px;
	padding: 0px;
	
	text-align: center;
	color: #969696;
	font-family: verdana;
	font-size: 12px;
}

#wrapper
{
	width: 735px;
	display: block;
	text-align: left;
	margin: auto;
}

a img{border: none; text-decoration: none;}

div.header
{
	width: 735px;
	height: 70px;
	padding-top: 59px;
	display: block;
	float: left;
}

	div.header div.logo
	{
		width: 234px;
		height: 31px;
		display: block;
		float: left;
	}
	
	div.header div.menu
	{
		width: 150px;
		height: 14px;
		margin-top: 14px;
		margin-left: 351px;
		display: block;
		float: left;
		
		text-align: right;
	}
	
		* html div.header div.menu{margin-left: 280px;}
	
		div.header div.menu a{margin-left: 9px; text-decoration:none;}

div.navigation
{
	width: 735px;
	height: 112px;
	padding-top: 60px;
	display: block;
	float: left;
}

	div.navigation img{margin: 0px 0 0 5px;}

div.content
{
	width: 735px;
	padding: 23px 0 20px 0;
	display: block;
	float: left;
}

div.title
{
	width: 497px;
	padding-bottom: 4px;
	margin: 20px 0 10px 0;
	display: block;
	float: left;
	border-bottom: 1px solid #e5e5e5;
}

	div.title img{margin: 0px;}

div.links
{
	width: 497px;
	padding: 0px 10px 0px 0;
	display: block;
	float: left;
}

	div.links table
	{
		width: 497px;
		margin-bottom: 20px;
		display: block;
		float: left;
	}
	
		div.links table td{padding: 5px;}
			div.links table td a{text-decoration: none; color: #969696;}
		div.links table tr.even td{background-color: #f0f0f0;}

div.sidebar
{
	width: 208px;
	padding: 0px 0px 0px 20px;
	display: block;
	float: left;
}

	div.sidebar div.holder
	{
		width: 208px;
		margin: 20px 0 10px 0 ;
		display: block;
		float: left;
	}
	
		div.sidebar img{margin: 0px; padding: 0px; float: left;}
	
		div.sidebar div.holder div.content
		{
			width: 198px;
			padding: 4px 0 4px 10px;
			display: block;
			float: left;
			
			background-image:url(../images/s-content.gif);
			background-position: top left;
			background-repeat: repeat-y;
		}
		
			div.sidebar div.holder div.content img{margin: 0 0 0px 0;}
			div.sidebar div.holder div.content img.push{margin: 0 0 10px 0;}
			div.sidebar div.holder div.content input.me{width: 185px; height: 32px; border: 1px solid #e2e2e2; font:Verdana; color:#969696; text-align:left; text-indent:10px; font-size:16px; padding-top:12px;}

div.footer
{
	width: 735px;
	padding: 16px 0 16px 0;
	display: block;
	float: left;
	margin:0 0 0 0px;
	
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

	div.footer a
	{
		width: 173px; height: 32px; display: block; float: right; margin: 0px 0 0 562px;
		background-image:url(../images/footer.gif);
		background-position: top right;
		background-repeat: no-repeat;
	}
	
	
	
	
	
	
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 12px;
	font-family: Verdana;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

