@charset "UTF-8";
body  {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/pagbckgrnd.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10px 50px 0px 50px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

h1 {
	font-size:1.4em; color:#06c;
}

h2 {
font-size:1.2em;
}

h3 {
font-size:1em;
}

img {border:0;}

.twoColFixRtHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding:0px;
	margin:0px;
}


.twoColFixRtHdr #mainContent { 
	margin: 0 222px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 



.twoColFixRtHdr #footer { 
	padding:0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}



/* rounded box code */

/* set millions of background images */
.rbroundbox { background: url(../images/homeboxbckgrnd.jpg) repeat; }
.rbtop div { background: url(../images/tl.gif) no-repeat top left; }
.rbtop { background: url(../images/tr.gif) no-repeat top right; }
.rbbot div { background: url(../images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(../images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
height: 10px;
font-size: 1px;
}
.rbcontent { margin: 0; padding:0; height:293px; color:white;}
.rbroundbox { width: 650px; margin: 0; }

p#homeboxcontent {padding:0px 10px 0 10px; margin:0px 0px 0px 0px;}
p#homeboxcontent img {padding:0px; margin:0px;}


/* news box */
.news { background:white; border:1px solid #999999; margin:5px; padding:3px; font:8pt; width:885px; }
#newshead a {color:#666666; text-decoration:none}
#newshead a:hover {color:#006699; text-decoration:underline;}

/* grey box */

.greybox { background: url(../images/greybox.jpg) repeat; border:1px solid #CCCCCC; margin:0px 0px 10px 0px; padding:7px 5px 5px 10px;}

.greybox h2 {margin:0 0 8px 0; font-size:1em;}
.greybox h3 {padding:0;margin:4px 0 2px 0; font-size:.9em;}
.greybox p {padding:0;margin:0 0 2px 0;}

/* Styles for footer boxes */
#footerleft {
	width:285px;
	background: url(../images/home_footer_left.jpg) top right no-repeat;
	height:170px;
	border-width:1px 0px 1px 1px;
}

#footercenter {
	position:relative;
	left:300px;
	width:285px;
	top:-194px;
	height:170px;
	border-width:1px 0px 1px 0px;
	background: url(../images/home_footer_centre.jpg) top right no-repeat;
}



#footerright {
	position:relative;
	left:600px;
	top: -421px;
	width:285px;
	height:170px;
	background: url(../images/home_footer_right.jpg) top right no-repeat;
	border-width:1px 1px 1px 0px;
	}
	
#footertext {
	position:relative;
	left:10px;
	top: -422px;
		}
		
/* Styles for standard pages ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;*/

#logo { margin-bottom:6px;}


.rbroundbox#standard {
	width:900px;
	
		}
		
#standard .rbcontent { margin: 0; padding:0; height:134px;  background: url(../images/aboutcc_background.jpg) no-repeat;}

.rbcontent#acquirer { background: url(../images/acquirers_background.jpg) no-repeat;}
.rbcontent#partners { background: url(../images/partners_background.jpg) no-repeat;}
.rbcontent#retailers { background: url(../images/retailers_background.jpg) no-repeat;}
.rbcontent#contact { background: url(../images/contactus_background.jpg) no-repeat;}


p#stndboxcontent {padding:10px 10px 10px 330px; margin:0px 0px 0px 0px;}
h2#stndboxhdr {padding:10px 10px 10px 330px; margin:0px; font-size:1.1em;}

.stndcontainer {
	background:white; padding:10px; margin-top:10px; border:1px solid #ccc;
}

.sidebarstnd {
	float: left; /* since this element is floated, a width must be given */
	width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding:0px;
	margin:0px;
}

.twoColFixRtHdr #mainContentstnd { 
	margin: 0 0 0 262px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 



#subnav {
	position:relative;
	width: 210px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 2em;
}

#subnav ul { margin:0; padding:1em 1px 30px; }
#subnav ul li {
	display:block;
	height: 36px;
	width: 207px;
	margin-top: -2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(http://www.dimdim.com/images/subnav_bgitem.png);
	background-repeat: no-repeat;
	background-position: 0 100%;
}
#subnav ul li a {
	display:block;
	color:#555;
	text-decoration:none;
	position:relative;
	margin-bottom:0px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	height: 30px;
	font-family: Arial;
	font-size: 1.2em;
	line-height: 1.2em;
}
#subnav ul li a:hover {
	text-decoration: none;
	color: #436AB8;
}

#subnav ul li.active { background:none; }
#subnav ul li.active a {
	font-weight:bold;
	background-repeat: no-repeat;
	text-decoration: none;
	background-image: url(http://www.dimdim.com/images/subnav_bgitem_act.png);
	font-family: "Lucida Sans", Arial, Verdana;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #333;
}

* html #subnav ul li.active a
{
	background-image:none;
	background-color: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.dimdim.com/images/subnav_bgitem_act.png', sizingMethod='crop');
}

/* Miscellaneous content styles ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;*/

.emphasis {
font-style:italic; font-weight:bold;
}

.layouttable{
border:0; vertical-align:top;
}

.layouttable td{
padding-bottom:20px;
}
.layouttable img {
margin-right:30px;
}

.layouttable caption {
margin-bottom:6px; text-align:left;
}

.figure {
font-weight:bold; color:#006699; text-align:center;
}

.figure img {
margin:10px 0 10px 0;
}

.colouredbox {
	background-color:#6699CC; color:white; border:1px solid #6699CC; padding:4px; margin:15px;
}

div#milestones ul {
	text-align: left;
	list-style: none;
	margin-top: 20px;
	border-bottom: 1px dotted #E5E5E5;
	padding-bottom: 10px;
}

div#milestones ul li{
	padding: 0px 3px 12px; 3px;
	display: block;
	margin-left:-44px;
	color: black;
	text-decoration: none;
}

div#milestones ul a {
	text-decoration:none;
	color:black;
}

div#milestones ul a:hover, div#milestones ul a:focus, div#milestones ul a:active{
	text-decoration:underline;
	color:blue;
}

#retail {
	background: white;
}