@charset "UTF-8";
/* CSS Document */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}





* {
	margin:0;
	padding:0;
}
body {
	margin: 0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}
#wrapper {
	border-top: 5px solid #8dc145;
}
#container {
	width:900px;
	margin:0 auto;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
img {
	border:0;
}


/************ Header BEGIN **********************/

#header {
	height:197px;
	margin: 0 auto;
	display:block;
	width:900px;
	background-image: url(/images/bg/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	position:relative;
}

#header h1#xedo-logo a {
	width:398px;
	height:118px;
	display:block;
	background-image: url(/images/logos/xedo-logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent:-9999px;
	position:absolute;
	top:20px;
}

#header #top-nav {
	width:243px;
	height:26px;
	position:absolute;
	right:0px;
	top:0px;
	background-image: url(/images/bg/top_nav_bg.jpg);
}
#header #top-nav ul li {
	display:inline;
	text-indent:-9999px;
}
#header #top-nav ul li a {
	outline:none;
	height:26px;
	display:block;
	background-repeat: no-repeat;
	background-position: center top;
}
	#header #top-nav ul li.client-login a {
		width:120px;
		background-image: url(/images/btn/top-nav/client-login.jpg);
		float:left;
	}
	#header #top-nav ul li.contact-us a {
		width:115px;
		background-image: url(/images/btn/top-nav/contact-us.jpg);
		float:right;
	}
#header #top-nav ul li a:hover, #header #top-nav ul li a.current {
	outline:none;
	background-position:center bottom;
}

#header #nav {
	position:absolute;
	top:151px;
	left:25px;
}
#header #nav ul {
	padding:0;
	margin:0;
}
#header #nav ul li {
	display:inline;
}
#header #nav ul li a {
	outline:none;
	height:46px;
	display:block;
	background-repeat: no-repeat;
	background-position: center top;
	float:left;
	text-indent:-9999px;
}
#header #nav ul li a:hover, #header #nav ul li a.current {
	background-position: center bottom;
}
	#header #nav ul li.home a {
		background-image: url(/images/btn/nav/nav-home.jpg);	
		width:86px;
	}
	#header #nav ul li.about a {
		background-image: url(/images/btn/nav/nav-about.jpg);	
		width:130px;
	}
	#header #nav ul li.clients a {
		background-image: url(/images/btn/nav/nav-clients.jpg);	
		width:138px;
	}
	#header #nav ul li.wedding a {
		background-image: url(/images/btn/nav/nav-wedding.jpg);	
		width:120px;
	}
	#header #nav ul li.support a {
		background-image: url(/images/btn/nav/nav-support.jpg);	
		width:103px;
	}
	
	#header #nav ul li.formalwearrental a {
		background-image: url(/images/btn/nav/nav-formalwearrental.jpg);	
		width:220px;
	}
	
ul#subnav{
	display:block;
	width:790px;
	height:27px;
	background:#8DC145;
	margin-bottom:2px;
	list-style:none;
	padding-left:110px;
}

ul#subnav li{
	float:left;
	height:27px;
	text-align:center;
}

ul#subnav li a{
	float:left;
	height:17px;
	padding:5px 10px;
	color:#486123;
	text-transform:uppercase;
	font:13px Arial, Helvetica, sans-serif;
}

ul#subnav li a:hover, ul#subnav li a.current{	background-color:#A3DE50; }

/************ Accordion **********************/

.acc{
	width:343px;
	background:url(../images/acc-top.png);
	margin-bottom:10px;
}

.acc-inner{
	width:323px;
	padding:0 10px;
}

.acc-bottom{
	width:343px;
	background:url(/images/acc-bottom.png) no-repeat bottom;
	height:17px;
}

.acc h3{
	padding:5px 0 0 10px;
}

.acc p{
	font:12px Arial, Helvetica, sans-serif;
	color:#666666;
	margin-bottom:10px;
}

#content .acc a, #content .acc a:hover{
	border:0;
}





	
/************ Header END **********************/

