@charset "utf-8";
/* Phone */
@import url("phone_groups.css") only screen and (max-width:480px);
/* Tablet */
@import url("tablet_groups.css") only screen and (min-width:481px) and (max-width:1024px);
/* Desktop */
@import url("desktop_groups.css") only screen and (min-width:1025px);

/* CSS Document */

body	{
	margin:0px;
	padding:0px;
	background-color:rgb(0,102,0);
	background-image:url(../images/camouflage.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-attachment:fixed;
	background-size:cover;
	font-family: 'Source Sans Pro', sans-serif;
	color:rgb(255,255,255);
	scrollbar-face-color:rgb(0,153,0);
	scrollbar-highlight-color:rgb(0,153,0);
	scrollbar-3dlight-color:rgb(0,153,0);
	scrollbar-darkshadow-color:rgb(0,153,0);
	scrollbar-shadow-color:rgb(0,153,0);
	scrollbar-arrow-color:rgb(255,255,255);
	scrollbar-track-color:rgb(0,255,0);
	overflow-y:scroll;
}

::-webkit-scrollbar {
	width:15px;
	color:rgb(0,153,0);
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px rgba(0,,2040,0.2);
	background-color:rgb(0,51,0);
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 10px rgba(0,204,0,1.0);
	background-color:rgb(0,153,0);
}

#wrapper {
	margin:5px auto;
	}

body>footer  {
	background-color:rgb(0,102,0);
	text-align: center;
	width: 100%;
	height:auto;
	min-height:200px;
	margin-bottom:-12px;
	padding-top:10px;
}

#wrapper>header>nav>ul	{
	color:rgb(0,102,0);
	margin:0px;
	padding:0px;
	float:left;
}

#wrapper>header>nav>ul>li{
	display: inline;
	list-style: none;
}



#wrapper>nav>ul	{
	margin:0px;
	padding:0px;	
}



#search>form>label	{
	font-size:10px;
}
	

br	{
	clear:both;
}

#wrapper>article>h3 {
	font-weight: 400;
	font-size:28px;
	line-height:32px;
	color: rgb(0,204,0);
	margin:0px;
}

#wrapper>article>h4, #wrapper>article>form>h4 {
	font-weight: 300;
	font-size:22px;
	line-height:28px;
	color: rgb(0,204,0);
	margin:0px;
}

/*LINKS*/

a:link {
	color:rgb(255,255,255);
	text-decoration:none;
	cursor:pointer;
}
	
a:visited {
	color:rgb(255,255,255);
}

a:hover {
	color:rgb(255,204,0);
}

article a:link {
	color:rgb(0,153,0);
	text-decoration:none;
	cursor:pointer;
}
	
article a:visited {
	color:rgb(0,153,0);
}

article a:hover {
	color:rgb(0,255,0);
}

#wrapper>nav>ul>li>p>a:link	{
	color:rgb(255,255,255);
	text-decoration:none;
	cursor:pointer;
}

#wrapper>nav>ul>li>p>a:visited	{
	color:rgb(255,255,255);
}
	
#wrapper>nav>ul>li>p>a:hover	{
	background-color:rgb(0,204,0);
}

#wrapper>nav>ul>li#hotDeals>p>a:link	{
	background-color:rgb(255,255,0);
	color:rgb(0,0,51);
}

#wrapper>nav>ul>li#hotDeals>p>a:visited	{
	background-color:rgb(255,255,0);
	color:rgb(0,0,51);
}
	
#wrapper>nav>ul>li#hotDeals>p>a:hover	{
	background-color:rgb(0,204,0);
	color:rgb(255,255,0);
}

.regional_advert	{
	width:96%;
	margin:1%;
	padding:1%;
	background-color:rgb(255,255,255);
	color:rgb(0,0,102);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.regional_advert>h4	{
	margin:0px;
}

.regional_advert>p	{
	margin-top:0px;
	color: rgb(51,204,255);
}

input[type=button]	{
	background-color:rgb(51,204,255);
	color:rgb(255,255,255);
	border:1px solid rgb(255,255,255);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor:pointer;
}

input[type=text]	{
	margin:5px;
}

input[type=number]	{
	margin:5px;
}

textarea	{
	width:250px;
	height:50px;
	margin:5px;
}

/*REGIONAL MAP*/

#wagmp_map_2 a:link {
	color:rgb(0,0,255);
	text-decoration:none;
	cursor:pointer;
}

#wagmp_map_2 a:visited {
	color:rgb(0,0,255);
}

#wagmp_map_2 a:hover {
	color:rgb(0,255,0);
}

summary {
	cursor: pointer;
	margin-top:10px;
}

.no-details details > * {
	display: none;
}

.no-details details > summary:before {
	float: left;
	width: 20px;
	content: '\25B7 ';
}

.no-details details.open > summary:before {
	content: '\25BD ';
}

.no-details details summary {
	display: block;
}

#backLink	{
	float:left;
	margin-left:10px;
	font-size:14px;
	margin-bottom:15px;
	margin-right:5px;
}

#backLink a:link {
	color:rgb(0,204,0);
	text-decoration:none;
	cursor:pointer;
}
	
#backLink a:visited {
	color:rgb(0,204,0);
}

#backLink a:hover {
	color:rgb(0,51,0);
}

img	{
	border:0px;
}

.mapList a:link {
	color:rgb(0,153,0);
	text-decoration:none;
	cursor:pointer;
}
	
.mapList a:visited {
	color:rgb(255,255,0);
}

.mapList a:hover {
	color:rgb(0,255,0);
}

article>ul>li a:link {
	color:rgb(0,204,0);
	text-decoration:none;
	cursor:pointer;
}
	
article>ul>li a:visited {
	color:rgb(0,153,0);
}

article>ul>li a:hover {
	color:rgb(0,255,0);
}