﻿/****************************************************************************************/
/*                                                                                      */
/* Daniel Wines website - GLOBAL DESIGN                                                 */
/*                                                                                      */
/* Central menu:    top, horizontal                                                     */
/* Submenu:         left, vertical                                                      */
/*                                                                                      */
/* Version:         2009-02-02 16:30                                                    */
/* Last changed by: Michal Pelech                                                       */
/*                                                                                      */
/****************************************************************************************/

/* COLORS *******************************************************************************/
/* header bg: #625924																	*/
/* page bg: #726729																		*/
/* left panel bg: #988b32																*/
/* color: #ffffff																		*/

/* GLOBAL STYLES =======================================================================*/

form, ul, li, ol, h1, h2, h3, h4, h5, h6, object, p, body, form, dl, dd, dt
{
	margin: 0;
	padding: 0;
}

body
{
	margin: 0 0 40px 0;
	font-size: 100%;
	font-family: "Arial", "Helvetica", sans;
	font-family: Arial, Helvetica, sans;
	background: #000000;
	color: #ffffff;
	text-align: center;
}

body div
{
	text-align: left;
}

h1, h2, h3, h4, h5, h6, input, select, textarea
{
	font-size: 100%;
	font-family: "Arial", "Helvetica", sans;
	font-family: Arial, Helvetica, sans;
}

img
{
	border: none;
}
p
{
	margin-bottom: 13px;
}

a
{
	cursor: pointer;
	color: #f8f9a7;
}
#globalError {
	width: 604px;
	position: absolute;
	left: 132px;
	top: 100px;
	z-index: 9999;
	border: 2px solid #FFF;
	background:  #DC0000;
	color: White;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
.left 
{
	float: left;
}

.right
{
	float: right;
}

.center
{
	text-align: center;
}

.clear{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:0px;
	overflow:hidden;
}

hr
{
	display: none;
}


.separator
{
	margin: 5px 5px 5px 2px;
	background: url(../images/design/heading_bg.png) left top no-repeat;
}

/* #Page ==================================================================================*/

#page
{
	width: 900px;
	height: 1%;
	margin: 0 auto;
	position: relative;
}

/* #Main ==================================================================================*/

#main
{
	width: 900px;
	margin: 0;
	padding: 112px 0 0 0;
	background: url(../images/design/main_bg.jpg) left top repeat-y;
}

#mainRight
{
	width: 723px;
	float: right;
	overflow: hidden;
}

#mainLeft
{
	width: 177px;
	float: left;
	overflow: hidden;
	background: #988b32;
}

/* #Main right ============================================================================*/

#mainRight #content
{
	width: 484px;
	float: left;
	overflow: hidden;
}

#mainRight #rightPanel
{
	width: 239px;
	margin: 0 0 150px 0;
	float: right;
	overflow: hidden;
}

/* #Main left =============================================================================*/

#mainLeft ul
{
	width: 177px;
	height: 199px;
	margin: 0;
	list-style: none;
	background: url(../images/design/menu_bg.png) left top no-repeat;
}

#mainLeft ul li
{
	margin: 0;
	padding: 0;
}

/* #Content =============================================================================*/


#mainRight #content #products
{
	margin: 5px;
}



#mainRight #content ul.category
{
	list-style: none;
}

/* #search ===============================================================================*/

#mainLeft .search
{
	background: url(../images/design/left_panel_bg.jpg) left top repeat-x;
}

#mainLeft .search h2,
#mainLeft .search h2 span
{
	width: 177px;
	height: 29px;
	margin: 0 0 5px 0;
	position: relative;
	overflow: hidden;
}

#mainLeft .search h2 span
{
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/design/search_bg.png) left top no-repeat;
}

/* #Header ================================================================================*/

#header
{
	width: 900px;
	height: 112px;
	position: absolute;
	left: 0;
	top: 0;
	background: #625924 url(../images/design/header_bg.png) left top no-repeat;
}

#header h2,
#header h2 span
{
	width: 478px;
	height: 80px;
	position: absolute;
	left: 45px;
	top: 28px;
	overflow: hidden;
}

#header h2 span
{
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/design/logo.png) left top no-repeat;
}
#logoFlash{
	width: 109px;
	height: 95px;
	position: absolute;
	left: 45px;
	top: 0px;
}
#header h2 a
{
	text-decoration: none;
}

/* #Footer ===================================================================================*/

#footer
{
	width: 900px;
	height: 130px;
	position: relative;
	background: url(../images/design/footer_bg.jpg) left top no-repeat;
}

#footer .footerImg
{
	width: 239px;
	height: 147px;
	position: absolute;
	right: 1px;
	top: -148px;
	xxbackground: url(../images/design/footer_bg_top.jpg) left top no-repeat;
}

#footer .advert
{
	padding: 20px 0 0 30px;
}

