@charset "UTF-8";
/* CSS Document */

/*******************
----HTML5----------
*******************/
section, header, footer, aside, article, nav {
	display: block;
}

/*******************
----GENERAL---------
*******************/

body {
	background-color:#FFF;
	color:#999999;
	margin:0px;
	padding:0px;
}

a {
	text-decoration:none;
	color:#999999;
}

a:hover {
	text-decoration: none;
	color:#0090FF;
}

p {
	font-size: 12px;
	line-height: 18px;
	font-family:Arial, Helvetica, sans-serif;
}

h1,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#0CF;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: bold;
	color:#999999;
	text-shadow: 0px 1px 0px #CCC;
}

li{
	margin-left:0px;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
}

/*******************
----STYLES---------
*******************/

header{
	background-image:url(../img/headerShadow.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	height:50px;
	width:960px;
	margin-top:15px;
}

#main_wrapper{
	width:960px;
	height:auto;
	margin:auto;
}

#intro{
	width:200px;
	height:auto;
	padding-left:25px;
}

/*******************
----PRODUCTS---------
*******************/

#products{
	width:960px;
	height:auto;
}

nav{
	width:200px;
	height:500px;
	float:left;
}

.products_style{
	padding:0px 0px 0px 20px;
	font-size:14px;
	line-height:30px;
}

.products_style a{
	padding:5px;
	border: 1px solid #FFF;}

.products_style a:hover, selected{
	background-color:#ebebeb;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border: 1px solid #CCC;
	-webkit-transition: background .7s;
	-moz-transition: background .7s;
	transition: background .7s;
}

/*******************
----STORES---------
*******************/

#storesContent {
	width:720px;
	height:auto;
	float:right;
}

.stores{
	margin-top:15px;
	font-size:12px;
	
}

.storeCont{
	margin-top:5px;
	font-size:12px;
	
}

.store1{
	background-color:#ebebeb;
}

.storeLogo a:hover{
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.storeName{
	width:100px;
}
	
.storeAddress{
	width:300px;
}

.storeTefl{
	width:80px;
}
	
.table_stores{
	width:auto;
	height:auto;
	float:right;
}

/*******************
----FOOTER---------
*******************/	

footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	background-image:url(../img/footerShadow.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	text-align:center;
	padding-top:15px;
	clear:both;
	padding-bottom:5px;
}

	
/*******************
----TABLE STYLE---------
*******************/

table{
	font-family:Arial, Helvetica, sans-serif;
	border-spacing:0;
}

table tr:last-child td:first-child {
-moz-border-radius-bottomleft:5px;
-webkit-border-bottom-left-radius:5px;
border-bottom-left-radius:5px;
/*border:1px solid #CCC;*/
}

table tr:last-child td:last-child {
-moz-border-radius-bottomright:5px;
-webkit-border-bottom-right-radius:5px;
border-bottom-right-radius:5px;
/*border:1px solid #CCC;*/
}
	
table tr:last-child td:first-child {
-moz-border-radius-topleft:5px;
-webkit-border-top-left-radius:5px;
border-top-left-radius:5px;
/*border:1px solid #CCC;*/
}

table tr:last-child td:last-child {
-moz-border-radius-topright:5px;
-webkit-border-top-right-radius:5px;
border-top-right-radius:5px;
/*border:1px solid #CCC;*/
}

