
/*----------------------------------------
Q2 CSS Framework v1.1
Developed by: Q2 Interactive | david.krasensky@q2.cz
Based on: Elements CSS Framework | http://elements.projectdesigns.org
----------------------------------------*/

/* Imports
----------------------------------------*/
@import url("reset.css");
/* @import url("externalLinks.css"); */


/* Elements
----------------------------------------*/
html {
	height: 100%;
}
body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #ffffff;
	font-size: 16px;
	line-height: 150%;
	height: 100%;


}

/*--- Link Styles ---*/
a
{
	color: #ffffff;
	text-decoration: none;	
}

a:hover
{
	color: #ffffff;
	text-decoration: underline;
}


/* Standard Definitions
----------------------------------------*/

blockquote	{
	margin: 0 0 18px 18px; 
	color: #666666; 
	font-style: italic;
}
strong	{
	font-weight: bold;
}
em	{
	font-style: italic;
}

.hide {
	display: none;
}
.nobg {
	background-image: none;
}
/* http://www.positioniseverything.net/easyclearing.html */
.clear {
	clear: both;
}
.clear:after { /* fixed > fix-ie.css */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* Forms
----------------------------------------*/

input.text {
	padding: 1px 4px;
	border: 1px solid #BBBBBB;
}
textarea {
	padding: 1px 4px;
	border: 1px solid #BBBBBB;
}
input.text:focus, textarea:focus {
	border: 1px solid #000000;
}

.error, .notice, .success {
	padding: 10px; 
	border: 2px solid #dddddd;
	margin: 10px 0;
}
.error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}
.error a {
	color: #8a1f11;
}
.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}
.notice a {
	color: #514721;
}
.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}
.success a {
	color: #264409;
}



#web-container {
	height: 100%;
}


/* Header
----------------------------------------*/

#header {

}

	
	
	
	
	
		
/* Content
----------------------------------------*/


.wrap-table {
	width: 100%;
	height: 100%;
}
	.wrap-table .left {
		background-image: url(../img/wall-blk.png);
		height: 100%;
	}
		.wrap-table .left .strip-wrap {
			background-image: url(../img/strip-left.png);
			background-repeat: repeat-y;
			background-position: right;
			height: 100%;
		}
		.wrap-table .left .content {
			width: 570px;
			padding: 23% 75px 0 0;
			float: right;
			text-align: center;
		}

		.wrap-table .left .desc {
			line-height: 18px;
			font-size: 14px;
			text-align: justify;
			color: #aaaaaa;
			padding: 50px 0 0 0;
		}


	.wrap-table .right {
		background-image: url(../img/wall-wht.png);
		height: 100%;
	}
		.wrap-table .right .strip-wrap {
			background-image: url(../img/strip-right.png);
			background-repeat: repeat-y;
			height: 100%;
		}
		.wrap-table .right .content {
			width: 570px;
			padding: 23% 0 0 75px;
			text-align: center;
		}
		.wrap-table .right .stores {
			text-align: center;
		}
			.wrap-table .right .stores a {
				color: #000000;
			}
				.wrap-table .right .stores a:hover  {
					color: #4AB145;
				}


.stores {
	line-height: 22px;
	font-size: 14px;
	text-align: justify;
	color: #aaaaaa;
	padding: 50px 0 0 0;
	font-weight: bold;
}
	.stores h3 {
		text-align: center;
		text-transform: uppercase;
	}
	.stores a {
		font-weight: bold;
		text-transform: uppercase;
		margin: 0 2px;
		font-size: 15px;
	}
		.stores a:hover, .stores a.active  {
			color: #4AB145;
			text-decoration: none;
		}
	
	
.store-detail {
	padding: 40px 0 0 0;
}	
	.store-detail h1.store-name {
		text-transform: uppercase;
		text-align: center;
		font-weight: bold;
		font-size: 14px;		
	}	
	.store-detail a {
		color: #4AB145;	
	}	
	.store-detail table {
		font-size: 15px;
		width: 80%;
	}
		.store-detail table th {
			text-align: right;
			padding: 0 10px 0 0;
			width: 50%;
		}	
		.store-detail table td {
			padding: 0 0 0 10px;
			width: 50%;
		}	
	.store-detail .fb {
		position: absolute;
		margin: 0 0 0 20px;
	}	
		
		

/* Footer
----------------------------------------*/
#footer {

}








