@charset "utf-8";
/*Main*/
html, body, #main {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

html>body, html>body #main {
	height: auto;
}

body {
	margin:0;
	background:#5b5b68 url('../img/striped_background.png') top repeat-x;
	font-family:Tahoma, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

#main {
	position: absolute;
	top: 0;
    left: 0;
}

h1 {
	font-size:22px;
	color:#171717;
	padding:0px;
	margin-bottom:10px;
	position:relative;
	left:-2px;
}

h2 {
	font-size:18px;
	color:#171717;
	padding:0px;
	margin:8px 0px 8px 0px;
}

h3 {
	font-size:16px;
	color:#171717;
	padding:0px;
	margin:8px 0px 8px 0px;
}

h4 {
	font-size:14px;
	color:#171717;
	padding:0px;
	margin:8px 0px 8px 0px;
}

h5 {
	font-size:12px;
	color:#171717;
	padding:0px;
	margin:8px 0px 8px 0px;
}

p {
	text-align:justify;
	padding:0px;
	margin:0px 0px 8px 0px;
}

a {
	font-family:Tahoma, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:underline;
}

a:hover {
	color:#171717;
}

a h3 {
	text-decoration:underline;
}

.clearer {
	clear:both;
	margin:0px;
	padding:0px;
}

td img {
	display:block;
	margin:0px;
	padding:0px;
}

form {
	margin:0px;
	padding:0px;
}
.line_h {
	margin:14px 0px 14px 0px;
	height:2px;
	background:url('../img/line_h.png') repeat-x;
}

.line_v {
	margin:0px 14px 0px 14px;
	width:2px;
	background:url('../img/line_v.png') repeat-y;
}

/*Header*/
#header {
	width:760px;
	height:145px;
	margin:0px auto;
}
#header #header_logo {
	margin-top:65px;
	padding:0px;
	width:402px;
	height:58px;
	background:url('../img/header_logo.png') no-repeat;
	behavior: url('scripts/iepngfix.htc');
	float:left;
}

#header #header_pic {
	margin-top:48px;
	padding:0px;
	width:290px;
	height:90px;
	background:url('../img/header_pic.png') no-repeat;
	behavior: url('scripts/iepngfix.htc');
	float:right;
}

/*Menu*/
#menu {
	width:760px;
	height:38px;
	margin:0px auto;
	margin-top:39px;
	/*background-repeat:no-repeat;
	behavior: url('scripts/iepngfix.htc');*/
}

#menu #menu_content {
	float:left;
}

#menu #shopping_cart {
	float:right;
	height:38px;
}

#menu #shopping_cart #left {
	width:10px;
	height:38px;
	background:url('../img/menu_shopping_cart_left.png') no-repeat;
	margin:0px;
	float:left;
}

#menu #shopping_cart #right {
	width:39px;
	height:38px;
	background:url('../img/menu_shopping_cart_right.png') no-repeat;
	margin:0px;
	float:left;
}

#menu #shopping_cart #center {
	height:38px;
	background:url('../img/menu_shopping_cart_center.png') repeat-x;
	float:left;
	padding-top:11px;
}

#menu #shopping_cart #center a:hover {
	color:#FFF;
}

#menu .button {
	margin:10px 25px 0px 0px;
	float:left;
}

#menu .button img {
	border:none;
}


/*Content*/
#content {
	margin-top:40px;
	width:760px;
	height:auto;
	margin:0px auto;
	margin-top:15px;
	margin-bottom:65px;
}

#content img {
	border:4px #2d2d38 solid;
	float:left;
	margin-right:7px;
	position:relative;
	top:2px;
}

ul {
	margin:0px; 
	padding:0px; 
	color:#FFFFFF; 
	line-height:14px; 
	list-style:none;
}

.list1 {
	margin:0px; 
	padding:0px;
	line-height:17px;
}

.list1 li {
	background:url('../img/bullet.gif') bottom left no-repeat;
	padding-left:10px;
}

.more a {
	color:#FFFFFF; 
	font-family:tahoma; 
	font-size:11px; 
	text-decoration:underline;
}


.textbox {
	border:1px solid #CCCCCC;
	width:200px;
	font-family:Tahoma, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	padding:2px;
	margin-top:3px;
	margin-bottom:3px;
}

.textbox1 {
	border:1px solid #000000;
	font-family:Tahoma, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin:0px;
	padding:0px;
}

.textbox2 {
	width:748px; 
	height:100px; 
	border:4px solid #2d2d38; 
	font-family:Tahoma, Verdana, Helvetica, sans-serif;
	font-size:12px;
	padding:2px;
	margin:0px auto;
}

.submit {
	border:1px solid #171717;
	background:none;
	color:#FFFFFF;
	font-family:Tahoma, Verdana, Helvetica, sans-serif;
	font-size:11px;
	margin-top:3px;
	margin-bottom:3px;
	height:25px;
}

#content .formular img {
	float:none;
	border:none;
	display:block;
	margin:0px;
	position:static;
}

#content .produse_tree h3 {
	padding-top:13px;
}

/*Produse tree*/
.treeLinkOff {
	display:none;
}

.treeLinkOn {
	display:block;
}

/*Cart*/
.cart {
	border-collapse:collapse;
	width:100%;
}
.cart thead td img{
	float:none;
	border:none;
	margin:0px;
	padding:0px;
	background:none;
}
.cart thead td {
	border:none;
	background:#2d2d38;
	height:25px;
	padding:2px;
}
.cart thead .col1 {
	background:url('../img/cart_corner_left.png') no-repeat top left #2d2d38;
	width:20px;
	padding-left:10px;
	text-align:center;
}
.cart thead .col2 {
	padding-left:5px;
}
.cart thead .col3 {
	background:url('../img/cart_corner_right.png') no-repeat top right #2d2d38;
	width:100px;
	text-align:center;
}
.cart thead .col31 {
	background:url('../img/cart_corner_right.png') no-repeat top right #2d2d38;
	padding-left:5px;
}

.cart .col1 {
	text-align:center;
}
.cart .col2 {
	padding-left:5px;
}
.cart .col3 {
	text-align:center;
}
.cart td {
	border:1px solid #2d2d38;
	padding:2px;
	margin:0px;
}

/*Footer*/
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height:40px;
	background:url('../img/striped_background_footer.png') top repeat-x;
	text-align:center;
}

#footer #footer_table {
	width:760px; 
	margin-top:13px;
	padding:0px;
}

#footer #footer_table a:hover {
	color:#FFFFFF;
}

