@charset "utf-8";
/* Discount Web Design : Home page */

/* Base */
a:focus {outline: none;}
body,td,th {
	color: #333;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Tahoma;
	font-size: 11px;
}

/* DEFAULT LINK */
a, a:link, a:visited  {
	font-family: Arial;
	color: #FB641A;
	font-size: 12px;
	font-weight: normal;
	text-decoration:none;
	}
a:hover 
	{
	text-decoration: underline;
	}
	
/* BODY */
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}

/* FORM */
form {
	margin: 0px;
	}

/* IMAGE */
img	{
	border:0px;
	}

/* P TAG*/ 
p {
	margin:0px;
	}
	
/* H TAGS */						
h1	{
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
	color: #FB5E10;
	text-decoration: none;
	margin-top: 0px;
	}
		
h2	{
	font-family: Arial;
	font-size: 16px;
	font-weight:bold;
	color: #333333;
	text-decoration: none;
	margin-top:0px;
	}

#container {
	background: url(../images/website/bg/bg.jpg) repeat-x top left #FFF;
	width: 100%;
	float: left;
	visibility: visible;
	position:relative;
	z-index:100;
}

.center {
	width: 936px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	visibility: visible;
}

.header {
	float: left;
	width: 936px;
	height:147px;
	overflow: visible;
}

.footer {
	background: url(../images/website/footer/bg.png) repeat-x top left #FFF;
	width: 100%;
	height:94px;
	overflow: visible;
}

/* HEADER FOR LOGO AND TELEPHONE No. */		
#logo {
	width:230px;
	height:114px;
	float:left;
	font-family: Arial;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	}	

#infotech {
	width:217px;
	height:114px;
	float:left;
	}	


#details {
	width:470px;
	height:114px;
	float:right;
	text-align: right;
	}	

.help {
	width:398px;
	font-family: Arial;
	color: #333333;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	float:right;
	}

.number {
	width:398px;
	font-family: Arial;
	color: #333333;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	float:right;
	}

.solutions {
	width:398px;
	font-family: Arial;
	color: #999999;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	float:right;
	}


	
/* Navigation */
#navigation {
	width: 100%;
	display: block;
	height: 33px;
	background: url(../images/website/navigation/bg.jpg) repeat-x top left;
	overflow: visible;
	float:left;
}

#navigation a {
	font-size: 11px;
	text-decoration: none;
	color: #FFF;
	font-family: Verdana;
	font-weight: bold;
	line-height: 33px;
	width: auto;
	text-align:center;
	height: 33px;
	padding-right: 11px;
	padding-left: 10px;
	float: left;
}

#navigation .left {
	width:7px;
	height:33px;
	background-image:url('../images/website/navigation/left.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	float:left;
	}	

#navigation .icon {
	padding-left: 30px;
	height:33px;
	background-image:url('../images/website/navigation/home.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	float:left;
	}

#navigation .right {
	width:7px;
	height:33px;
	background-image:url('../images/website/navigation/right.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	float:right;
	}
	
#navigation .separator {
	float: left;
	height: 33px;
	width: 25px;
	background-image: url(../images/website/navigation/separator.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#navigation a:hover {
	color: #FF8106;
	text-decoration:none;
}
#navigation a.active {
	color: #FFF;
}

/* CLEAR */
.floatstop {
	clear:both;
	} 

/* SPACER */
.spacer {
	width:936px;
	height: 19px;
	}

/* LEFT COLUMN */
.leftcolumn {
	float: left;
	width: 223px;
	overflow: visible;
}

/* PORTFOLIO */
#portfolio {
	width: 205px;
	display: block;
	height: 42px;
	background-image:url('../images/website/left.column/portfolio.png');
	background-repeat: no-repeat;
	background-position: top right;
	overflow: visible;
	float:right;
}
#portfolio a {
	width:205px;
	font-size: 16px;
	text-decoration: none;
	color: #FFF;
	font-family: Tahoma;
	font-weight: bold;
	line-height: 42px;
	width: auto;
	text-align:center;
	height: 42px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}

#portfolio a:hover {
	text-decoration:none;
}
#portfolio a.active {
	color: #FFF;
}

/* QUOTE */
#quote {
	width: 205px;
	display: block;
	height: 42px;
	background-image:url('../images/website/left.column/quote.png');
	background-repeat: no-repeat;
	background-position: top right;
	overflow: visible;
	float:right;
}
#quote a {
	width:205px;
	font-size: 16px;
	text-decoration: none;
	color: #FFF;
	font-family: Tahoma;
	font-weight: bold;
	line-height: 42px;
	width: auto;
	text-align:center;
	height: 42px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}

