body{
	margin: 0;
	padding: 0;
	color:#000;
	background-image: url(images/main_bg_GR.jpg);
	background-repeat: repeat;
	background-color: #E3FFCC;
}	
#wrap {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image: url(images/whiteback.jpg);
	background-repeat: repeat-y;
	text-align: center;
	background-color: #FFF;
	border-right: 1px solid #DC452A;
	border-bottom: 1px solid #DC452A;
	border-left: 1px solid #DC452A;
}
#bg{
	background-image: url(images/header_back_GR.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#header
{
	width: 800px;
	height: 223px;
	margin: 0 auto;
	background-color: #FFF;
	background-image: url(images/header_white.jpg);
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}


#page {
	width: 780px;
    padding: 20px 0;
	
 
}
#menu {
	background-color: #E47428;
	text-align: center;
	width: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the menu */
	}


a:link {
	color:#C65F1A;
	text-decoration:none;
}
a:visited {
	color:#666;text-decoration:underline;}
a:hover {
	color:#C65F1A;
	text-decoration:underline;
}
a:active {
	color:#C65F1A;
	text-decoration:underline;
}

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}
#paddeddiv{
	width: 475px;
	height: 10px;
	border: 10px solid #FFF;	
	}

/* Content */
#content {
	float: left;
	width: 475px;
	font-size: 12px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
}



#content h2 {
	margin:.5em 0 -.5em 0 !important;
	margin:.5em 0 -.9em 0;
	color:#060;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}
#content h3 {
	margin:.5em 0 -.5em 0 !important;
	margin:.5em 0 -.9em 0;
	color:#060;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
/* set float to none and add <br class="clearfloat" /> to source code in between boxes to space them from each other */
#contactbox{
	float: none;
	width: 250px;
	font-size: 12px;
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #333;
}
/* set float to none and add <br class="clearfloat" /> to source code in between boxes to space them from each other */
#box{
	float: none;
	width: 440px;
	font-size: 12px;
	text-align:center;
	margin: 0 auto;
	font-family: Verdana, Geneva, sans-serif;
	border: 1px solid #999;
	color: #000;
	padding: 15px 5px 10px;
}
.newsbox{
	float: none;
	width: 440px;
	font-size: 12px;
	text-align:center;
	margin: 0 auto;
	font-family: Verdana, Geneva, sans-serif;
	border: 1px solid #999;
	color: #000;
	padding: 15px 5px 10px;
}
.maintext{
	float: none;
	font-size: 12px;
	text-align:left;
	margin: 0 auto;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	padding: 15px;
}
#fullcontent {
	float: left;
	width: 760px;
	font-size: 12px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	padding: 5px 5px 5px 15px;
}
#fullcontent h1 {
	margin:.5em 0 -.5em 0 !important;
	margin:.5em 0 -.9em 0;
	color:#060;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
}

#fullcontent h2 {
	margin:.5em 0 -.5em 0 !important;
	margin:.5em 0 -.9em 0;
	color:#060;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}
#fullcontent h3 {
	margin:.5em 0 -.5em 0 !important;
	margin:.5em 0 -.9em 0;
	color:#060;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#fullcontent h4 {
	color:#060;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin-top: 0.5px;
	margin-right: 0;
	margin-bottom: -0.5px;
	margin-left: 0;
}
#fullcontent h5 {
	margin:.5em 0 -.9em 0;
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight: normal;
	margin-top: 0.5px;
	margin-right: 0;
	margin-bottom: -0.5px;
	margin-left: 0;
}

.soundtables {
	width: 98%;
	font-family: Verdana, Geneva, sans-serif;
	border: 1px solid #CCC;
	padding: 15px;
	border-collapse: collapse;
	margin: 0 auto;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	text-align:left;
	border: 1px solid #999;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin: 0px;
}

#sidebar p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	text-align:left;
	
}
#sidebar h2 {
	margin:.5em 0 -.5em 0 !important;
	margin:.5em 0 -.9em 0;
	color:#060;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	}
#sidebar h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#060;
}

/* storeContent */
#storecontent {
	float: left;
	width: 350px;
	font-size: 12px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
}



#storecontent h2 {
	margin:.5em 0 -.5em 0 !important;
	margin:.5em 0 -.9em 0;
	color:#060;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}
#storecontent h3 {
	margin:.5em 0 -.5em 0 !important;
	margin:.5em 0 -.9em 0;
	color:#060;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}


/* Sidebarstore */

#sidebarstore {
	float: right;
	width: 350px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	text-align:left;
	border: 1px solid #999;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin: 0px;
}

#sidebarstore p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	text-align:left;
	
}
#sidebarstore h2 {
	margin:.5em 0 -.5em 0 !important;
	margin:.5em 0 -.9em 0;
	color:#060;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	}
#sidebarstore h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#060;
}

.lists {
	list-style-position: outside;
	list-style-type: square;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding-left: 6px;
}

.iconalign {
	vertical-align: middle;
	margin-right: 4px
}
.branchalignleft {
	float: left;
	clear: both;
	margin-top: -16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.imagealigncenter {
	text-align: center;	
}

.imagealignleft {
	float: left;
	clear: both;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.imagealignright {
	text-align:right;
	padding: 0px 0px 10px 16px;
	float: right;
	margin: 0px;
}
.photoalignleft {
	float: left;
	clear: both;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 6px;

}
.photoalignright {
	float: right;
	margin: 0px;
	clear: both;
	padding: 15px;

}
.smallertext {
	float: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	padding: 5px;
	text-align: left;
}
.smallertext a:link {
	color:#F30;
	text-decoration:none;
}
.smallertext a:visited {
	color:#666;
	text-decoration:none;
}

.smallertext a:hover {
	color:#F30;
	text-decoration:underline;
}
.smallertext a:active {
	color:#F30;
	text-decoration:underline;
}
.smalltext {
	float: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	padding: 5px;
	text-align: left;
}
.smalltext a:link {
	color:#F30;
	text-decoration:none;
}
.smalltext a:visited {
	color:#666;
	text-decoration:none;
}

.smalltext a:hover {
	color:#F30;
	text-decoration:underline;
}
.smalltext a:active {
	color:#F30;
	text-decoration:underline;
}
.greentext {
	float: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #363;	
}
.greentext a:link {
	color:#F30;
	text-decoration:none;
}
.greentext a:visited {
	color:#666;
	text-decoration:none;
}

.greentext a:hover {
	color:#F30;
	text-decoration:underline;
}
.greentext a:active {
	color:#F30;
	text-decoration:underline;
}
.tablecategories {
	width: 700px;
	padding: 15px;
	margin: 0 auto;
}



/* footer area */
#footer {
	clear: both;
	height: 65px;
	color:#000;
	text-align: center;
	font-size:10px;
	font-family: Verdana, Geneva, sans-serif;
	width: 800px;
	background-image: url(images/footer.jpg);
	padding: 0px;
	margin: 0 auto;
	letter-spacing: 0.1em;
}		
#footer a {
	color: #000;
}	
#footer a:link {
	color:#F30;
	text-decoration:none;
}
#footer a:visited {
	color:#666;
	text-decoration:none;
}

#footer a:hover {
	color:#F30;
	text-decoration:underline;
}
#footer a:active {
	color:#F30;
	text-decoration:underline;
	}
#footer p {
	font-size:10px;
	text-align: center;
}




.LargeHeader {
	font-size: 18px;
	color:#CE5300;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

