@charset "utf-8";
/* start general css for every page*/
body {
	margin: 0 auto;
	width: 1024px;
	background-repeat: repeat;
	background-image: url(images/body-background.gif);
	font-family:  "Din medium", "Myriad pro", Arial, Helvetica, sans-serif;
}
 h1  {
	font-family: "Din black","Myriad pro", Arial, Helvetica, sans-serif;
	font-size: 20pt;
	color: #3A4D96;
	text-align: center;
	margin-top: 8px;
}
h2 {
	color: #3A4D96;
}
#wrapper {
	height: auto;
	width: 1024px;
	margin-top: 10px;
	display: inline;
	clear: both;
	float: left;
	margin-bottom: 40px;
}
#logo {
	height: 260px;
	width: 1024px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/logo.gif);
}
#nav {
	height: 90px;
	width: 1024px;
	margin-top: -20px;
}
#nav li {
	float: left;
	display: inline;
    width: 120px;
	list-style-type:none;
	margin-top: 20px;
	font-size: 12px;
	text-align: center;
	font-size: 12px;
}
#nav a {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover{
	color: #000000;
}
#nav .smltxtnav {
	margin-right: 30px;
}
#nav .medtxtnav {
	margin-right: 15px;
}
#content {
	height: auto;
	width: 1024px;
	float: left;
	clear: both;
	display: inline;
}
/*footer css for all pages except contact us page*/
#footer {
	height: auto;
	width: 1024px;
	display: inline;
	min-height: 407px;
	clear: both;
	float: left;
}

.footerall {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 407px;
}
#contact {
	height: 200px;
	width: 252px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 80px;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	display: inline;
}
#contact h2 {
	font-size: 20px;
	color: #3A4D96;
	padding-left: 45px;
	padding-top: 8px;
}
#contact p {
	font-size: 16px;
	color: #000000;
	
}
#contact #copyright {
	font-size: 11px;
}

#enquiries {
	margin-top: 120px;
	margin-left: 40px;
	float: left;
	display: inline;
	height: 203px;
	width: 218px;
}
#enquiries h2 {
	font-size: 20px;
	color: #3A4D96;
	padding-left: 50px;
	padding-top: 27px;
}
#enquiries p {
	font-size: 11px;
	color: #000000;
	}
#enquiriestext {
text-align: justify;
	line-height: 18px;
	font-size: 16px;
	margin-top: 0px;
	padding-top: 0;
}	
#enquiriestext a {
	margin-left:55px;
	font-size: 18px;
	color: #3A4D96;
}
#mission {
	height: 303px;
	width: 252px;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 85px;
	padding-top: 90px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	display: inline;
}
	
#mission h2 {
	font-size: 20px;
	color: #3A4D96;
	padding-left: 45px;
	padding-top: 10px;
}
#mission p {
	text-align:center;
	font-size: 10px;
	color: #000000;
}
#mission a {
	margin-left: 55px;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	text-align:right;
}	
#mission #aim {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 50px;
}
/* end footer general css*/
.red {
	color: #FF0000;
}
/* end general css/*
/*start home/index.htm css*/ 
.wrapperhome {
	background-image: url(images/wrap-bck-home.gif);
	background-repeat: repeat y;
	min-height:2000px;
}
.navhome {
	background-image: url(images/nav-home.gif);
}
.contenthome {
	background-image: url(images/content-home.gif);
	background-repeat: no-repeat;
	background-position: center top;
	min-height:1350px;
}
#content .hometext {
	margin-top: 20px;
	margin-left: 30px;
	font-size: 14px;
	text-align: justify;
	height: 380px;
	width: 475px;
	padding-top: 80px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 45px;
	float: left;
	display:inline;
}
.boldtext {
	font-weight: bold;
	text-align: center;
}
#content .homelinks {
	font-size: 13px;
	color: #3A4D96;
	height: 350px;
	width: 210px;
	line-height: 36px;
	float: left;
	display: inline;
	padding-top: 110px;
	padding-left: 120px;
	margin-top: 6px;
}
.recentprojects {
	margin-top: -6px;
	float: left;
	height: 756px;
	width: 506px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 50px;
	float: left;
	display: inline;
}
.newsandoffers {
	width: 339px;
	height: 801px;
	float: left;
	display: inline;
	margin-left: 90px;
	margin-top: -25px;
	border: 0px;	
}

