/*
Copyright 2010 - Stephen Radachy

for TonyChromeCustoms.com
*/


/*Body*/
body 
{
	padding: 20px 0;
    font: 80%/170% verdana, sans-serif;
    text-align: center;
    background: #444;
}


/*Links*/
a  
{
    color: #3A79EF;
	text-decoration:none;
}

a:hover  {
    color: #52D5E8;
}
img
{
	border-style: none;
}

/*Unordered Lists*/
ul
{
	list-style-image: url('ul.gif');
}

/*Main*/
#main 
{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background-color: #fff;
}


/*Header*/
#header 
{
    background: #f5f5f5;
    background-image: url(logo.png);
    height: 141px; 
}
#block
{
    float: right;
	width: 460px;
}
#counter
{
	float:left;
	margin-top: 20px;
	margin-left: 0px;
	clear:right;
}
#search
{
	float:right;
	margin-right: 10px;
	margin-top: 45px;
}


/*Menu*/
#menu 
{
	margin-top: 117px;
    color: #fff;
	clear:both;
}
a.menu_link 
{
    background-color: #3A79EF;
	border-color: #3A79EF;
	border-style: solid;
    color: #ffffff;
    border-left-width: 20px;
    border-right-width: 20px;
	border-top-width: 10px;
	border-bottom-width: 5px;
    text-decoration: none;
}
a.menu_link:hover 
{
    background-color: #666;
	border-color: #666;
}

/*Store Menu*/
#storemenu ul
{
margin-left: -20px;
}
#storemenu li
{
	display: inline;
	margin-right: 5px;
}
#view
{
	color: #000;
}

/*Content*/
#content
{
	background: #fff;
}
#innercontent
{
	margin: 15px;
}

/*Bottom*/
#bottom {
    background: #f0f0f0;
	padding: 10px;
	float: left;
}
#first_block {
    padding-left:5px;
    width: 300px;
	float: left;
}
#first_block img {
	float: left;
}
#second_block {
    padding-left:5px;
    width: 340px;
	float: left;
    margin-left: 25px;
}
#third_block {
    padding-left:5px;
    width: 300px;
	float: right;
}


/*Footer*/
#footer {
	background: #000;
	color: #3a3a3a;
    font-size: 80%;
	padding: 6px;
}
#footer a  {
    color: #3A79EF;
	text-decoration:none;
}

#footer a:hover  {
    color: #52D5E8;
}