@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	background-color:#252525;
	}

html{
	height:100%;
	width:100%;
	}

ul{
	list-style-type:none;
	}

#container{
	width:999px;
	height:900px;
	}
	
#bghead{
	width:999px;
	height:64px;
	background-image:url(images/bghead.jpg);
	background-repeat:no-repeat;
	position:relative;
	}
	
#leftyellow{
	width:11px;
	height:769px;
	background-color:#ffc000;
	float:left;
	position: relative;
	left:46px;
	}
	
#rightyellow{
	width:11px;
	height:769px;
	background-color:#ffc000;
	float:right;
	position: relative;
	right:51px;
	}
	
#bgbottom{
	width:999px;
	height:64px;
	background-image:url(images/bgbottom.jpg);
	background-repeat:no-repeat;
	float:left;
	position:relative;
	}

#middlecontainer{
	width:864px;
	height:769px;
	background-color:#FFFFFF;
	position:relative;
	float:left;
	left:52px;
	top:0px;
	}

#header{
	width:99%;
	height:154px;
	position:relative;
	top:5px;
	}

#logo{
	width:183px;
	height:125px;
	position: relative;
	background-image:url(images/logo.jpg);
	float:left;
	background-repeat:no-repeat;
	top:7px;
	left:5px;
	}

#name{
	width:292px;
	height:89px;
	position: relative;
	background-image:url(images/name.jpg);
	float:left;
	background-repeat:no-repeat;
	top:35px;
	left:123px;
	}

#banner{
	width:119px;
	height:136px;
	position: relative;
	background-image:url(images/banner.jpg);
	float:right;
	background-repeat:no-repeat;
	top:7px;
	right:15px;
	}


#menubar{
	width:100%;
	height:29px;
	background-image:url(images/menubar.jpg);
	background-repeat: repeat-x;
	background-position:bottom;
	position:relative;
	}

#menubar ul li{
	float:left; 
	width:100px;
	text-align:center;
	position:relative;
	top:0px;
	}

#menubar ul li.buttonone{
	width:52px;
	height:22px;
	background-image:url(images/arrow.png);
	background-repeat:no-repeat;
	background-position:left;
	position: relative;
	top:5px;
	left:210px;
	}
	
#menubar ul li.buttontwo{
	width:68px;
	height:22px;
	background-image:url(images/arrow.png);
	background-repeat:no-repeat;
	background-position:left;
	position: relative;
	top:5px;
	left:230px;
	}

#menubar ul li.buttonthree{
	width:68px;
	height:22px;
	background-image:url(images/arrow.png);
	background-repeat:no-repeat;
	background-position:left;
	position: relative;
	top:5px;
	left:250px;
	}

#menubar ul li.buttonfour{
	width:59px;
	height:22px;
	background-image:url(images/arrow.png);
	background-repeat:no-repeat;
	background-position:left;
	position: relative;
	top:5px;
	left:270px;
	}

#menubar ul li.buttonfive{
	width:89px;
	height:22px;
	background-image:url(images/arrow.png);
	background-repeat:no-repeat;
	background-position:left;
	position: relative;
	top:5px;
	left:290px;
	}

#menubar ul li.buttonsix{
	width:66px;
	height:22px;
	background-image:url(images/arrow.png);
	background-repeat:no-repeat;
	background-position:left;
	position: relative;
	top:5px;
	left:310px;
	}

#menubar ul li.buttonseven{
	width:63px;
	height:22px;
	background-image:url(images/arrow.png);
	background-repeat:no-repeat;
	background-position:left;
	position: relative;
	top:5px;
	left:330px;
	}

.menu:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#434343;
}

.menu:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#434343;
}

.menu:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color: #FF0000;
}

.li:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	text-decoration:none;
	color:#434343;
}

.li:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#434343;
}

.li:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	text-decoration:none;
	color: #FF0000;
}

