/*BODY - BACKGROUND IMAGE OR COLOR PREFERENCE*/
body {
	font-family: "Arial", Tahoma;
	color-color: #ffffff;
	background-image: url(../images/bg1.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;

}

/*---------------------------------------------------------------*/

/*CONTAINER*/
#container {
	width: 900px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	font-family: "Arial", Tahoma;
	font-size: 14px;
	color: #333333;
	background-image: url(../images/bg_drawing3.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	
}

/*---------------------------------------------------------------*/

/*HEADER*/

#container #header1 {
	height: 120px;
	width: 890px;
	clear: both;
	background-image: url(../images/header2.jpg);
	margin: 0; 
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left; 
	
}

/*HEADER TEXT INFORMATION CAN BE CHANGED HERE*/
#container #header1 .title {
	/*  New title style */
	float: left;
	width: 100px;
	font-family: "Arial", Tahoma, verdana;
	font-size: 12px;
	color: #FF33FF;
	padding-top: 10px;
	padding-left: 720px;
	line-height: 1.1em;
}

#container #header1 .title a {
	color: #FF33FF; 
}

#container #header1 .title a:hover{
	color: #ffffff;
	background-color: #FF33FF;
}


/*HEADER LOGO
#container #header1 .logo {
	float: left;
	height: 60px;
	width: 180px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-left: 10px;
	margin-top: 20px;
}

	
/*---------------------------------------------------------------*/

/*PROMOTION BOX 1*/

#container #promo1 {
	float: left;; 
	height: 331px;
	width: 526px;
	background-color: #FFFFFF;
	background-image: url(../images/promo1.jpg);
	background-repeat: no-repeat;
}


/*Promotion title formatting here*/
#container #promo1 .title {
	/*  New title style */
	float: left;
	height: 40px;
	width: 440px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 10px;
	font-family: "Century Gothic", Tahoma, verdana;
	font-size: 17px;
	color: #FF66CC;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	
}


#container #promo1 .title a {
	text-decoration: none;
	color: #FF33FF;
}


#container #promo1 .title a:hover{
	color: #FF33FF;
	text-decoration: underline;
}


#container #promo1 li {
	list-style-type: none;
	list-style-image: url(../images/diamond_bullet.jpg);
}

/*promotion details here*/

#container #promo1 .subtitle {
	/*  New title style */
	float: left;
	height: 60px;
	width: 400px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 10px;
	font-family: "century gothic", Tahoma, verdana;
	font-size: 14px;
	color: #000000;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	
}

#container #promo1 .subtitle a {
	text-decoration: underline;
	color: #FF33FF;
}

#container #promo1 .subtitle a:hover{
	color: #ffffff;
	background-color: #FF33FF;
}


/*---------------------------------------------------------------*/

/*PROMOTION BOX 2*/

#container #promo2 {
	float: right;
	height: 331px;
	width: 374px;
	clear: right;
	background-color: #FFFFFF;
	background-image: url(../images/promo2.jpg);
	background-repeat: no-repeat;
}

#container #promo2 .title {
	/*  New title style */
	float: left;
	height: 20px;
	width: 200px;
	background-repeat: no-repeat;
	margin-left: 10px;
	font-family: "Century Gothic", Tahoma, verdana;
	font-size: 18px;
	color: #FF66CC;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}

#container #promo2 .title a {
	text-decoration: none;
	color: #FF33FF;
}


#container #promo2 .title a:hover{
	color: #FF33FF;
	text-decoration: underline;
	background-color: none;
}

/*promotion details here*/

#container #promo2 .subtitle {
	/*  New title style */
	float: left;
	height: 60px;
	width: 230px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 25px;
	font-family: "century gothic", Tahoma, verdana;
	font-size: 13px;
	color: #000000;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-style: normal;
	
}

#container #promo2 .subtitle a {
	text-decoration: none;
	color: #FF33FF;
}


#container #promo2 .subtitle a:hover{
	color: #ffffff;
	background-color: #FF33FF;
}


/*---------------------------------------------------------------*/

/*ADVERT*/

#container #advert {
	float: left; 
	height: 150px;
	width: 900px;
	background-color: #FFFFFF;
	background-image: url(../images/advert.jpg);
	background-repeat: no-repeat;
}

#container #advert .title {
	/*  New title style */
	float: left;
	height: 40px;
	width: 460px;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 20px;
	font-family: "Century Gothic", Tahoma, verdana;
	font-size: 15px;
	color: #FF66CC;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	
}


#container #advert .title a {
	text-decoration: none;
	color: #FF33FF;
}


#container #advert .title a:hover{
	color: #FF33FF;
	text-decoration: underline;
}


#container #advert li {
	list-style-type: none;
	list-style-image: url(../images/diamond_bullet.jpg);
}

/*promotion details here*/

#container #advert .subtitle {
	/*  New title style */
	float: left;
	height: 30px;
	width: 400px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 20px;
	font-family: "century gothic", Tahoma, verdana;
	font-size: 12px;
	color: #000000;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	
}

#container #advert .subtitle a {
	text-decoration: underline;
	color: #FF33FF;
}

#container #advert .subtitle a:hover{
	color: #ffffff;
	background-color: #FF33FF;
}



/*---------------------------------------------------------------*/

#container #advert2 {
	float: left; 
	height: 150px;
	width: 900px;
	background-color: #FFFFFF;
	background-image: url(../images/advert2.jpg);
	background-repeat: no-repeat;
}


#container #advert2 .title {
	/*  New title style */
	float: left;
	height: 40px;
	width: 460px;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 20px;
	font-family: "Century Gothic", Tahoma, verdana;
	font-size: 15px;
	color: #FF66CC;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	
}


