/** BASIC */
body {
	behavior: url(csshover.htc);
	margin: 0px;
	padding: 0px;
	background:url(images/water.jpg) repeat;
	text-align: justify;
	font-family: "Comic Sans MS", sans-serif, Arial;
	font-size: 12px;
	color: #444444;
}

h1 {
	font-family: "Comic Sans MS", sans-serif, Arial;
	color: #60B7DE;
	font-weight: bold;
	font-size:600%;
	text-align: center;

}

h2 {
	font-family: "Comic Sans MS", sans-serif, Arial;
	color: #60B7DE;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
}

h3{
	font-family: "Comic Sans MS", sans-serif, Arial;
	font-weight: bold;
	font-size:125%;
}

h4, h5, h6 {
	font-family: "Comic Sans MS", sans-serif, Arial;
	color: #60B7DE;
	text-transform: uppercase;
	font-weight: bold;
	font-size:200%;
}

a {
	font-weight: bold;
	color: #4773C1;
}

a:hover {
	text-decoration: none;
	color: #73C5E5;
}

.img1 {	
    display: block;
    margin-left: auto;
    margin-right: auto;	
	border: 1px ridge #ABDCEF;
	-moz-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}
.text1 {
	font-size: 14px;
}

.pic{
	float:left;
	margin:0 15px 15px 0;
	border:5px solid white;
	width:359px;
	height:250px;
	border-radius:10px;
	background-position:center; 
}

.pic a{
	width:359px;
	height:250px;
	text-indent:-99999px;
	display:block;
}
/**Container**/
#container{
    margin-top: 25px;
	margin-bottom: 25px;
	margin-left: auto;
    margin-right: auto;	
	width:790px;
	min-height:500px;
    height:auto !important;
    height:600px; 
	background:#FFF;
	-moz-border-radius: 24px 24px 24px 24px;
	border-radius: 24px 24px 24px 24px;
	-moz-box-shadow: 7px 7px 10px #000;
	-webkit-box-shadow: 7px 7px 10px #000;
	box-shadow: 7px 7px 10px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
	
/** HEADER */

#header {
	width: 769px;
	margin: 0px auto;
/**	background: #FFFBFD url(images/img02.gif) repeat-x left top; **/
	padding: 0px;
}

#header h1 {
	margin: 0px;
	padding: 0px;
	text-shadow: 2px 2px 3px #111;
}

#header h2 {
	margin: 0px;
	font-size: 14px;
}

/** MENU */

#menu {
	width: 770px;
	margin: 0px auto;
	padding: 5px 0px 6px 0px;
	background-color: #60B7DE;
	border:1px outset #60b7de; /*#ABDCEF;*/
	-moz-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	-moz-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}

#menu li {
	display: inline;
	position: relative;
	/*z-index:5000;*/
	height: 5em;
	width: 12em;
	-moz-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}

#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	height: 5em;
	width: 12em;
	-moz-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}

#menu a:hover, a.current {
	background-color: #73C5E5;
}


#menu ul ul{
		position: absolute;
		width: 150px;
		top: 22px;
		left: 0;
		border:1px outset #60b7de; /*#ABDCEF;*/
		background-color: #60B7DE;
		padding-top: 5px;
		padding-bottom: 5px;
		display: none;
}

#menu li ul.sub li{
		border-width:0 1px 1px 1px!important;
}

#menu li ul.sub li a{
		padding-top: 2px;
		padding-bottom: 2px;
}

#menu ul li:hover ul {
	display: block;
}

/** CONTENT */

#content {
	width: 770px;
	margin: 10px auto;
	height: 100%;
	padding: 5px 5px 5px 5px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 140%;
}
#content c {
	line-height: 140%;
	text-align: center;
}

#center {
	float: left;
	width: 769px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
#aboutuscenter {
	float: left;
	width: 769px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

#aboutuscenter h2{
	text-align: center;
}


#left {
	float: left;
	width: 450px;
	padding: 0px 20px 40px 20px;
}

#right {
	float: right;
	width: 240px;
	padding: 0px 20px 40px 20px;
}

#colA {
	float: left;
	width: 150px;
	padding: 0px 20px 0px 0px;
}

#colB {
	float: left;
	width: 230px;
	padding: 0px 0px 0px 0px;
}

/** FOOTER */

#footer {
	clear: both;
	width: 769px;
	margin: 0px auto;
	bottom: 0px;
/*	border-top: 5px solid #60B7DE;*/
	height:50px;
}

#footer p {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #4773C1;
	
	text-align: center;
}
#footcolA {
	float: left;
	width: 150px;
	padding: 0px 20px 0px 0px;
}

#footcolB {
	float: right;
	width: 230px;
	padding: 0px 0px 0px 0px;
}

#border-top {
	border: 3px solid #60B7DE;
	-moz-border-radius: 1em 1em 1em 1em;
	border-radius: 1em 1em 1em 1em;
}

/*OrderOnline*/
#OrderForm{
	background-color:#ABCDEF;
	width:240px;
	border:1px outset #60b7de; /*#ABDCEF;*/
	padding:5px;
	margin:auto;
	-moz-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}

#Pricing{
	background-color:#ABCDEF;
	width:240px;
	border:1px outset #60b7de; /*#ABDCEF;*/
	padding:5px;
	margin:auto;
	-moz-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}

#Shipping{
	background-color:#ABCDEF;
	width:240px;
	border:1px outset #60b7de; /*#ABDCEF;*/
	padding:5px;
	margin:auto;
	font-size:90%;
	-moz-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}