#intro-home. #intro {
	clear:both;
	width:900px;
	height:258px;
	position:relative;
	overflow:visible;
}
#intro-home h2 {
	text-indent:-9999px;
}
#intro-home h3 {
	text-indent:-9999px;
}
#intro-home .learn-more a {	
	display:block;
	width:196px;
	height:36px;
	background-image: url(/images/btn/learn-more_home.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent:-9999px;
	position:absolute;
	top:168px;
	left:95px;
}
#intro-home .learn-more a:hover {
	background-position: center bottom;
}
#intro-home #home-cube {
	background-image: url(/images/bg/home_cube.png);	
	width:309px;
	height:303px;
	display:block;
	right:20px;
	top:27px;
	position:absolute;
}

#content {
	clear:both;
	overflow:hidden;
	height:100%;
	margin:20px;
}
#content #left_col {
	float:left;
	width:530px;
	color:#333;
}

#left_col-home{
	width:384px;
	float:left;
	color:#333;
}

div.content-about#content #left_col {
	float:left;
	width:510px;
	color:#333;
}

div.content-about2#content #right_col {
	padding:0;
}

#content #left_col h1 {
	font-size:160%;
	line-height:140%;
	padding:5px 0 10px 0;
	color:#333;
	font-weight:normal;
}
#content #left_col h2 {
	font-size:150%;
	line-height:140%;
	margin:5px 0 10px 0;
	color:#333;
	font-weight:normal;
}
#content #left_col h3 {
	font-size:130%;
	line-height:140%;
	padding:5px 0 10px 0;
	color:#333;
	font-weight:normal;
}
#content #left_col h4 {
	font-size:110%;
	line-height:140%;
	padding:5px 0 10px 0;
	color:#333;
	font-weight:normal;
}
#content #left_col h5 {
	font-size:100%;
	line-height:140%;
	padding:5px 0 10px 0;
	color:#333;
	font-weight:normal;
}
#content #left_col h6 {
	font-size:90%;
	line-height:140%;
	padding:5px 0 10px 0;
	color:#333;
	font-weight:normal;
}
#content #left_col p.intro {
	font-size:90%;
	line-height:150%;
	padding:5px 0 10px 0;
	color:#8dc145;
}

#content #left_col-home p.intro {
	font-size:90%;
	padding:5px 0 10px 0;
	color:#666666;
	line-height:120%;
}

#content #left_col p {
	font-size:80%;
	line-height:150%;
	padding:5px 0 10px 0;
	color:#666;
}
#content #left_col ul {
	font-size:80%;
	line-height:150%;
	padding:5px 0 10px 30px;
	color:#666;
}

#content #left_col .image_right {
	float: right;
	height: auto;
	width: auto;
	padding-left: 6px;	
	}

h2.hometitle{
	margin-bottom:15px;
}





	#content #left_col ul.clients {
		margin:0;
		padding:10px 0 0 15px;
		list-style:none;
	}
	#content #left_col ul.clients li {
		display:inline;
	}
	#content #left_col ul.clients li a {
		display:block;
		margin:0 15px 10px 0;
		border:0;
		border:2px solid #646464;
		width:100px;
		float:left;
	}
	#content #left_col ul.clients li a:hover {
		border:0;
		border:2px solid #8dc145;
	}
	
#content #left_col ul ul {
	font-size:100%;
	line-height:150%;
	padding:5px 0 10px 30px;
	color:#666;
}

#content #right_col {
	float:right;
	padding:50px 0 0 0;
}

#content div.small#right_col {
	padding:0;
}

#content #right_col .contact-details {
	padding:0px 10px 10px 10px;
}
#content #right_col .contact-details h4 {
	font-weight:normal;
	font-size:120%;
	line-height:140%;
	color:#8dc145;
}
#content #right_col .contact-details p {
	font-weight:normal;
	font-size:90%;
	line-height:140%;
	color:#666;
	padding:0 0 10px 0;
}
#content #right_col ul#product-links {
	list-style:none;
	margin:0px 0 0 0;
}
#content #right_col ul#product-links li {
	display:inline;
}
#content #right_col ul#product-links li a {	
	width:293px;
	height:53px;
	background-position:center top;
	background-repeat:no-repeat;
	display:block;
	text-indent:-9999px;
	margin:0 0 10px 0;
	border:0;
}
	#content #right_col ul#product-links li a:hover {
		background-position:center bottom;
		border:0;
	}	