#container #advert2 .title a {
	text-decoration: none;
	color: #FF33FF;
}


#container #advert2 .title a:hover{
	color: #FF33FF;
	text-decoration: underline;
}


#container #advert2 li {
	list-style-type: none;
	list-style-image: url(../images/diamond_bullet.jpg);
}

/*promotion details here*/

#container #advert2 .subtitle {
	/*  New title style */
	float: left;
	height: 30px;
	width: 450px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 20px;
	font-family: "century gothic", Tahoma, verdana;
	font-size: 12px;
	color: #000000;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	
}

#container #advert2 .subtitle a {
	text-decoration: underline;
	color: #FF33FF;
}

#container #advert2 .subtitle a:hover{
	color: #ffffff;
	background-color: #FF33FF;
}

/*---------------------------------------------------------------*/

/*PRODUCTS TABLE*/

#container #products {
	float: left;
	height: auto;
	font-family: "century gothic", Tahoma, verdana;
	font-size: 12px;
	color: #6699cc;
	width: 865px;
	background-color: #ffffff;
	font-weight: strong;
	border: 1px dashed;
	border-color: #FF33FF; 
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: center;
	
}

#products a {
	text-decoration: none;
	color: #FF33FF;

}

#products a:hover {
	color: #ffffff;
	background-color: #FF33FF;
	text-decoration: underline;
}

table.one
{
table-layout: automatic;
border-collapse: separate;
border-spacing: 5px;
}


/*---------------------------------------------------------------*/


/*PRODUCTS TABLE 2*/

#container #products2 {
	float: left;
	height: auto;
	font-family: "century gothic", Tahoma, verdana;
	font-size: 12px;
	color: #6699cc;
	width: 633px;
	background-color: #ffffff;
	font-weight: strong;
	text-align: center;
}

#products2 a {
	text-decoration: none;
	color: #FF33FF;

}

#products2 a:hover {
	color: #ffffff;
	background-color: #FF33FF;
	text-decoration: underline;
}

table.two
{
table-layout: automatic;
border-collapse: separate;
border-spacing: 10px;
}


/*---------------------------------------------------------------*/


/*PRODUCTS TABLE 3*/

#container #products3 {
	float: left;
	height: auto;
	font-family: "arial", Tahoma, verdana;
	font-size: 12px;
	color: #000000;
	width: 633px;
	background-color: #ffffff;
	font-weight: strong;
	
}


#products3 a {
	text-decoration: none;
	color: #FF33FF;

}

#products3 a:hover {
	color: #ffffff;
	background-color: #FF33FF;
	text-decoration: underline;
}

table.three
{
table-layout: automatic;
border-collapse: separate;
border-spacing: 5px;
}


/*---------------------------------------------------------------*/


/* SIDEBAR */

#sidebar {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 20px;
	height: auto;
	width: 200px;
	float: left;
	border: 1px dashed;
	border-color: #FF33FF; 
	margin-bottom: 140px;
}

#sidebar ul {
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none;
	
}

#sidebar ul li a{

font: Arial, "Trebuchet MS";
color: #FF33FF;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px dashed #FF33FF;
}


#sidebar li {
	padding: 0 0 0 0;
}

#sidebar li ul {
	padding: 0 0 0 0;
}

#sidebar li li {
	padding: 0 0 0 0;
}

#sidebar h2 {
	margin: 5px;
	height: 35px;
	padding: 8px 0px 0px 13px;
	background-color: #ffffff;
	/*background: url(../images/img03.gif) no-repeat left top;*/
	font-family: century gothic, "arial", tahoma;
	font-size: 16px;
	color: #6699cc;
	
}

#sidebar h2 a {

	background: url(images/img03.gif) no-repeat left 50%;
}

#sidebar a {
	text-decoration: none;
	color: #FF33FF;

}

#sidebar a:hover {
	color: #ffffff;
	background-color: #FF33FF;
	text-decoration: underline;
}

/*---------------------------------------------------------------*/

/*ALL CONTENT FORMATTING FOR RIGHT HAND SIDE OF WEBSITE*/
#container #contentright {
	float: left;
	height: auto;
	width: 633px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 20px;
	text-align: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 140px;
	margin-left: 0px;
	border: 1px dashed;
	border-color: #FF33FF; 

}

#container #contentright h2 {
	font-size: 16px;
	font-family: "Trebuchet MS", Tahoma, Arial;

}
#container #contentright h3 {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}


#container #contentright h1 {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 18px;
	color: #6699cc; 
}


#container #contentright a {
	color: #FF33FF; 
}


#container #contentright a:hover{
	color: #ffffff;
	background-color: #FF33FF;
}

#container #contentright li {
	list-style-type: none;
	list-style-image: url(../images/diamond_bullet.jpg);
}

/*---------------------------------------------------------------*/

/*FOOTER INFORMATION*/

#container #footer {
	clear: both;
	float: none;
	background-color: #ffffff;
	height: 70px;
	color: #333333;
	margin: 0px;
	width: 890px;
	font-family: "Arial", Tahoma;
	font-weight: normal;
	font-size: 11px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	padding: 5px; 
	border-top-color: #FF33FF; 
}

#container #footer a {
	color: #333333; 

}


#container #footer a:hover{
	color: #ffffff;
	background-color: #666666;

}


/*---------------------------------------------------------------*/

/*CLASSES*/

hr {
  border: 0;
  width: 100%;
  color: #ff66ff;
	background-color: #ff66ff;
	height: 1px;
}

h2 {
	font-size: 16PX;
	color: #6699cc; 
	font-family: "Trebuchet MS", Arial, Tahoma;
}


.float-right {float: right;
padding-left: 5px;
}
.float-left {float: left;
padding-right: 5px;}