#moreinfo {
	font-size: 12px;
	font-style: italic;
	text-decoration: none;
	float: left;
	height: 190px;
	width: 100px;
	margin-top: 130px;
	padding-left: 15px;
	line-height: 53px;
}
#moreinfo a {
	color:#000000;
}

/* end home/index css*/

/* start designindex.htm css*/
.wrapperdesign {
	background-image: url(images/wrap-bck-webdesign1.gif);
	background-repeat: repeat y;
}
.navdesign {
	background-image: url(images/nav-design.gif);
}
.contentdesign {
	background-image: url(images/content-design.gif);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 666px;
}
.designlinks {
	width: 250px;
	float: right;
	display: inline;
	/*line-height: 7px;*/
	margin-top: 52px;
	margin-right: 60px;
	text-align: center;
}
.stat {
	margin-top: -18px;
}
.log {
	margin-top: -14px;
}
#content .designlinks a{
	text-decoration: none;
	color: #FF0000;
}
#content .designlinks a:hover {
	color: #3A4D96;
}
/*design page starts here*/
.wrapperdesign1 {
	background-image: url(images/wrapper.gif);
	background-repeat: repeat y;
	min-height: auto;
}
	
.designsample {
	background-image: url(images/content-illustration.gif);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 600px;
	
}

 #samplelinks {
	line-height: 4px;
	margin-left: 740px;
	margin-top: -65px;
}
#designcontent1 {
	width: 920px;
	padding-right: 40px;
	margin-left: 90px;
	padding-top: 40px;
}	

#samplelinks a {
	color: #FF0000;
	text-decoration: none;
}
#samplelinks a:hover {
	color: #3A4D96;
}
#designflow {
	margin-top:200px;
	margin-left: -67px; 
}

#stationeryflow {
	margin-top:117px;
	margin-left: -67px; 
}

/*end design.htm and sub pages css*/
/* start print.htm css */
.wrapperprint {
	background-image: url(images/wrap-bck-print.gif);
	background-repeat: repeat-y;
	min-height: 1388px;
}
.navprint {
	background-image: url(images/nav-print.gif);
}
.contentprint {
	background-image: url(images/content-print.jpg);
	background-repeat: no-repeat;
	min-height: 988px;
}
.printtext {
	height: auto;
	width: 820px;
	margin-top: 10px;
	padding-left: 90px;
	padding-right: 120px;
	padding-top: 30px;
	font-size: 14px;
	text-align: justify;
}
/* end print.htm.css*/
/* start illustration.htm css*/
.wrapperillustration {
	background-image: url(images/wrap-bck-illustration.gif);
	background-repeat: repeat-y;
	height: auto;
}
.navillustration {
	background-image: url(images/nav-illustration.gif);
}
.contentillustration {
	background-image: url(images/content-illustration.gif);
	background-repeat: no-repeat;
	min-height: 320px;
}
.illustrationtext {
	height: auto;
	width: 820px;
	margin-top: 10px;
	padding-left: 80px;
	padding-right: 120px;
	padding-top: 30px;
	font-size: 14px;
	text-align: justify;
}

/*start illustration.htm slider*/
#container {
	margin-top: 50px;
	margin-left: 24px;
}

/* end illustration slider*/
/* end illustration.htm css*/
/* start photgraphy.htm css*/
.wrapperphotography {
	background-image: url(images/wrapper.gif);
	background-repeat: repeat y;
	min-height: auto;
	/*background-image: url(images/photo.gif);
	background-repeat: repeat-y;
	height: auto;*/
}
.navphotography {
	background-image: url(images/nav-photography.gif);
}
.contentphotgraphy {
	background-image: url(images/photography.gif);
	background-repeat: no-repeat;
	min-height: 400px;
}
.photographytext {
	height: auto;
	width: 820px;
	margin-top: 10px;
	padding-top: 30px;
	padding-left: 80px;
	padding-right: 120px;
	font-size: 14px;
	text-align: justify;
}
#photoflow {
	margin-top:130px;
	margin-left: 24px; 
}	


}
/*end photography.htm css*/
/* start web design page*/
.webdesign {
	background-image: url(images/wrapperweb.gif);
	background-repeat: repeat-y;
	min-height: 1617px;
}
.navwebdesign {
	background-image: url(images/nav-webdesign.gif);
}
.contentwebdesign {
	background-image: url(images/webcontent.gif);
	background-repeat: no-repeat;
	height: 489px;
}
.webdesigntext {
	height: auto;
	width: 820px;
	margin-top: 10px;
	padding-top: 30px;
	padding-left: 80px;
	padding-right: 120px;
	font-size: 14px;
	text-align: justify;
	clear: both;
}
#webflow {
	margin-top: 90px;
	margin-left: 24px;
}
/* end webdesign.htm css*/
/* start pointofsale.htm css*/
.wrapperpos{
	background-image: url(images/poswrap.gif);
	height: auto;
	}

