/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #515151;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 1;
}

:focus {
	outline: 0;
}

#bgholder {
	width: 100%;
	background-image: url(../images/BG.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#bgholdercontent {
	width: 100%;
	background-image: url(../images/BG2.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

hr {
	margin-top: -7px;	
}

p {
	line-height: 1.4em;
	color:#CCC;
	font-family: "Arial", "Calibri" ;
	font-size: .8em;
	letter-spacing: 1px;
	
}

#adminform {
border: 1px solid #999;
padding: 10px;
background: #ccc;
}

#adminform form {
background: #999;
padding: 10px;
}

#adminform label {
color: #fff;
}

#adminform submit {
margin-top: 10px;
}

#Login {
	margin: 10px auto;
	width: 250px;
        height: 500px;
}

#flashcontent a{
float: right;
text-decoration: none;
color: #fff;
margin: 5px;


}

h2.headlabel {
margin: 0px;
font-size: 16px;
margin-top: 20px;
}

#Login form {
        background: #ccc;
        padding: 20px;
        margin-top: 10px;
}

#Login label {
	color: #333;	
}

#Login form input {
        font-size: 14px;
        padding: 1px 3px;      
}

.mini {
	width: 95px;
	height: 95px;
	float: left;
	border: solid 1px #FFF;
	margin-left: 5px;
	margin-bottom: 5px;
}

.mini1 {
	width: 95px;
	height: 95px;
	float: left;
	border: solid 1px #FFF;
	margin-left: 12px;
	margin-bottom: 5px;
}


span {
	color: #2bd8f8;
	text-transform:uppercase;
	font-family: "Arial", "san-serif", "Calibri";
	font-style: italic;	
	font-size: .8em;
}
#container {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	width: 900px;
}

#content {
	background-image:url(../images/Highlight2.png);
	background-repeat:no-repeat;
	background-position:top;
	text-align: left;
	color: #CCC;
	overflow: hidden;
	clear:both;
}

#login {
	
	text-align:center;
	margin-top: 50px;
}

#header {
	height: 87px;
	width: 900px;
}
#flashcontent {
	height: 100px;
	width: 900px;
}
#homeflashcontent {
	height: 247px;
	width: 900px;
}
.featuretext {
	width: 900px;
	height: 245px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.featuretext img {
	width: 900px;
	height: 245px;
	top: 0;
	left: 0;
	margin: 0;
	padding; 0;
}

#homeflashcontent #featuretext h2 {
	font-family: "Arial", "san-serif", "Calibri" ;
	color: #fff;
	font-size: 1.8em;
	margin-top: 1.5em;
	font-weight: normal;        
        
}

h4 {
	font-family: "Arial", "san-serif", "Calibri" ;
	color: #0f4e59;
	font-size: 1.2em;
	margin-top: 1.2em;
	font-weight: normal;        
        
}

#homeflashcontent img {
	float: left;	
}

#content #latestNews {
	clear: both;
	color: #FFF;
	font-size: 1.6em;
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: left;
	line-height: 1.2em;
}

#logo {
	float: left;
	width: 300px;
	height: 87px;
	background-image: url(../images/Logo.jpg);
	background-repeat: no-repeat;
	background-position: -10px;
}
#mainNavigation {
	float: right;
	width: 550px;
	height: 87px;
}
#mainNavigation ul {
	padding: 0px;
	float: right;
	list-style-type: none;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainNavigation ul li {
	float: left;
	background-image: url(../images/button.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	width: 120px;
	height: 33px;
}

#mainNavigation ul li a {
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C0C0C0;
	display: block;
	line-height: 30px;
}

#mainNavigation ul li a:Hover {
	color: #21A9C1;
}


#content h3 {
	color:#FFF;
	font-size: 1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.paneltitle h3 {
	margin-top: 5px;
}

#content h5 {
	color: #2bd8f8;
	font-size: .8em;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	margin-bottom: 10px;
	text-transform:uppercase;
}

#welcome {
	width: 665px;
	height: 274px;
	float: left;
	background-image:url(../images/panelBG.png);
}

#latestworks {
	width: 224px;
	height: 274px;
	float: right;
	margin: 0px;
}

#welcomecontent {
	float: left;	
	width: 440px;
	margin: 0px;
}

#welcome h4, #quoteform h4 {
	color: #666;
	margin: 10px;
}

hr {
        color: #fff;
}


#welcomecontent span {
	font-weight: bold;
	font-family: "Arial", "san-serif", "Calibri" ;
	font-size: 1em;
}