#swf{
	width:368px;
	height:442px;
	float:left;
	position:relative;
	left:25px;
	top:40px;
	}

#dot{
	width:6px;
	height:510px;
	float:left;
	border-left:#434343 1px dotted;
	position:relative;
	left:50px;
	top:20px;
	}

#dotvertical{
	width:380px;
	height:6px;
	float:left;
	border-top:#434343 1px dotted;
	position:relative;
	left:70px;
	top:50px;
	}

#welcome{
	width:410px;
	height:auto;
	position:relative;
	float:right;
	right:20px;
	top:20px;
	}

#underline{
	width:91px;
	height:18px;
	background-image:url(images/underline.jpg);
	background-repeat:no-repeat;
	float:right;
	position:relative;
	right:320px;
	top:30px;
	}

#welcomename{
	width:121px;
	height:32px;
	float:left;
	position:relative;
	left:0px;
	top:5px;
	}
	
#welcometext{
	width:410px;
	height:auto;
	position:relative;
	float:right;
	right:0px;
	top:20px;
	}
	
#product{
	width:441px;
	height:190px;
	float:right;
	position:relative;
	right:0px;
	top:40px;
	}

#productname{
	width:121px;
	height:32px;
	float:left;
	position:relative;
	left:20px;
	top:5px;
	}
	
#productnamelarge{
	width:170px;
	height:32px;
	float:left;
	position:relative;
	left:20px;
	top:10px;
	}


#underlineone{
	width:91px;
	height:18px;
	background-image:url(images/underline.jpg);
	background-repeat:no-repeat;
	float:right;
	position:relative;
	right:280px;
	top:40px;
	}

#productone{
	width:119px;
	height:136px;
	float:right;
	background-color:#252525;
	position:relative;
	right:200px;
	top:65px;
	}
	
#producttwo{
	width:119px;
	height:136px;
	float:left;
	background-color:#252525;
	position:relative;
	left:170px;
	top:35px;
	}

#productthree{
	width:119px;
	height:136px;
	float:right;
	background-color:#252525;
	position:relative;
	right:10px;
	top:-70px;
	}

#viewmore{
	width:150px;
	height:26px;
	float:left;
	position:relative;
	left:170px;
	top:80px;
	}

#middlepart{
	width:864px;
	height:550px;
	position:relative;
	float:left;
	left:0px;
	top:0px;
	}

#middlecenter{
	width:860px;
	height:520px;
	position:relative;
	float:left;
	left:0px;
	top:0px;
	}

#middleportion{
	width:560px;
	height:520px;
	border:#434343 1px dotted;
	position:relative;
	float:left;
	left:20px;
	top:20px;
	}

#middleportionlarge{
	width:825px;
	height:520px;
	border:#434343 1px dotted;
	position:relative;
	float:left;
	left:20px;
	top:20px;
	}
	
#flashright{
	width:230px;
	height:290px;
	border:#434343 1px dotted;
	position:relative;
	float:left;
	left:45px;
	top:100px;
	}

#abutusname{
	width:121px;
	height:32px;
	float:left;
	position:relative;
	left:10px;
	top:15px;
	}

#underlineaboutus{
	width:91px;
	height:18px;
	background-image:url(images/underline.jpg);
	background-repeat:no-repeat;
	float:left;
	position:relative;
	right:80px;
	top:40px;
	}

#underlinecontactus{
	width:91px;
	height:18px;
	background-image:url(images/underline.jpg);
	background-repeat:no-repeat;
	float:left;
	position:relative;
	right:65px;
	top:40px;
	}


#underlinecontinentalseries{
	width:91px;
	height:18px;
	background-image:url(images/underline.jpg);
	background-repeat:no-repeat;
	float:left;
	position:relative;
	right:55px;
	top:40px;
	}
	
#underlinecrossseries{
	width:91px;
	height:18px;
	background-image:url(images/underline.jpg);
	background-repeat:no-repeat;
	float:left;
	position:relative;
	right:100px;
	top:40px;
	}