#quote a:hover {
	text-decoration:none;
}
#quote a.active {
	color: #FFF;
}
/* LEFT SPACER */
.spacerleft {
	padding: 0px;
	margin: 0px;
	width: 223px;
	height:20px;
	float:right;
	}

/* LEFT BOX */
#leftbox {
	width: 205px;
	display: block;
	overflow: visible;
	float:right;
}

#leftbox .top {
	width:205px;
	height:43px;
	background-image:url('../images/website/left.column/box/top.png');
	background-repeat: no-repeat;
	background-position: top right;
	line-height: 42px;
	}	

#leftbox .title {
	font-family: Tahoma;
	color: #545454;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
	}

#leftbox .middle {
	width:205px;
	background-image:url('../images/website/left.column/box/bg.png');
	background-repeat: repeat-y;
	background-position: top right;
	text-align:center;
	}	

.leftcontent {
	text-align:left;
	width:185px;
	padding: 0px 10px 0px 10px;
	}	

#leftbox .bottom {
	width:205px;
	height:9px;
	background-image:url('../images/website/left.column/box/bottom.png');
	background-repeat: no-repeat;
	background-position: top right;
	}

#leftbox01 {
	width: 205px;
	display: block;
	overflow: visible;
	float:right;
}

#leftbox01 .top {
	width:205px;
	height:43px;
	background-image:url('../images/website/left.column/box/top.png');
	background-repeat: no-repeat;
	background-position: top right;
	line-height: 42px;
	}	

#leftbox01 .title {
	font-family: Tahoma;
	color: #545454;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
	}

#leftbox01 .middle {
	width:205px;
	background-image:url('../images/website/left.column/box/bg.png');
	background-repeat: repeat-y;
	background-position: top right;
	text-align:center;
	}	

#leftbox01 .bottom {
	width:205px;
	height:9px;
	background-image:url('../images/website/left.column/box/bottom.png');
	background-repeat: no-repeat;
	background-position: top right;
	}
	
#leftbox02 {
	width: 205px;
	display: block;
	overflow: visible;
	float:right;
}

#leftbox02 .top {
	width:205px;
	height:43px;
	background-image:url('../images/website/left.column/box/top.png');
	background-repeat: no-repeat;
	background-position: top right;
	line-height: 42px;
	}	

#leftbox02 .title {
	font-family: Tahoma;
	color: #545454;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
	}

#leftbox02 .middle {
	width:205px;
	background-image:url('../images/website/left.column/box/bg.png');
	background-repeat: repeat-y;
	background-position: top right;
	text-align:center;
	}	

#leftbox02 .bottom {
	width:205px;
	height:9px;
	background-image:url('../images/website/left.column/box/bottom.png');
	background-repeat: no-repeat;
	background-position: top right;
	}
	
#leftbox03 {
	width: 205px;
	display: block;
	overflow: visible;
	float:right;
}

#leftbox03 .top {
	width:205px;
	height:43px;
	background-image:url('../images/website/left.column/box/top.png');
	background-repeat: no-repeat;
	background-position: top right;
	line-height: 42px;
	}	

#leftbox03 .title {
	font-family: Tahoma;
	color: #545454;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
	}

#leftbox03 .middle {
	width:205px;
	background-image:url('../images/website/left.column/box/bg.png');
	background-repeat: repeat-y;
	background-position: top right;
	text-align:center;
	}	

#leftbox03 .bottom {
	width:205px;
	height:9px;
	background-image:url('../images/website/left.column/box/bottom.png');
	background-repeat: no-repeat;
	background-position: top right;
	}
	
#leftbox04 {
	width: 205px;
	display: block;
	overflow: visible;
	float:right;
}

#leftbox04 .top {
	width:205px;
	height:43px;
	background-image:url('../images/website/left.column/box/top.png');
	background-repeat: no-repeat;
	background-position: top right;
	line-height: 42px;
	}	

#leftbox04 .title {
	font-family: Tahoma;
	color: #545454;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
	}

#leftbox04 .middle {
	width:205px;
	background-image:url('../images/website/left.column/box/bg.png');
	background-repeat: repeat-y;
	background-position: top right;
	text-align:center;
	}	

