@import url("gui.template.css");
/************************************************************************/
/* ProMantix eMerchant Rev. 2.0.0 Alpha  - gui.default.css              */
/* ===========                                                          */
/*                                                                      */
/* Copyright (c) 2004 by the Module Online Developers                   */
/* For more information visit: http://www.promantix.com                 */
/*                                                                      */
/* This program is licenced software. You cannnot redistribute and/or   */
/* modify this code, unless given the authors written permission.       */
/* Please enquire at ProMantix for Licencing Terms and Conditions       */
/************************************************************************/
/* Author : Steven Spiers - Team: ProMantix.com                         */
/************************************************************************/
* {
	padding: 0;
	margin: 0;
}

body {
	font-family: "Century Gothic", "Trebuchet MS", "MS Sans Serif", sans-serif, "lucida grande", Verdana, Arial, Trebuchet MS, Lucida Sans Unicode;	
	color: #333;
	background: #000;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

#pageContainer {
	margin:auto auto;
	width: 960px;
	max-width: 960px;
	min-height: 450px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #222 url("http://www.degreesouth.com/v3/assets/osouth/images/osouth-back.png") no-repeat right bottom !important;}

/* header items */
#pageHeader {
	background: #000000;
	width: 960px;
	height: 120px;
	top: 0;
	margin: 0 auto;
	border-bottom: #aa0000 solid 2px;
}
.headLogo{
	background: transparent url("http://www.degreesouth.com/v3/assets/osouth/images/osouth-logo.gif") left center no-repeat;
	float: left;
	height: 80px;
	width: 300px;
	margin-top: 5px;
	margin-left: 8px;
}
.headLocal{
	background: #d8dfea url('') left center no-repeat;
	float: right;
	margin-top: 5px;
	margin-right: 8px;
	padding: 3px;
}

.menuTitle {
	position: relative;
	top: 90px;
	float: right;
	margin: auto 0;!important;
}
.menuTitle ul {
	margin: 0 auto 0 auto;!important;
	text-align:center;
	line-height: 28px;
	padding: 0px 1px;
}
.menuTitle ul li {
	margin: 0px;
	background: url('') left center no-repeat;
	display: inline;
	font-size: 12px;
	padding: 7px 0px 7px 0px;
	line-height: 28px;
}
.menuTitle ul li a {
	padding: 7px 5px 7px 5px;
	text-decoration:none;
	color: #aa0000;
	line-height: 15px;
}
.menuTitle ul li:hover {
	margin-left: 0px;
	background: #222 url('') top left repeat-x; 
}
.menuTitle a:hover {
	color: #aa0000;
}

#pageTabs {
	position:relative;
	width: 100%;
	top: 9px;
	font-size:12px;
}
#pageTabs ul {
  float:right;
  margin:0;
  padding-right: 1px;
  }
#pageTabs li {
  display:inline;
  margin:0;
  padding:0;
  }
#pageTabs a {
  float:left;
  background : transparent url("http://www.degreesouth.com/v3/assets/system/images/tabs/tableftK.gif") no-repeat left top;
  padding:0 0 0 5px;
  text-decoration:none;
  }
#pageTabs a span {
  display:block;
  background : transparent url("http://www.degreesouth.com/v3/assets/system/images/tabs/tabrightK.gif") no-repeat right top;
  padding: 7px 9px 7px 3px;
  color:#3333cc;
  }

#pageTabs a:hover span {
  color:#FFF;
  }
#pageTabs a:hover {
  background-position:0% -42px;
  }
#pageTabs a:hover span {
  background-position:100% -42px;
  }