#content #right_col ul#product-links li.xepos a {
	background-image: url(/images/btn/home/xepos.jpg);
}	
#content #right_col ul#product-links li.juno a {
	background-image: url(/images/btn/home/juno.jpg);
}	
#content #right_col ul#product-links li.netpos a {
	background-image: url(/images/btn/home/netpos.jpg);
}	
#content #right_col ul#product-links li.tracker a {
	background-image: url(/images/btn/home/tracker.jpg);
}
#content span.xepos {
	color:#00b5ee;
	text-transform:uppercase;
}
#content span.juno {
	color:#f68722;
	text-transform:uppercase;
}
#content span.netpos {
	color:#ac4399;
	text-transform:uppercase;
}
#content span.tracker {
	color:#ed2061;
	text-transform:uppercase;
}

#content a {
	outline:none;
	color:#333;
	border-bottom:1px dotted #333;
}

#content a:hover {
	outline:none;
	color:#8dc145;
	border-bottom:1px solid #8dc145;
}

ul#wheel{
	width:442px;
	height:503px;
	display:block;
	background:url(/images/wheel.png);
	position:relative;
	list-style:none;
}

ul#wheel li{
	display:block;
	width:94px;
	height:99px;
	position:absolute;
}



ul#wheel-sml{
	width:305px;
	height:345px;
	display:block;
	background:url(/images/wheel-small.png);
	position:relative;
	list-style:none;
}

ul#wheel-sml li{
	display:block;
	width:64px;
	height:69px;
	position:absolute;
}


ul#wheel-sml li.bridal		{ left:125px; top:0px;}
ul#wheel-sml li.diary		{ right:0px; top:69px;}
ul#wheel-sml li.crm			{ left:248px; top:205px;}
ul#wheel-sml li.stock		{ left:130px; top:280px;}
ul#wheel-sml li.payments	{ left:0px; top:215px;}
ul#wheel-sml li.report		{ left:0px; top:72px;}

ul#wheel-sml li.bridal a 	{ background:url(/images/icon-smallwheel-bridal.png) bottom;}
ul#wheel-sml li.diary a 	{ background:url(/images/icon-smallwheel-diary.png) bottom;}
ul#wheel-sml li.crm a 		{ background:url(/images/icon-smallwheel-crm.png) bottom;}
ul#wheel-sml li.stock a 	{ background:url(/images/icon-smallwheel-stock.png) bottom;}
ul#wheel-sml li.payments a 	{ background:url(/images/icon-smallwheel-payment.png) bottom;}
ul#wheel-sml li.report a 	{ background:url(/images/icon-smallwheel-report.png) bottom;}

ul#wheel li.bridal		{
	left:183px;
	top:-4px;
}
ul#wheel li.diary		{
	right:-4px;
	top:112px;
}
ul#wheel li.crm			{
	left:352px;
	top:317px;
}
ul#wheel li.stock		{
	left:182px;
	top:418px;
}
ul#wheel li.payments	{
	left:3px;
	top:314px;
}
ul#wheel li.report		{
	left:7px;
	top:116px;
}

ul#wheel li.bridal a 	{ background:url(/images/icon-wheel-bridal.png) bottom;}
ul#wheel li.diary a 	{ background:url(/images/icon-wheel-diary.png) bottom;}
ul#wheel li.crm a 		{ background:url(/images/icon-wheel-crm.png) bottom;}
ul#wheel li.stock a 	{ background:url(/images/icon-wheel-stock.png) bottom;}
ul#wheel li.payments a 	{ background:url(/images/icon-wheel-payments.png) bottom;}
ul#wheel li.report a 	{ background:url(/images/icon-wheel-report.png) bottom;}

ul#wheel-sml li a, ul#wheel li a{
	width:100%;
	height:100%;
	display:block;
	border:0;
	text-indent:-9999px;
}

ul#wheel-sml li a:hover, ul#wheel-sml li a.current, ul#wheel li a:hover, ul#wheel li a.current { background-position:top; border:none;}