#leftbox04 .bottom {
	width:205px;
	height:9px;
	background-image:url('../images/website/left.column/box/bottom.png');
	background-repeat: no-repeat;
	background-position: top right;
	}
	
#leftbox05 {
	width: 205px;
	display: block;
	overflow: visible;
	float:right;
}

#leftbox05 .top {
	width:205px;
	height:43px;
	background-image:url('../images/website/left.column/box/top.png');
	background-repeat: no-repeat;
	background-position: top right;
	line-height: 42px;
	}	

#leftbox05 .title {
	font-family: Tahoma;
	color: #545454;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
	}

#leftbox05 .middle {
	width:205px;
	background-image:url('../images/website/left.column/box/bg.png');
	background-repeat: repeat-y;
	background-position: top right;
	text-align:center;
	}	

#leftbox05 .bottom {
	width:205px;
	height:9px;
	background-image:url('../images/website/left.column/box/bottom.png');
	background-repeat: no-repeat;
	background-position: top right;
	}

/* FORM BOX */
.formtop {
	width:205px;
	height:72px;
	background-image:url('../images/website/left.column/form/top.png');
	background-repeat: no-repeat;
	background-position: top right;
	line-height: 13px;
	}	

.formtitle {
	text-align:left;
	width:185px;
	padding: 8px 10px 5px 10px;
	font-family: Tahoma;
	color: #545454;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align:left;
	}	

.formcontent {
	text-align:left;
	width:195px;
	padding: 10px 5px 10px 5px;
	}	
	
.inputbox {
	font-family: Tahoma;
	color: #333333;
	font-size: 11px;
	width: 190px;
	height: 25px;
	background-image: url(../images/website/left.column/form/inputfield.png);
	background-repeat: no-repeat;
	background-position: top left;
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	padding-top:6px;
	padding-left:7px;
}

.commentbox {
	font-family: Tahoma;
	color: #333333;
	font-size: 11px;
	width: 190px;
	height: 86px;
	background-image: url(../images/website/left.column/form/comment.png);
	background-repeat: no-repeat;
	background-position: top left;
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	padding-top:6px;
	padding-left:7px;
}

.captchabox {
	font-family: Tahoma;
	color: #333333;
	font-size: 11px;
	width: 99px;
	height: 25px;
	background-image: url(../images/website/left.column/form/captchafield.png);
	background-repeat: no-repeat;
	background-position: top left;
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	padding-top:6px;
	padding-left:7px;
}
	
/* WEB DESIGN BUTTON */
#webdesignbutton {
	width: 205px;
	display: block;
	height: 42px;
	background-image:url('../images/website/left.column/webdesign.png');
	background-repeat: no-repeat;
	background-position: top right;
	overflow: visible;
	float:right;
}
#webdesignbutton a {
	width:205px;
	font-size: 13px;
	text-decoration: none;
	color: #545454;
	font-family: Tahoma;
	font-weight: bold;
	line-height: 42px;
	width: auto;
	text-align:center;
	height: 43px;
	padding-right: 10px;
	padding-left: 23px;
	float: left;
}

#webdesignbutton a:hover {
	text-decoration:none;
}
#webdesignbutton a.active {
	color: #545454;
}

#webdesignbutton01 {
	width: 205px;
	display: block;
	height: 42px;
	background-image:url('../images/website/left.column/webdesign.png');
	background-repeat: no-repeat;
	background-position: top right;
	overflow: visible;
	float:right;
}
#webdesignbutton01 a {
	width:205px;
	font-size: 13px;
	text-decoration: none;
	color: #545454;
	font-family: Tahoma;
	font-weight: bold;
	line-height: 42px;
	width: auto;
	text-align:center;
	height: 43px;
	padding-right: 10px;
	padding-left: 23px;
	float: left;
}

#webdesignbutton01 a:hover {
	text-decoration:none;
}
#webdesignbutton01 a.active {
	color: #545454;
}

/* RIGHT COLUMN */
.rightcolumn {
	float: right;
	width: 703px;
	overflow: visible;
	}
	
/* NEW */
#new {	
	padding: 0px;
	margin: 0px;
	width:682px;
	height:247px;
	/*background-image:url('../images/website/right.column/flash/box.png');*/
	background-repeat: no-repeat;
	background-position:   left top;
	float:left;
	}

#new .top {
	padding: 0px;
	margin: 0px;
	width:682px;
	height:35px;
	}

#new .left {
	padding: 0px;
	margin: 0px;
	width:31px;
	height:212px;
	float:left;
	}

