/*------------------------------------------------------------------
[ΤΑ ΝΕΑ - Shop --- Master Stylesheet]

Project:		ΤΑ ΝΕΑ Shop
Version:		1.1
Last change:	2008/06/10 [fixed Float bug, vf]
Assigned to:	Myself - alx
Primary use:	Online Shopping
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Everything / #wrapper
3. All Contents / #all-content
4. Navigation / #shop-nav
5. Content / #content
6. Footer / 
-------------------------------------------------------------------*/

body {
	margin: 0;
	height: 100%;
	background:#FFFFFF url(Images/body-bg.png) repeat-x scroll 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	text-align:right;
	padding: 0%;
}

#wrapper {
	padding: 0;
	min-height: 800px;
	_height: 800px;  min-height for smart browsers _height for Internet Explorer ;
	position:absolute;
	width: 968px;
	left: 50%;
	margin-left: -485px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CECECE;
	border-left-color: #CECECE;
}

#wrapper001 {
	padding: 0;
	min-height: 1450px;
	_height: 1100px;  min-height for smart browsers _height for Internet Explorer ;
	position:absolute;
	width: 968px;
	left: 50%;
	margin-left: -485px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CECECE;
	border-left-color: #CECECE;
}



#all-content {
	width: 968px;
	min-height: 610px;
	_height: 610px;
	height:auto;
}

#all-content001 {
	width: 968px;
	min-height: 1100px;
	_height: 1100px;
	height:auto;
}

/*------------------------------------------------------------------
[Top Navigation (TA NEA)]
--------------------------------------------------------------------*/
#header {
	width: 968px;
	text-align: left;
	background-color: #FAFAFA;
	height: 107px;
	background-image: url(../Images/logotanea_.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#top-nav {
	background:#F4F4F4 url(../Images/top-nav-bg.gif) repeat-x scroll left top;
	border-top:1px solid #CECECE;
	clear:both;
	float:none;
	height:24px;
	width:100%;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	
}
#top-nav ul {
	float:left;
	height:24px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#top-nav li {
	border-right:1px solid #CECECE;
	float:left;
	height:24px;
	width:105px;
}

#top-nav li.large {
	width:160px;
}

#top-nav li a {
	color:#646464;
	display:block;
	height:24px;
	line-height:24px;
	text-align:center;
	text-decoration:none;
	width:100%;
}

#top-nav li a:hover {
	background:transparent url(Images/top-nav-over.png) left bottom;
}

#top-nav li .active  {
	background-color: transparent;
	background-image: url(Images/top-nav-active.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#top-nav li .active:hover {
	background-color: transparent;
	background-image: url(Images/top-nav-over.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#top-search {
	float:right;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 0;
}

.textfield {
	-x-system-font:none;
	background:transparent url(../Images/top-search-input.png) repeat-x scroll left top;
	border:0 none;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:16px;
	line-height:normal;
	width:160px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 7px;
}

/*------------------------------------------------------------------
[Navigation]
-------------------------------------------------------------------*/
	#shop-nav {
	height:26px;
	background-repeat: repeat-x;
	background-position: left top;
	font-weight: bold;
	background-image: url(Images/shop-nav-bg.png);
	list-style-type: none;
	text-align: left;
	padding-bottom: 0px;
}

	#shop-navbar {
	position: relative;
	width: 631px;
	height: 26px;
	padding: 0;
	background-image: url(images/shop-nav-all_03.png);
	margin-right: auto;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
	#shop-navbar li {position: absolute; top: 0; margin: 0; padding: 0; list-style: none; }
	#shop-navbar li, #shop-navbar a {height: 26px; display: block;}
	
	#navitem1 {left: 185px; width: 145px;}
	#navitem2 {left: 330px; width: 145px;}
	#navitem3 {left: 475px; width: 145px;}
	
	#navitem1 a:hover {background: transparent url(images/shop-nav-all_03.png) -185px -26px no-repeat;}
	#navitem2 a:hover {background: transparent url(images/shop-nav-all_03.png) -330px -26px no-repeat;}
	#navitem3 a:hover {background: transparent url(images/shop-nav-all_03.png) -475px -26px no-repeat;}
	
	body#nav1 #navitem1 {background: transparent url(images/shop-nav-all_03.png) -185px -52px no-repeat;}
	body#nav2 #navitem2 {background: transparent url(images/shop-nav-all_03.png) -330px -52px no-repeat;}
	body#nav3 #navitem3 {background: transparent url(images/shop-nav-all_03.png) -475px -52px no-repeat;}
	
/*------------------------------------------------------------------
[End of Navigation]
-------------------------------------------------------------------*/

#content {
	text-align: center;
	_height: 590px;
	min-height: 570px;
	background-repeat: repeat-y;
	font-size: 0.7em;
	font-weight: bold;
	color: #333333;
	height: 66px;
	width: 968px;
	background-color: #FFFFFF;
}

* html #content {
	text-align: left;
	background-image: url(../Images/cont-background.png);
	height: 590px;
}


#content001 {
	text-align: center;
	_height: 990px;
	min-height: 990px;
	background-repeat: repeat-y;
	font-size: 0.7em;
	font-weight: bold;
	color: #333333;
	height: 66px;
	width: 968px;
	background-color: #FFFFFF;
}

* html #content001 {
	text-align: left;
	background-image: url(../Images/cont-background.png);
	height: 990px;
}

/*------------------------------------------------------------------
[Text Styles]
-------------------------------------------------------------------*/
a:link {
	text-decoration: none; color: #254D89;
}

a:hover {
	text-decoration: underline; color: #FF6600;
}

a:visited {
	text-decoration: none; color: #254D89;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bolder;
	color: #646464;
}

/*------------------------------------------------------------------
[Main]
-------------------------------------------------------------------*/
.shoppingIndex {
	width: 968px;
	min-height: 610px;
	_height: 610px;
	background-image: url(images/Index-bg.png);
	padding-top: 3px;
	background-color: #f1f1f1;
	font-weight: bold;
	text-align: center;
	background-repeat: no-repeat;
}

.shoppingCollection {
	width: 968px;
	min-height: 710px;
	_height: 710px;
	background-image: url(images/Collection-bg.png);
	padding-top: 3px;
	background-color: #f1f1f1;
	font-weight: bold;
	text-align: center;
	background-repeat: no-repeat;
}

.shoppingIndex .Indextext {
	text-align: right;
	padding-right: 35px;
	padding-left: 35px;
	font-size: 1em;
}

.shoppingIndex .Indextext a:hover{
	color:#254d89;
	text-decoration: underline; color: #FF6600;
}

.shoppingCollection .collectiontext {
	text-align: center;
	padding-right: 7px;
	padding-left: 7px;
	font-size: 1em;
	position: relative;
	top: -15px;
	padding-bottom: 10px;
}

.shoppingCollection .collectiontext a:hover{
	color:#254d89;
	text-decoration: underline; color: #FF6600;
}
/*------------------------------------------------------------------
[End Shopping Index]
-------------------------------------------------------------------*/

#footer {
	position: absolute;
	bottom: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.7em;
	color: #969696;
	background-image: url(images/footer.png);
	background-repeat: repeat-x;
	height: 35px;
	padding-top: 5px;
	width: 968px;
	left: 50%;
	margin-left: -484px;
	text-align: center;
}
