@charset "utf-8";
body {
	margin: 0px;
	background-image: url(../images/bgTurq.jpg);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.leftSlide {
	background-image: url(../images/slideLeftTurq.jpg);
	background-repeat: no-repeat;
	height: 139px;
	width: 270px;
}
.rightSlide {
	background-image: url(../images/slideRightTurq.jpg);
	background-repeat: no-repeat;
	height: 139px;
	width: 41px;
}
.botSlide {
	background-image: url(../images/slideBotTurq.jpg);
	background-repeat: no-repeat;
	height: 91px;
	width: 790px;
}
a:link img, a:visited img, a:active img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.mainMenu {
	vertical-align: middle;
	height: 30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #18B9B4;
	font-size: 16px;
	text-transform: uppercase;
}
.mainMenu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
	text-align: center;
	padding: 0px;
}
.mainMenu li {
	display: inline;
	margin: 0;
	padding: 0;
}
.mainMenu a:link, .mainMenu a:visited {
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	color: #444444;
	font-weight: bold;
}
.mainMenu a:hover {
	text-decoration: none;
	color: #18B9B4;
}
.mainMenu .active a:link {
	color: #18B9B4;
}
.mainMenu .active a:hover {
	text-decoration: none;
	color: #18B9B4;
}
/* sub menu */
#storeMenu {
	vertical-align: middle;
	height: 30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #18B9B4;
	font-size: 14px;
}
#storeMenu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
	text-align: center;
}
#storeMenu li {
	display: inline;
	margin: 0;
	padding: 0;
}
.storeTurq a:link, .storeTurq a:visited {
	color: #18B9B4;
	text-decoration: none;
	padding-right: 13px;
	padding-left: 13px;
	font-weight: bold;
}
.storeTurq a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
.storeGreen a:link, .storeGreen a:visited {
	color: #BCC922;
	text-decoration: none;
	padding-right: 13px;
	padding-left: 13px;
	font-weight: bold;
}
.storeGreen a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
.storeBlue a:link, .storeBlue a:visited {
	color: #7FA2C8;
	text-decoration: none;
	padding-right: 13px;
	padding-left: 13px;
	font-weight: bold;
}
.storeBlue a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
.storeOrange a:link, .storeOrange a:visited {
	color: #F08511;
	text-decoration: none;
	padding-right: 13px;
	padding-left: 13px;
	font-weight: bold;
}
.storeOrange a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
.storePink a:link, .storePink a:visited {
	color: #E8348D;
	text-decoration: none;
	padding-right: 13px;
	padding-left: 13px;
	font-weight: bold;
}
.storePink a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
.storePurple a:link, .storePurple a:visited {
	color: #BC7DB6;
	text-decoration: none;
	padding-right: 13px;
	padding-left: 13px;
	font-weight: bold;
}
.storePurple a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
/* sidebar */
#sidebar {
	width:220px;
	text-align: left;
	vertical-align: top;
	margin-right: 10px;
}
#sidebar h1 {
	border-bottom:2px solid #18B9B4;
	color:#444;
	font-size:16px;
	font-weight:bold;
	line-height:30px;
	padding:0 10px;
}
#sidebar p {
	background:#f1f1f1;
	color:#555;
	display:block;
	font-size:90%;
	line-height:20px;
	margin:10px 0;
	padding:10px;
}
#sidebar p .more {
	display:block;
	text-align:right;
	color: #18B9B4;
	font-size: 12px;
}
#sidebar ul {
	margin:10px;
}
#sidebar ul li {
	border-bottom:1px solid #18B9B4;
	list-style:none;
	padding:5px 2px;
}
#sidebar ul li a {
	color:#333;
	display:block;
	font-family:Geneva;
	padding:5px;
	text-decoration:none;
}
#sidebar ul li a:hover {
	color:#000;
}
blockquote {
	background:#f1f1f1;
	border-left:2px solid #18B9B4;
	color:#444;
	display:block;
	font-style:oblique;
	line-height:20px;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
}
/* Main */
#main {
	width:550px;
	text-align: left;
	vertical-align: top;
	margin-left: 10px;
}
#main a:link, #main a:visited {
	text-decoration: none;
	color: #18B9B4;
	font-weight: bold;
}
#main a:hover {
	text-decoration: none;
	color: #18B9B4;
}
#main p {
	color:#555;
	line-height:20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#main p .more {
	display:block;
	text-align:right;
	color: #18B9B4;
	font-size: 12px;
}
#main .bold {
	font-weight: bold;
	color: #1BBCB7;
}
#main h1 {
	border-bottom:2px solid #18B9B4;
	color:#444;
	font-size:16px;
	font-weight:bold;
	line-height:30px;
	padding:0 10px;
}
#mainStore {
	width:550px;
	text-align: left;
	vertical-align: top;
	margin-left: 10px;
}
#mainStore p {
	color:#555;
	line-height:20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-top: 10px;
}
#mainStore h1 {
	border-bottom:2px solid #18B9B4;
	color:#444;
	font-size:16px;
	font-weight:bold;
	line-height:30px;
	padding:0 10px;
}
#mainStore .contactLink a:link, #mainStore .contactLink a:visited {
	text-decoration: none;
	color: #18B9B4;
	font-weight: bold;
}
#mainStore .contactLink a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
.left {
	float:left;
	margin:0 10px 0 0;
}
.right {
	float:right;
	margin:0 0 0 10px;
}
#footer {
	margin:10px auto;
	width:760px;
}
#footer:after {
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#footer p {
	border-top:2px solid #18B9B4;
	color:#555;
	font-size:10px;
	line-height:20px;
	padding:10px;
	text-align:center;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #555;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: none;
	color: #18B9B4;
}
.storeBig {
	padding: 10px;
	height: 200px;
	width: 180px;
	background-image: url(../images/store/big_bg.jpg);
	background-repeat: no-repeat;
}
.storeSmall {
	padding: 10px;
	height: 120px;
	width: 100px;
	background-image: url(../images/store/small_bg.jpg);
	background-repeat: no-repeat;
}
.storeIntroGreen {
	color: #555;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BCC922;
}
.storeIntroGreen h2 {
	color:#444;
	font-size:16px;
	font-weight:bold;
	line-height:30px;
	padding:0 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BCC922;
}
.storeIntroGreen a:link, .storeIntroGreen a:visited {
	color: #555;
	text-decoration: none;
}
.storeIntroGreen a:hover {
	color: #BCC922;
}
.storeIntroBlue {
	color: #555;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #7FA2C8;
}
.storeIntroBlue h2 {
	border-bottom:2px solid #7FA2C8;
	color:#444;
	font-size:16px;
	font-weight:bold;
	line-height:30px;
	padding:0 10px;
}
.storeIntroBlue a:link, .storeIntroBlue a:visited {
	color: #555;
	text-decoration: none;
}
.storeIntroBlue a:hover {
	color: #7FA2C8;
}
.storeIntroPurple {
	color: #555;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BC7DB6;
}
.storeIntroPurple h2 {
	border-bottom:2px solid #BC7DB6;
	color:#444;
	font-size:16px;
	font-weight:bold;
	line-height:30px;
	padding:0 10px;
}
.storeIntroPurple a:link, .storeIntroPurple a:visited {
	color: #555;
	text-decoration: none;
}
.storeIntroPurple a:hover {
	color: #BC7DB6;
}
.storeIntroOrange {
	color: #555;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F08511;
}
.storeIntroOrange h2 {
	border-bottom:2px solid #F08511;
	color:#444;
	font-size:16px;
	font-weight:bold;
	line-height:30px;
	padding:0 10px;
}
.storeIntroOrange a:link, .storeIntroOrange a:visited {
	color: #555;
	text-decoration: none;
}
.storeIntroOrange a:hover {
	color: #F08511;
}
.storeIntroPink {
	color: #555;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E8348D;
}
.storeIntroPink h2 {
	border-bottom:2px solid #E8348D;
	color:#444;
	font-size:16px;
	font-weight:bold;
	line-height:30px;
	padding:0 10px;
}
.storeIntroPink a:link, .storeIntroPink a:visited {
	color: #555;
	text-decoration: none;
}
.storeIntroPink a:hover {
	color: #E8348D;
}
#consultancy {
	text-align: center;
	width: 140px;
	float: right;
	background-color: #FFF;
	margin-top: 35px;
}
#consultancy img {
	margin-top: 2px;
	margin-bottom: 2px;
}