/* FLASH BOX */		
#flash {
	padding: 0px;
	margin: 0px;
	/*width:270px;*/
	/*height:181px;*/
	width:682px;
	height:247px;
	text-align: left;
	float:left;
	}
	
.flashcontent {
	padding: 0px;
	margin: 0px;
	width:368px;
	height:212px;
	text-align: left;
	float:left;
	}
	
#flashbutton {
	width: 131px;
	display: block;
	height: 29px;
	background-image:url('../images/website/right.column/flash/button.png');
	background-repeat: no-repeat;
	background-position: top left;
	overflow: visible;
	float:left;
}
#flashbutton a {
	width:131px;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	font-family: Arial;
	font-weight: bold;
	line-height: 29px;
	width: auto;
	text-align:center;
	height: 29px;
	padding-left: 25px;
	float: left;
}

#flashbutton a:hover {
	text-decoration:none;
}
#flashbutton a.active {
	color: #000;
}
	
/* RIGHT SPACER */
.spacerright {
	padding: 0px;
	margin: 0px;
	width: 682px;
	height:20px;
	float:left;
	}
	
/* BESPOKE */
#bespoke {
	padding: 0px;
	margin: 0px;
	width:682px;
	height:271px;
	text-align: left;
	float:left;
	}

#bespoke .top {
	padding: 0px;
	margin: 0px;
	width:682px;
	height:43px;
	text-align: left;
	background-image:url('../images/website/right.column/bespoke/top.png');
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
	}

.bespoketitle {
	padding: 10px;
	float:left;
	font-family: Arial;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	}

#bespoke .middle {
	padding: 0px;
	margin: 0px;
	width:682px;
	height:221px;
	text-align: left;
	background-image:url('../images/website/right.column/bespoke/bg.png');
	background-repeat: repeat-y;
	background-position: left top;
	float:left;
	}

.bespokeimage {
	padding: 0px;
	margin: 0px;
	width:175px;
	height:150px;
	text-align: left;
	background-image:url('../images/website/right.column/bespoke/img.png');
	background-repeat: no-repeat;
	background-position: right top;
	float:left;
	}

.bespokedetails {
	padding: 0px;
	margin: 0px;
	width:507px;
	height:auto;
	text-align: left;
	float:left;
	}

.bespokebuttons {
	padding: 0px;
	margin: 0px;
	width:270px;
	height:auto;
	text-align: left;
	float:left;
	}

#bespokebutton {
	width: 252px;
	display: block;
	background-image:url('../images/website/right.column/bespoke/button.png');
	background-repeat: no-repeat;
	background-position: top left;
	overflow: visible;
	float:left;
}

#bespokebutton a {
	width:252px;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	font-family: Arial;
	font-weight: bold;
	line-height: 29px;
	width: auto;
	text-align:center;
	height: 29px;
	padding-left: 30px;
	float: left;
}

#bespokebutton a:hover {
	text-decoration:none;
}
#bespokebutton a.active {
	color: #000;
}	

#bespokebutton01 {
	width: 252px;
	display: block;
	background-image:url('../images/website/right.column/bespoke/button.png');
	background-repeat: no-repeat;
	background-position: top left;
	overflow: visible;
	float:left;
}

#bespokebutton01 a {
	width:252px;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	font-family: Arial;
	font-weight: bold;
	line-height: 29px;
	width: auto;
	text-align:center;
	height: 29px;
	padding-left: 30px;
	float: left;
}

#bespokebutton01 a:hover {
	text-decoration:none;
}
#bespokebutton01 a.active {
	color: #000;
}

#bespokebutton02 {
	width: 252px;
	display: block;
	background-image:url('../images/website/right.column/bespoke/button.png');
	background-repeat: no-repeat;
	background-position: top left;
	overflow: visible;
	float:left;
}

#bespokebutton02 a {
	width:252px;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	font-family: Arial;
	font-weight: bold;
	line-height: 29px;
	width: auto;
	text-align:center;
	height: 29px;
	padding-left: 30px;
	float: left;
}

#bespokebutton02 a:hover {
	text-decoration:none;
}
#bespokebutton02 a.active {
	color: #000;
}

#bespokebutton03 {
	width: 252px;
	display: block;
	background-image:url('../images/website/right.column/bespoke/button.png');
	background-repeat: no-repeat;
	background-position: top left;
	overflow: visible;
	float:left;
}

