/* CSS Document */
html { margin:0; padding:0; }
body { margin:0; padding:0; }
*    { margin:0; padding:0; }


#main { 
	margin:auto;
	width:780px;
	clear:both;
	background:url(img/bg_main.jpg) left repeat-y #FFFFFF;
}

#sidebar {
	float:left;
	width:220px;
	height:100%;
}

#content {
	float:left;
	width:560px;
	height:100%;
}

#bottom {
	margin:auto;
	width:100%;
	background:url(img/bg_bottom.jpg) top repeat-x #333333;
	clear:both;
}

#footer {
	margin:auto;
	width:774px;
	clear:both;
}

#copyright {
	margin:auto;
	width:744px;
	border-top:1px solid #666666;
	padding:15px;
}

#bottom .col {
	float:left;
	padding:15px;
	border-left:1px solid #666666;
	height:115px;
	width:248px;
}

#bottom .close {
	float:left;
	border-right:1px solid #666666;
	height:145px;
	width:2px;
}

#bottom ul { 
	margin:0; 
	padding:0; 
}
#bottom ul li { 
	list-style:none; 
	line-height:20px; 
	padding-left:15px;
	background:url(img/list_orange.gif) left no-repeat;
}

.row {
	margin-bottom:10px;
	padding:0 10px;
}

.row  ul {
	margin:0;
	padding:0;
}

.row  ul li {
	list-style:none; 
	line-height:20px; 
	padding-left:15px;
	border-bottom:1px solid #CCCCCC;
	background:url(img/list_green.gif) left no-repeat;
}

.box {
	margin-bottom:10px;
}

.box ul {
	margin:0;
	padding:0;
}

.box ul li {
	list-style:none; 
	float:left;
	padding:5px;
}


#home {
	width:520px;
	margin:0;
	padding:20px;
}

#banner { 
	width:522px;
	height:150px;
	border:0px solid #4C4C4C;
	margin-bottom:20px; 
}

#col_left {
	width:360px;
	margin:0;
	padding:20px;
	float:left;
}

#col_right {
	width:160px;
	margin:0;
	float:left;
	padding:20px 0;
}

.article {
	border-bottom:1px solid #CCCCCC;
	margin:10px 0px;
	padding:10px 0px;
}

.product {
	float:left;
	width:260px;
	margin-bottom:20px;
}

#product {
	width:520px;
	margin:0;
	padding:20px;
}