/*
=================== Colours ======================
red		rgb(249,16,19)
red post		rgb(246,150,120)
pink 		rgb(246,8,244)
pink post		rgb(255,210,245)
blu		rgb(18,7,247)
blu post		color:rgb(115,188,255);
green 	rgb(12,247,7)
green post		rgb(195,255,216);
mustard	rgb(225,219,3)
m'tard post		rgb(245,255,200);
*/

/*=================== General Tags ======================*/

#swishco li{
	background:url(images/bulletRed.png) 10px 7px no-repeat;
}

#releases li{
	background:url(images/bulletPink.png) 10px 7px no-repeat;
}

#artists li{
	background:url(images/bulletBlu.png) 10px 7px no-repeat;
}

#links li{
	background:url(images/bulletGreen.png) 10px 7px no-repeat;
}

#contact li{
	background:url(images/bulletMustard.png) 10px 7px no-repeat;
}

#swishco .horizRule{
	border-bottom:1px dashed rgb(249,16,19);
}

#releases .horizRule{
	border-bottom:1px dashed rgb(246,8,244);
}

#artists .horizRule{
	border-bottom:1px dashed rgb(18,7,247);
}

#links .horizRule{
	border-bottom:1px dashed rgb(12,247,7);
}

#contact .horizRule{
	border-bottom:1px dashed rgb(225,219,3);
}

/*=================== MAIN SITE  ======================*/

#swishco #TOPInnerLine{
	border-bottom:2px solid rgb(249,16,19);
}

#releases #TOPInnerLine{
	border-bottom:2px solid rgb(246,8,244);
}

#artists #TOPInnerLine{
	border-bottom:2px solid rgb(18,7,247)
}

#links #TOPInnerLine{
	border-bottom:2px solid rgb(12,247,7)
}

#contact #TOPInnerLine{
	border-bottom:2px solid rgb(225,219,3)
}

#swishco #NAVSwish2{
	background:url(images/swishBoxRed.png) left top no-repeat;
}

#releases #NAVSwish2{
	background:url(images/swishBoxPink.png) left top no-repeat;
}

#artists #NAVSwish2{
	background:url(images/swishBoxBlu.png) left top no-repeat;
}

#links #NAVSwish2{
	background:url(images/swishBoxGreen.png) left top no-repeat;
}

#contact #NAVSwish2{
	background:url(images/swishBoxMustard.png) left top no-repeat;
}

#swishco #NAVButtons{
	background:url(images/navRed.png) top left no-repeat;
}

#releases #NAVButtons{
	background:url(images/navPink.png) top left no-repeat;
}

#artists #NAVButtons{
	background:url(images/navBlu.png) top left no-repeat;
}

#links #NAVButtons{
	background:url(images/navGreen.png) top left no-repeat;
}

#contact #NAVButtons{
	background:url(images/navMustard.png) top left no-repeat;
}

#swishco #BOTTOMInnerLine{
	border-top:2px solid rgb(249,16,19);
}

#releases #BOTTOMInnerLine{
	border-top:2px solid rgb(246,8,244)
}

#artists #BOTTOMInnerLine{
	border-top:2px solid rgb(18,7,247)
}

#links #BOTTOMInnerLine{
	border-top:2px solid rgb(12,247,7)
}

#contact #BOTTOMInnerLine{
	border-top:2px solid rgb(225,219,3)
}

#swishco .mainBoxWrapper{
	background:url(images/mainBoxTitleTopRed.gif) top left no-repeat;
}

#releases .mainBoxWrapper{
	background:url(images/mainBoxTitleTopPink.gif) top left no-repeat;
}

#artists .mainBoxWrapper{
	background:url(images/mainBoxTitleTopBlu.gif) top left no-repeat;
}

#links .mainBoxWrapper{
	background:url(images/mainBoxTitleTopGreen.gif) top left no-repeat;
}

#contact .mainBoxWrapper{
	background:url(images/mainBoxTitleTopMustard.gif) top left no-repeat;
}

#swishco .mainBox2Wrapper{
	background:url(images/mainBox2TitleTopRed.gif) top left no-repeat;
}

#releases .mainBox2Wrapper{
	background:url(images/mainBox2TitleTopPink.gif) top left no-repeat;
}

#artists .mainBox2Wrapper{
	background:url(images/mainBox2TitleTopBlu.gif) top left no-repeat;
}

#links .mainBox2Wrapper{
	background:url(images/mainBox2TitleTopGreen.gif) top left no-repeat;
}

#contact .mainBox2Wrapper{
	background:url(images/mainBox2TitleTopMustard.gif) top left no-repeat;
}

#swishco .mainBoxWrapper h4{
	background:url(images/mainBoxTitleBottomRed.gif) bottom left no-repeat;
}

#releases .mainBoxWrapper h4{
	background:url(images/mainBoxTitleBottomPink.gif) bottom left no-repeat;
}

#artists .mainBoxWrapper h4{
	background:url(images/mainBoxTitleBottomBlu.gif) bottom left no-repeat;
}

#links .mainBoxWrapper h4{
	background:url(images/mainBoxTitleBottomGreen.gif) bottom left no-repeat;
}

#contact .mainBoxWrapper h4{
	background:url(images/mainBoxTitleBottomMustard.gif) bottom left no-repeat;
}

#swishco .mainBox2Wrapper h4{
	background:url(images/mainBox2TitleBottomRed.gif) bottom left no-repeat;
}

#releases .mainBox2Wrapper h4{
	background:url(images/mainBox2TitleBottomPink.gif) bottom left no-repeat;
}

#artists .mainBox2Wrapper h4{
	background:url(images/mainBox2TitleBottomBlu.gif) bottom left no-repeat;
}

#links .mainBox2Wrapper h4{
	background:url(images/mainBox2TitleBottomGreen.gif) bottom left no-repeat;
}

#contact .mainBox2Wrapper h4{
	background:url(images/mainBox2TitleBottomMustard.gif) bottom left no-repeat;
}

#swishco .postBox{
	color:rgb(246,150,120);
}

#releases .postBox{
	color:rgb(255,210,245);
}

#artists .postBox{
	color:rgb(115,188,255);
}

#links .postBox{
	color:rgb(195,255,216);
}

#contact .postBox{
	color:rgb(245,255,200);
}