#bespokebutton03 a {
	width:252px;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	font-family: Arial;
	font-weight: bold;
	line-height: 29px;
	width: auto;
	text-align:center;
	height: 29px;
	padding-left: 30px;
	float: left;
}

#bespokebutton03 a:hover {
	text-decoration:none;
}
#bespokebutton03 a.active {
	color: #000;
}
.bespokespacer {
	padding: 0px;
	margin: 0px;
	width:252px;
	height:5px;
	text-align: left;
	float:left;
	}

.bespokecontent {
	padding: 0px;
	margin: 0px;
	width:200px;
	height:auto;
	text-align: left;
	float:left;
	}
				
#bespoke .bottom {
	padding: 0px;
	margin: 0px;
	width:682px;
	height:8px;
	text-align: left;
	background-image:url('../images/website/right.column/bespoke/bottom.png');
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
	}

/* CONTENT */
.content {
	padding: 0px;
	margin: 0px;
	width:682px;
	height:auto;
	text-align: left;
	float:left;
	}

.leftlink, .leftlink:link, .leftlink:visited  {
	font-family: Tahoma;
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	text-decoration:none;
	}
.leftlink:hover 
	{
	text-decoration: underline;
	}
	
#copyright {
	padding-top: 40px;
	width:700px;
	height:94px;
	float:left;
	}	

#logos {
	padding-top: 30px;
	width:210px;
	height:94px;
	float:right;
	text-align: right;
	}
	
/* REQUEST FORM */
#requestquote {
	width: 682px;
	display: block;
	height: 374px;
	background-image:url('../images/website/right.column/quote/box.png');
	background-repeat: no-repeat;
	background-position: top right;
	overflow: visible;
	text-align: left;
	float:left;
}

.requestquotetitle {
	padding: 0px 0px 0px 20px;
	margin: 0px;
	font-size: 16px;
	text-decoration: none;
	color: #FFF;
	font-family: Tahoma;
	font-weight: bold;
	line-height: 42px;
	text-align:left;
	width:682px;
	height:50px;
	float:left;
	}

.requestquotecontent {
	padding: 10px;
	margin: 0px;
	width:440px;
	text-align: left;
	float:left;
	}
	
.requestquoteform {
	padding: 10px;
	margin: 0px;
	width:200px;
	text-align: left;
	float:right;
	}
	
.template{
	float:left;
	margin-bottom:25px;
	margin-right:15px;
}

.greysidebar{
	background:#E8E8E8;
	text-align:center;
	width: 190px;
	font-size: 9px;
}



.greysidebar_top{
	background-image: url('../images/website/articles/bannertop.gif');
	background-repeat: no-repeat;
	height: 7px
}



.greysidebar_bot{
	background:url('../images/website/articles/bannerbottom.gif') no-repeat bottom;
	height: 7px

}

.news_date{
	color:#999999;
	font-size:8pt;
	font-weight:bold;
}


.stylelist {

	text-decoration: none;

	color:#FB5E10;

	text-transform: uppercase;

	font-weight: 700;

	

}

.stylelist a{

	text-decoration:none;

	color:#FB5E10;

}



.stylelist a:hover{

	text-decoration:underline;
}

.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;

}


/* ADD FOR NEO */
.coursetitle{
font-size: 12px; 
text-decoration: none; 
color: rgb(255, 102, 0); 
font-family: Arial; 
font-weight: normal;
}

/* DEFAULT BLUE LINK */
.defaultbluelink, .defaultbluelink:link, .defaultbluelink:visited  {
text-decoration: underline; 
color: rgb(0, 0, 204); 
font-family: Veranda; 
font-size: 13px; 
font-weight: normal;
}

defaultbluelink:hover {
text-decoration: none;
}

.textForm {
	font-family: Verdana;
	color: #666666;
	font-size: 11px;
	}
	
.webxpress{
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
	color: #FB5E10;
	text-decoration: none;
	margin-top: 0px;
	}
	
#dropdown {
	width: 100%;
	display: block;
	height: 33px;
	background: url(../images/website/navigation/bg.jpg) repeat-x top left;
	overflow: visible;
	float:left;
}

#dropdown .left {
	width:7px;
	height:33px;
	background-image:url('../images/website/navigation/left.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	float:left;
	}	

#dropdown .icon {
	padding-left: 30px;
	height:33px;
	background-image:url('../images/website/navigation/home.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	float:left;
	}

#dropdown .right {
	width:7px;
	height:33px;
	background-image:url('../images/website/navigation/right.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	float:right;
	}