#underlineexseries{
	width:91px;
	height:18px;
	background-image:url(images/underline.jpg);
	background-repeat:no-repeat;
	float:left;
	position:relative;
	right:115px;
	top:40px;
	}

#underlinecseries{
	width:91px;
	height:18px;
	background-image:url(images/underline.jpg);
	background-repeat:no-repeat;
	float:left;
	position:relative;
	right:87px;
	top:40px;
	}

#underlinegalaseries{
	width:91px;
	height:18px;
	background-image:url(images/underline.jpg);
	background-repeat:no-repeat;
	float:left;
	position:relative;
	right:45px;
	top:40px;
	}

#productname{
	width:160px;
	height:32px;
	float:left;
	position:relative;
	left:20px;
	top:15px;
	}
	
#textone{
	width:540px;
	height:320px;
	position:relative;
	float:left;
	left:10px;
	top:30px;
	}

#textonetwo{
	width:830px;
	height:450px;
	position:relative;
	float:left;
	left:5px;
	top:30px;
	}

#bottomproductlink{
	width:830px;
	height:20px;
	position:relative;
	float:left;
	left:5px;
	top:85px;
	}

#dotverticalline{
	width:480px;
	height:6px;
	float:left;
	border-top:#434343 1px dotted;
	position:relative;
	left:10px;
	top:10px;
	}
	
#prodone{
	width:150px;
	height:150px;
	background-color:#252525;
	float:left;
	position:relative;
	left:20px;
	top:15px;
	}
	
#prodtwo{
	width:150px;
	height:150px;
	background-color:#252525;
	float:left;
	position:relative;
	left:25px;
	top:15px;
	}
	
#prodthree{
	width:150px;
	height:150px;
	background-color:#252525;
	float:left;
	position:relative;
	left:30px;
	top:15px;
	}
	
#prodfour{
	width:150px;
	height:150px;
	background-color:#252525;
	float:left;
	position:relative;
	left:35px;
	top:15px;
	}

#prodfive{
	width:150px;
	height:150px;
	background-color:#252525;
	float:left;
	position:relative;
	left:40px;
	top:15px;
	}
	
#prodsix{
	width:150px;
	height:150px;
	background-color:#252525;
	float:left;
	position:relative;
	left:20px;
	top:55px;
	}	
	
#prodseven{
	width:150px;
	height:150px;
	float:left;
	background-color:#252525;
	position:relative;
	left:25px;
	top:55px;
	}
	
#prodeight{
	width:150px;
	height:150px;
	float:left;
	background-color:#252525;
	position:relative;
	left:30px;
	top:55px;
	}
	
#prodnine{
	width:150px;
	height:150px;
	background-color:#252525;
	float:left;
	position:relative;
	left:35px;
	top:55px;
	}
	
#prodten{
	width:150px;
	height:150px;
	background-color:#252525;
	float:left;
	position:relative;
	left:40px;
	top:55px;
	}
	
.head{
	font-family: "Monotype Corsiva", Arial, Verdana;
	font-size:20px;
	font-weight:bold;
	text-align:left;
	color:#252525;
	position:relative;
	top:0px;
	}

.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-align: justify;
	font-weight:normal;
	}
	
.more:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FF0000;
	text-align:right;
	font-weight:bold;
	text-decoration:none;
	}
	
.more:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FF0000;
	text-align:right;
	font-weight:bold;
	text-decoration:none;
	}
	
.more:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FF0000;
	text-align:right;
	font-weight:bold;
	text-decoration: underline;
	}
	
.footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
	}

.white:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFFFFF;
	text-align:right;
	font-weight:bold;
	text-decoration:none;
	}
	
.white:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFFFFF;
	text-align:right;
	font-weight:bold;
	text-decoration:none;
	}
	
.white:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFFFFF;
	text-align:right;
	font-weight:bold;
	text-decoration:none;
	}