/*footer items*/
#pageDisplayEnd {
	clear:both;
	width: 100%;
}
#pageFooter {
	margin: 0 auto;
	border-top: #000 solid 2px;
	width: 960px;
	max-width: 960px;
	background: #000 url('') no-repeat left top !important;
	border-top: #aa0000 solid 2px;
}
.footer { 
	font-size:7pt; 
	font-style:normal; 
	text-align:center;
	margin-top:0px; 
	margin-bottom:5px; 
	margin-left:5px; 
	margin-right:10px;
	color: #333;
}
a:link.footMenu { color: #333; background-color: transparent; text-decoration:none; }
a:visited.footMenu { color: #333; background-color: transparent; text-decoration:none; }
a:active.footMenu { color: #ff3300; background-color: transparent; text-decoration: none; }
a:hover.footMenu { color: #ff3300; background-color: transparent; text-decoration: underline; }

/* error items */
#basicError {
	position: absolute;
	top: 150px;
	left:50%;	
	width: 948px;
	background: #ffebe8;
	padding: 5px;
    margin-left: -485px;
	border: 6px solid #dd3c10;
}
.basicErrorLabel { 
	font-weight: bold; 
	font-size: 9pt; 
	color: #111; 
	text-align: right;
}
.basicErrorData { 
	font-weight: normal; 
	font-size: 9pt; 
	color: #111; 
	text-align: left;
}
#basicWarning {
	position:relative;
	top: 10%;
	left:50%;	
	width: 948px;
	background: #fff9d7;
	padding: 5px;
    margin-left: -485px;
	border: 6px solid #e2c822;
}
.basicWarningLabel { 
	font-weight: bold; 
	font-size: 9pt; 
	color: #111; 
	text-align: right;
}
.basicWarningData { 
	font-weight: normal; 
	font-size: 9pt; 
	color: #111; 
	text-align: left;
}
#basicMessage {
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	color:#BB0000;
	margin: 5px;
}

/* pages items */
#pagesDisplay {
	width: 730px;
	max-width: 732px;
	margin: 3px;
	float: right;
}

.boxMainHead {
	background:#111;
	}
	
.boxMainBack {
	background:#ead8d8; 
	}

.title {
	font-size:12pt;
	font-weight:bold;
	text-align:left;
	margin-left:5px;
	margin-top:4px;
	margin-bottom:8px;
	color: #990000;
}
.titleright {
	font-size:12pt;
	font-weight:bold;
	text-align:right;
	margin-left:5px;
	margin-top:4px;
	margin-bottom:8px;
	color: #990000;
}
.subtitle {
	font-size:10pt;
	font-weight:bold;
	text-align:left;
	margin-bottom:2px;
	margin-left:5px;
	margin-right:9px;
	color:#880000;
}

