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



/* link styling - classes are for highlighting gallery page categories */

a:link {color:#2a2a2a;text-decoration:none;}
a:visited {color:#2a2a2a;text-decoration:none;}
a:hover {color:#2a2a2a;text-decoration:underline;}

.selected {
	color: #2a2a2a;
	background-color: #CCC;
	padding: 6px;
}

.designby {
	padding-left: 50px;
}
/* end link styling */




/* css for all pages */

body {
	text-align: left;
	margin-top: 0;
	background-color: #fff;
	font: "Trebuchet MS", Arial, Verdana;
	font-size: 11pt;
	color: #969696;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	padding: 0;
}

img {
	border: 0;
}

#container {
	position: relative;
	margin: 20px auto;
	width: 770px;
	height: auto;
	text-align: left;
	line-height: 18pt;
}


#header {
	position: relative;
	margin: 60px auto;
	width: 870px;
	height: 90px;
}

.statement {
	margin-left: 30px;
}

/* end css for all pages */




/* navigation rollovers */

#email_sel {
	position: relative;
	float: right;
	top: -10px;
	margin-right: 135px;
	width:72px;
	height:14px;
	background:transparent url("images/email_button_select.png") 0 0 no-repeat;
	}
	
#email {
	position: relative;
	float: right;
	top: -10px;
	margin-right: 135px;
	width:72px;
	height:14px;
	overflow:hidden;
	display:block;
	background:transparent url("images/email_button_hover.png") 0 0 no-repeat;
	}
	
#email:hover {
	background-position: 0 -14px;
	}
	
#gallery_sel {
	float: right;
	position: relative;
	top: 4px;
	margin-right: 208px;
	width:92px;
	height:14px;
	background:transparent url("images/gallery_button_select.png") 0 0 no-repeat;
	}
	
#gallery {
	float: right;
	position: relative;
	top: 4px;
	margin-right: 208px;
	width:92px;
	height:14px;
	overflow:hidden;
	display:block;
	background:transparent url("images/gallery_button_hover.png") 0 0 no-repeat;
	}
	
#gallery:hover {
	background-position: 0 -14px;
	}
	
#quote_sel {
	position: relative;
	margin-left: 172px;
	top: 4px;
	width:121px;
	height:14px;
	background:transparent url("images/quote_button_select.png") 0 0 no-repeat;
	}
	
#quote {
	position: relative;
	margin-left: 172px;
	top: 4px;
	width:121px;
	height:14px;
	overflow:hidden;
	display:block;
	background:transparent url("images/quote_button_hover.png") 0 0 no-repeat;
	}
	
#quote:hover {
	background-position: 0 -14px;
	}
	
#launch {
	position: realtive;
	left:0;
	top:0;
	width: 131px;
	height: 41px;
	overflow: hidden;
	display: block;
	background: transparent url("images/launch_button_hover.png") 0 0 no-repeat;
	}
	
#launch:hover {
	background-position: 0 -41px;
	}
	
/* end navigation rollovers */




/* index page begins */

#leftcolumn {
	float: left;
	width: 55%;
	height: 500px;
}


#rightcolumn {
	float: right;
	width: 40%;
	height: 500px;
}


.psicon {
	position: relative;
	right: 23px;
	top: -10px;
}

.dwicon {
	position: relative;
	right: 40px;
	top: -10px;
}

/* index page ends */



#container {
	width: 870px;
	height: 500px;
	margin: 0 auto;
}


#frameimg {
	background-image: url(images/index/frame.jpg);
	background-repeat: no-repeat;
	width: 512px;
	height: 487px;
}



#entry {
	width: 870px;
	height: auto;
	padding-bottom: 10px;
}

.entryframe {
	width: 512px;
	height: auto;
	float: left;
}

.entrycontent {
	margin-top: 55px;
	width: 358px;
	height: auto;
	max-height: 370px;
	float: right;
}


#navigation {
	float: right;
	margin-top: 30px;
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
	width: 306px;
	height: 30px;
}


#menu {
	margin-left: 15px;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}


#menu li {
	float: left;
	margin: 0 25px;
}


/* contact page begins */

#contactrccontent {
	margin-top: 60px;
	line-height: 18pt;
}

/* contact page ends */




/* quote page begins */

#widecontainer {
	position: relative;
	margin: 20px auto;
	width: 800px;
	height: auto;
	text-align: left;
	line-height: 18pt;
}

#quoteleftcol {
	width: 45%;
	float: left;
	height: 300px;
	line-height: 18pt;
}

#quoterightcol {
	width: 55%;
	float: right;
	height: auto;
	line-height: 18pt;
}


/* quote page ends */




/* contact form begins */

#submit {
	position: relative;
	top: 20px;
	left: 0;
	border: none;
}

input {
	background-color: #DDD;
	font: "Trebuchet MS", Arial, Verdana;
	font-size: 11pt;
	border: 1px solid #b4b4b4;
	color: #969696;
	padding: 3px;
}

textarea {
	background-color: #DDD;
	border: 1px solid #b4b4b4;
	font: "Trebuchet MS", Arial, Verdana;
	font-size: 11pt;
	color: #969696;
	padding: 3px;
}

.messagebox {
	border: none;
	position: relative;
	left: -315px;
	top: 70px;
}

/* contact form ends */


