﻿
/* Begin > HTML Tags */
	body {
		font-family:Trebuchet MS, verdana, arial;
		font-size:13px;
		font-weight:bold;
		color:#333333;
		line-height:15px;
		background-color:#000032;
		background-image: url(../images/global/page-bg-800.gif);
		background-position:center;
		background-repeat:repeat-y;
	}
	 
	h1 {
		font-family:Trebuchet MS, verdana, arial;
		font-size:21px;
		font-weight:bold;
		font-style:italic;
		color:#433584;
		margin:0;
		padding-left:7px;	
	}
	 
	h2 {
		font-family:Trebuchet MS, verdana, arial;
		font-size:16px;
		font-weight:bold;
		color:#433584;
		margin:0;
		padding-left:7px;
	}
	 
	p {
		margin:0;
		padding-left:7px;
	}
/* End > HTML Tags */ 

 
 


/* Begin > Main Wrapper Div */
	.wrapperDiv {
		width:800px;
		padding:0;
		margin:0 auto;
		
	}
/* End > Main Wrapper Div */



/* Begin > Home: Header section */
	#headerWrapper {
		float:left;
		width:800px;
	}
	
		#logoDiv {
		}
		
		#navDiv {
			text-align:right;
			padding:8px;
		}
/* End > Home: Header section */





/* Begin > Gray bars below the header and above the footer */
	.grayBar {
		float:left;
		width:800px;
		height:11px;
		background-color:#78767B;
		font-size:0;
	}
/* End > Gray bars below the header and above the footer */



 
/* Begin > Home: Welcome paragraph section */
	#welcomeWrapper {
		float:left;
		width:800px;
		height:184px;
	}
	
		#productsImageDiv {
			float:left;
			width:275px;
			padding:5px 0 5px 2px;
		}
		
		#welcomeDiv {
			float:left;
			width:500px;
			margin-top:17px;
		}
		
	.purple {
		color:#6E61B1;
		}
		
	.black {
	color:#000;
	}
/* End > Home: Welcome paragraph section */





/* Begin > Home: Highlight boxes wrapper section */

	#highlightWrapper {
		float:left;
		width:800px;
	}
	#highlightApparelWrapper {
		float:left;
		width: 600px;
		margin: auto;
	}
		/* Home > Begin: 3 highlight boxes */	
		
		.highlightHeaderCommon {
			font-size:19px;
			font-style:italic;
			color:#FFF;
			height:25px;
			padding-top:10px;
			padding-left:5px;
		}
		
		#highlightHeader1 {
			background: url('../images/global/iconcatalogue.jpg') #433584 top right no-repeat;
		}
	
		#highlightHeader2 {
			background: url('../images/global/iconproducts.jpg') #433584 top right no-repeat;
		}
	
		#highlightHeader3 {
			background: url('../images/global/iconwebtoprint.jpg') #433584 top right no-repeat;
		}
	
	
		#highlightDiv1, #highlightDiv2, #highlightDiv3 {
			float:left;
			width:250px;
			margin-left:10px;
			height:165px;
			color:#433584;
			border: 1px #433584 solid;
			background-color:#C9C9CB;	
		}
		#highlightApparelDiv1, #highlightApparelDiv2{
			float:left;
			width:250px;
			margin-left:10px;
			height:165px;
			color:#433584;
			border: 1px #433584 solid;
			background-color:#C9C9CB;
		}
		#highlightDiv1:hover, #highlightDiv2:hover, #highlightDiv3:hover, #highlightApparelDiv1:hover, #highlightApparelDiv2:hover {
			border: 1px #800 solid;
			background-color:#FF9;
			color:#800;
		}		
		
		/* End > Home: 3 highlight boxes */	

/* End > Home: Highlight boxes wrapper section */



	
	
/* Begin > Home: More information about company below the Highlight boxes */

	#AboutCompanyPara{
		float:left;
		width:800px;
	}
/* End > Home: More information about company below the Highlight boxes */





/* Begin > Footer Section */
	#footerWrapper {
		float:left;
		width: 100%;
	}
	 
	#footerNav {
		float:left;
		width:800px;
		height:25px;
		padding-top:7px;
		padding-left:7px;
		font-family:arial, helvatica, arial;
		font-size:12px;
		font-weight:bold;
		color:#333333;
		line-height:15px;
	}
	 
	#copyrightDiv {
		float:left;
		width:800px;
		height:25px;
		padding-top:7px;
		font-family:Arial, helvatica, arial;
		font-size:11px;
		font-weight:bold;
		color:#333333;
		text-align:right;
	}
/* End > Footer Section */ 





/* Begin > Div for content area of sub-pages */ 
	#contentArea {
		margin:10px auto;
		width:800px;
		clear:both;
	}
	#contentAreawide {
		margin:10px auto;
		width:1000px;
		background-color:#FFF;
		clear:both;
	}
/* End > Div for content area of sub-pages */





/* Begin > Table header of 'Contact Form' and 'Request Quote form' */ 	
	.tableHeader  {
		background-color:gray;
		font-weight:bold;
		font-size:150%;
		color:white;
		font-style:italic;
	}
/* End > Table header of 'Contact Form' and 'Request Quote form' */ 	





/* Begin > Table settings of Request Quote Form */
	#quoteTable {
		width:550px;
		margin:0 auto;
	}
/* End > Table settings of Request Quote Form */





/* Begin > Form Elements of 'Contact Form' & 'Request Quote Form' */
	.textBox {
		width:352px;
	}
	
	textarea {
		width:352px;
		height:89px;
	}
	
	#contactWrapper {
		width:700px;
		margin:0 auto;
		padding-top:30px;
	}

	#contactInfoDiv {
		float:left;
		text-decoration:none;
		font-weight:normal;
		width:210px;
	}
	 
	#contactFormDiv {
		float:right;
		text-decoration:none;
		font-weight:normal;
		width:465px;
	}
/* End > Form Elements of 'Contact Form' & 'Request Quote Form' */




/* Begin > Misc Formattings */
	.centerAlign {
		display:block;
		text-align:center;
	}
	
	.rightAlign {
		display:block;
		text-align:right;
	}
	
	.silverBack {
		background-color:#C0C0C0;
	}
/* End > Misc Formattings */