.field { 
	font-size:9pt;
	font-weight:normal;
	text-align:left;
	margin-left:2px;
	color: #333;
}
.fieldlabel{
	font-size:9pt;
	font-weight:bold;
	text-align:right;
	margin-bottom:2px;
	margin-left:5px;
	margin-right:9px;
	color:#444;
}
a:link.fieldlink { color: #660000; font-size: 8pt; font-weight:normal; text-decoration: none; }
a:visited.fieldlink { color: #660000; font-size: 8pt; font-weight:normal; text-decoration: none;}
a:active.fieldlink { color: #660000; font-size: 8pt; font-weight:normal; text-decoration: none;}
a:hover.fieldlink { color: black; font-size: 8pt; font-weight:normal; text-decoration: underline;}

.data { 
	font-size:9pt;
	font-weight:normal;
	margin-left:10px;
	margin-top:2px;
	color: #555;
}
.label{
	font-size:9pt;
	font-weight:bold;
	text-align:left;
	margin-bottom:2px;
	margin-left:5px;
	margin-right:9px;
	color:#444;
}
.small { 
	font-size:7pt; 
	font-style:normal; 
	margin-bottom:5px; 
	margin-left:5px; 
	margin-right:5px;
	color: #444;
	}

.smallright { 
	text-align: right;
	font-size:7pt; 
	font-style:normal; 
	margin-bottom:5px; 
	margin-left:5px; 
	margin-right:5px;
	color: #444;
	}

.smallcenter { 
	text-align: center;
	font-size:7pt; 
	font-style:normal; 
	margin-bottom:5px; 
	margin-left:5px; 
	margin-right:5px;
	color: #444;
	}


.message {
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	color:#dd3c10;
	margin: 5px;
}

/* pages menu box */
#pagesMenu {
	left:0px;
	padding-bottom: 5px;
	min-height: 20px;
	background: #222; 
	color: #333;
	width: 210px;
	text-align: left;
	margin: 3px;
	font-size:11px;
	float: left;
	position : relative;
}
a:link.pagesMenuMain { color: #555; font-size: 8pt; font-weight:normal; text-decoration: none; }
a:visited.pagesMenuMain { color: #555; font-size: 8pt; font-weight:normal; text-decoration: none;}
a:active.pagesMenuMain { color: #660000; font-size: 8pt; font-weight:normal; text-decoration: none;}
a:hover.pagesMenuMain { color: #660000; font-size: 8pt; font-weight:normal; text-decoration: underline;}

a:link.pagesMenuSub { color: #555; font-size: 8pt; font-weight:normal; text-decoration: none; }
a:visited.pagesMenuSub { color: #555; font-size: 8pt; font-weight:normal; text-decoration: none;}
a:active.pagesMenuSub { color: #660000; font-size: 8pt; font-weight:normal; text-decoration: none;}
a:hover.pagesMenuSub { color: #660000; font-size: 8pt; font-weight:normal; text-decoration: underline;}

#pagesMenuTitle {
	font-size:16px;
	font-weight:bold;
	color: #990000;
	text-align:left;
	margin-top:4px;
	margin-bottom:4px;
	margin-left:8px;
}

#pagesMenuHead {
  	background : #222 url("") no-repeat;
	width: 210px;
	margin-left: 0px;
	vertical-align: top;
	text-align: left;
	font-size:12pt;
	float: left;
}

.pagesMenuBL, .pagesMenuBR {
	position : absolute;
	width : 19px;
	height : 19px;
	display : block;
	margin-bottom : -1px;  /* this is for IE */
}
.pagesMenuTR {
	position : absolute;
	background : transparent url("") no-repeat;
	width : 9px;
	height : 9px;
	margin-right : -1px;  /* this is for IE */
	right : 0;
	top : 0;
}
.pagesMenuBL {
  background : transparent url("") no-repeat;
  bottom : 0;
  left : 0;
}
.pagesMenuBR {
  background : transparent url("") no-repeat;
  right : 0;
  bottom : 0;
}

#cellHalf {
	position: relative;
	width: 45%;
	float: left;
}

#cellThird {
	position: relative;
	width: 30%;
	float: left;
}

#articleDisplay {
	width: 730px;
	max-width: 730px;
	vertical-align: top;
	float: right;
	margin: 3px;
}

#galleryDisplay {
	width: 730px;
	max-width: 730px;
	vertical-align: top;
	float: right;
	margin: 3px;
}
#galleryContent {
	position:relative;
	width: 600px;
	height: 640px;
	margin: 3px;
	left: 50%;
    margin-left: -300px;	
}

#imageThumb{
	position: relative;
	border:black 1px thin;
	width: 25%;
	height: 220px;
	float: left;
}


#retailDisplay {
	width: 730px;
	max-width: 730px;
	vertical-align: top;
	float: right;
	margin: 3px;
}

#courseDisplay {
	width: 730px;
	max-width: 730px;
	vertical-align: top;
	float: right;
	margin: 3px;
}

#timelineDisplay {
	width: 730px;
	max-width: 730px;
	vertical-align: top;
	float: right;
	margin: 3px;
}

#googleDisplay {
	width: 730px;
	max-width: 730px;
	vertical-align: top;
	float: right;
	margin: 3px;
	border:: thick black 2px;
}
#googleMap {
	background: transparent;
	margin: 0 auto;
	width: 640px;
	max-height: 480px;
}