.navpos {
	background-image: url(images/nav-pos.gif);
}
.contentpos {
	background-image: url(images/pos.gif);
	background-repeat: no-repeat;
	min-height: 800px;
	float: left;
	clear: both;
	display: inline;
}
.postext {
	height: auto;
	width: 820px;
	margin-top: 10px;
	padding-left: 80px;
	padding-right: 120px;
	font-size: 16px;
	text-align: center;
}
.postext a {
	text-decoration: none;
	color: #000000;
}
.postext a:hover {
	color: #3A4D96;
}
#poscontainer {
	margin-top: 50px;
	margin-left: 24px;
}


/* end of pointofsale.htm css */
/*start contactus.htm css*/

.wrappercontactus {
	background-image: url(images/wrap-bck-home.gif);
	background-repeat: repeat-y;
	height: auto;
}
.navcontactus {
	background-image: url(images/nav-contactus.gif);
}
.contentcontactus {
	background-image: url(images/content-contactus.gif);
	background-repeat: no-repeat;
	min-height: 930px;
	clear: both;
}
#form p {
	margin-left: 125px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: -20px;
	margin-top: 30px;
}
.form {
	height:270px;
	width: 240px;
	float:left;
	display: inline;
	padding-left: 160px;
	margin-left: 30px;
	margin-top: 53px;
	line-height: 52px;
}
.form1 {
	height:308px;
	width: 500px;
	float:left;
	display: inline;
	margin-left: 0px;
	margin-top: 11px;
	line-height: 26px;
	
}
.form2 {
	height: 30px;
	margin-left: 520px;
	margin-top: 60px;	
}
.form3 {
	height: 308px;
	width: 417px;
	float:left;
	display: inline;
	margin-top: 133px;
	margin-left: 100px;
	clear: both;
}

.field {
	-moz-opacity:0.5;
	opacity: 0.5;
	filter:Alpha(Opacity=50);
}
.submit {
	margin-top: 420px;
	margin-left: -38px;
	float: left;
	display: inline;
}
#enquiry {
	margin-top: -15px;
	line-height: 18px;
	font-size: 13px;


}
#footer1 {
	height: auto;
	width: 1024px;
	display: inline;
	min-height: 336px;
	clear: both;
	float: left;
	display: inline;
	margin-top: -40px;
}
.footercontactus {
	background-image: url(images/footer-contactus.gif);
	height: 336px;
	background-repeat: no-repeat;
}
#contact1 {
	height: 200px;
	width: 400px;
	margin: 0 auto;
	padding-top: 27px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 100px;
	float: left;
	display: inline;
}
#contact1 h2 {
	font-size: 20px;
	color: #3A4D96;
	padding-left: 45px;
	padding-top: 8px;
}
#contact1 p {
	font-size: 16px;
	color: #000000;
	
}
#contact1 #copyright {
	font-size: 11px;
}
#mission1 {
	height: 303px;
	width: 250px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 27px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 200px;
	float: left;
	display: inline;
}
	
#mission1 h2 {
	font-size: 20px;
	color: #3A4D96;
	padding-left: 45px;
	padding-top: 10px;
}
#mission1 p {
	text-align:center;
	font-size: 10px;
	color: #000000;
}
#mission1 a {
	margin-left: 55px;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	text-align:right;
}	
#mission1 #aim {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 37px;
}	
#FBfooter {
text-align:center;
padding:0;
margin:0 0 -65px 0;
}