#welcomecontent p {
	color:#333;
	margin: 10px;
	font-size: 12px;
}

#quoteform {
	width: 221px;
	height: 274px;
	float: right;
	background-image:url(../images/panelBG2.png);
	background-repeat: no-repeat;
}

#quoteform form {
	margin: 10px 10px 10px 20px;
}

form label {
	color: #333;
	display: block;
	font-size: .8em;
	margin-top: 3px;
}

#submit {
	margin-top: 10px;
}

/* Gallery */

#gallery {
	background-image:url(../images/grad_fill.jpg);
	background-repeat: repeat-x;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #999;
	margin: 20px 0px 0px 0px;
	overflow: hidden;
	height: 555px;
        position: relative;
}

#gallerybox {
	margin-top: 10px;
	padding: 10px;
	width: 660px;
	float: right;
}

#gallerybox img {
	margin: 10px 0px 0 10px;
	float: left;
	border: 2px solid white;
}

#gallerybox img:hover {
	border: 2px solid #21a9c1;
}

#galleryMenu {
	float: left;	
	margin-top: 31px;
	margin-left: 1px;
	width: 180px;
}

#galleryMenu ul {
	list-style:none;
}

#galleryMenu ul li a{
	display: block;
	width: 100%;
	padding: 5px 20px;
	word-spacing: normal;
	letter-spacing: normal;
	background-color:#333;
	border: 1px solid #000;
	color:#CCC;
	text-decoration: none;
	font-size: .8em;
	margin-bottom: 2px;
	font-family:Verdana, Geneva, sans-serif;
}

#galleryMenu ul li a.current, #galleryMenu ul li a.current:hover, #galleryMenu ul li a.current:active {
	background-color: #21a9c1;
	color: #333;	
}

#galleryMenu ul li a:hover{
	background-color: #21a9c1;
	color: #333;
}

#footer {
	color: #FFF;
	background-color: #333;
	height: 100px;
	width: 100%;
	margin-top: 50px;
	text-align:center;
	clear: both;
}

#footer p {
	line-height: 100px;	
	float: left;
}

#footer ul {
	float: right;	
	margin-top: 40px;
}

#footer li {
	float: left;
	list-style: none;
}

#footer li a {
	color: #CCC;
	text-decoration: none;
	display: block;
	padding: 3px 20px;
	border-right: 1px solid white;
}

#footerbox {
	width: 900px;
	margin: 0 auto;
}

table {
	margin-top: 20px;	
}

.tableheader {
	background:#21a9c1;
	border-bottom: 1px solid #CCC;
	margin: 0px;
}

.colorfix {
	color: #0f4e59;
	background: #CCC
}

td {
	padding: 5px;	
}

table h4 {
	font-family: "Arial", "san-serif", "Calibri" ;
	color: #0f4e59;
	margin: 0px;
	font-size: 1.2em;
	font-weight: normal;	
}

#pricinginfo, #templateinfo {
	margin-top: 20px;	
}

#pricinginfo table, #templateinfo table {
	margin-top: 0px;	
}

#contactinfo {
	margin-top: 20px;
	float: left;
	width: 300px;	
} 

#contactform {
	background-image:url(../images/grad_fill.jpg);
	background-repeat:repeat-x;
	margin-top: 20px;
	float: right;
	width: 580px;
        -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#contactform form {
	margin-left: 20px;	
}

#pagination {
	position: absolute;
        top: 6px;
        left: 240px;
}

#pagination a {
	padding: 0px 5px;
	background-color: #333;
	text-decoration: none;
	color: #fff;
	border: 1px solid #000;
}

.navselected {
	padding: 2px 5px;
	background-color: #999;
	text-decoration: none;
	color: #fff;
	border: 1px solid #fff;
}


#contactform select,
#contactform input[type=text] {
	width: 150px;
	padding: 1px;
}

#welcomecontent a {
       text-decoration: none;
       color: #177485;
}

#contactform h3 {
       color: #666;
       margin-left: 10px;
       margin-bottom: 10px;
}

#contactinfo {
       background-color: #666;
       border: 1px solid #999;
        -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
       
}

#contactinfo p, 
#contactinfo span,
#contactinfo h5,
#contactinfo h3 {
       padding: 0px 10px;
}

#contactinfo h5 {
       margin-top: 20px;

}

#quoteform h6 {
	    font-size: 14px;
		font-family: arial;
		font-weight: normal;
		line-height: 18px;
	    padding: 10px;
	    color: #666;
}