#content div.screenshots, a#screens1{
	width:258px;
	height:248px;
	background:url(../images/btn-viewscreens.jpg);
	display:block;
	text-indent:-9999px;
	border:0;
}

#content div.screenshots, a:hover#screens1{border:0;}

div.screenshots{
	margin-left:25px;
}


/************ Wedding Module Styles **********************/


.module-content{
	
}

#content #left_col .module-content p{
	color:#999999;
	font-size:14px;
	padding:0 0 10px 0;
	margin:0;
}

#content #left_col .module-content h3{
	color:#333333;
	font-size:19px;
	font-weight:bold;
	margin:0 0 5px 0; 
	padding:0;
	text-transform:uppercase;
}

#content #left_col .module-content h4{
	color:#666666;
	font-size:17px;
	font-weight:bold;
	margin:0 0 5px 0; 
	padding:0;
	text-transform:capitalize;
}

.wedding #content				{margin-left:0;}
.wedding #content #left_col 	{width:550px;}
.wedding #content #left_col h2	{margin-left:20px;}

#module{width:550px;}
.module-top, .module-bottom{width:100%; height:42px;}
.module-content{
	width:500px;
	background-repeat:repeat-y;
	padding:0 25px;
}

div.bridal .module-top 			{ background-image:url(/images/modules/module-orange-top.png);}
div.bridal .module-content 		{ background-image:url(/images/modules/module-orange-middle.png);}
div.bridal .module-bottom 		{ background-image:url(/images/modules/module-orange-bottom.png);}

div.diary .module-top 			{ background-image:url(/images/modules/module-blue-top.png);}
div.diary .module-content 		{ background-image:url(/images/modules/module-blue-middle.png);}
div.diary .module-bottom 		{ background-image:url(/images/modules/module-blue-bottom.png);}

div.stock .module-top 			{ background-image:url(/images/modules/module-green-top.png);}
div.stock .module-content 		{ background-image:url(/images/modules/module-green-middle.png);}
div.stock .module-bottom 		{ background-image:url(/images/modules/module-green-bottom.png);}

div.payments .module-top 		{ background-image:url(/images/modules/module-grey-top.png);}
div.payments .module-content 	{ background-image:url(/images/modules/module-grey-middle.png);}
div.payments .module-bottom 	{ background-image:url(/images/modules/module-grey-bottom.png);}

div.report .module-top 			{ background-image:url(/images/modules/module-purp-top.png);}
div.report .module-content 		{ background-image:url(/images/modules/module-purp-middle.png);}
div.report .module-bottom 		{ background-image:url(/images/modules/module-purp-bottom.png);}

div.crm .module-top 			{ background-image:url(/images/modules/module-red-top.png);}
div.crm .module-content 		{ background-image:url(/images/modules/module-red-middle.png);}
div.crm .module-bottom 			{ background-image:url(/images/modules/module-red-bottom.png);}


/************ Footer END **********************/

#footer {
	clear:both;
	width:860px;
	margin:20px auto 0 auto;
	padding:20px 20px 20px 20px;
	height:100%;
	overflow:hidden;
	border-top:1px solid #ccc;
	position:relative;
}
#footer p {
	font-size:70%;
	text-align:center;
	padding:10px 0 30px 0;
	color:#ccc;
}
#footer p a {
	margin:0 10px 0 12px;
	color:#999999;
	border-bottom:1px dotted #999999;
}
#footer p a:hover {
	border-bottom:1px solid #666;
	color:#666;
}
#footer p.copyright {
	text-align:left;
	width:300px;
	float:left;
	color:#999;
}
#footer .built-by a {
	background-image: url(/images/btn/built-by-grp.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width:156px;
	height:45px;
	position:absolute;
	right:20px;
	top:68px;
	display:block;
	text-indent:-9999px;
}

/************ Footer END **********************/
#content #left_col p.warning
{
    color:#ff0000;    
}

/************ pdf button on homepage **********************/

#content .pdf_button a, #content .pdf_button a:link, #content .pdf_button a:hover, #content .pdf_button a:visited{
	width:224px;
	height:44px;
	display:block;
	text-decoration: none;
	background-image: url(/images/homepage/pdf_button.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border:0px;
}
