#homeproduct1{
width: 200px;
height: 145px;
float: left;
margin-left: 20px;
margin-top: 0px;
padding: 10px 10px 10px 10px;
border: 0px solid #000000;
text-align: center;
}

#homeproduct2{
width: 200px;
height: 145px;
float: left;
margin-left: 20px;
margin-top: 0px;
padding: 10px 10px 10px 10px;
border: 0px solid #000000;
text-align: center;
}

#homeproduct3{
width: 200px;
height: 145px;
float: left;
margin-left: 20px;
margin-top: 0px;
padding: 10px 10px 10px 10px;
border: 0px solid #000000;
text-align: center;
}

#homeproduct4{
width: 200px;
height: 145px;
float: left;
margin-left: 20px;
margin-top: 0px;
padding: 10px 10px 10px 10px;
border: 0px solid #000000;
text-align: center;
}

#rounded{

-webkit-border-radius: 13px;
-moz-border-radius: 13px;
-ms-border-radius: 13px;
-o-border-radius: 13px;
border-radius: 13px;

/*
margin-left:15px;
margin-right:15px;
width:100%;

*/

margin-bottom:15px;

max-width:350px;
float: left;
}

#roundedcenter{

-webkit-border-radius: 13px;
-moz-border-radius: 13px;
-ms-border-radius: 13px;
-o-border-radius: 13px;
border-radius: 13px;
/*
margin-left:15px;
margin-right:15px;
*/
margin-bottom:15px;

width:100%;
max-width:700px;
}




#cat-header{
  font-size: 26px;

}

#postpic{
padding-right:10px;
padding-bottom:10px;

}


#sslshield{
float:right;
}

#ordercheckout{
padding: 10px 5px 10px 5px;
background: white;
border: solid 1px black;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}


input.btn {
  font-size: 16px;
padding: 6px 12px 6px 12px;
border: 0px solid #add8e6;
text-decoration: none;
color:#fff;
background:#add8e6;
}


input.btn:hover {
background:#56b5a8;
}


a.btn {
  font-size: 16px;
  
padding: 6px 12px 6px 12px;
border: 0px solid #add8e6;
text-decoration: none;
color:#fff;
background:#add8e6;
}


a.btn:hover {
background:#cccccc;
}

#content a.btn {
  font-size: 16px;
 
padding: 6px 12px 6px 12px;
border: 0px solid #add8e6;
text-decoration: none;
color:#fff;
background:#add8e6;
}


#content a.btn:hover {
background:#cccccc;
}

a.btnemail {
  font-size: 16px;

padding: 6px 12px 6px 12px;
border: 0px solid #333333;
text-decoration: none;
color:#fff;
background:#333333;
}


a.btnemail:hover {
background:#ffffff;
border: 3px solid #ffffff;
color:#333;

}





a.btndesigner {
font-size: 16px;
padding: 6px 12px 6px 12px;
border: 1px solid #ffffff;
text-decoration: none;
color:#fff;
background:#cccccc00;
}


a.btndesigner:hover {
background:#dddddd;
}




/*
#divider-border {
background: url("/i/5785border-top.jpg") repeat-x scroll 0 0 transparent;
height: 6px;
width: 100%;
}
*/

#contactmap{
margin-left:20px;
float:left;
margin-top:10px;
border: 1px solid #0f2557;
padding:10px;
}



#contactpage{
float:left;
margin-left: 50px;

margin-top:10px;
border: 1px solid #0f2557;
padding:10px;
}

#customform{
float: left;
margin-left: 50px;
margin-top: 10px;
border: 1px solid #0F2557;
padding: 10px;
}







ul#bottomnav li {
float:left;
padding:7px;
border: 0px solid #FF0000;

}


a#top{
border: 0px solid #FF9D00;
display:block;
}


a#top:hover{
border: 0px solid #FF9D00;
color:#ffffff;
display:block;
}


/* ================= Header Menu ================= */

.main-menu li ul li a:hover {
	background:#ccc;
	color:#fff;
}
.main-menu li ul li:last-child {
	border-bottom:0px solid #333;
}
.main-menu li ul li a {
	padding:0 25px 0 12px;
	line-height:33px;
	background:#999999;
color:#fff;
}
.main-menu li ul li ul {
	top:-1px !important;
	left:100% !important;
	padding:0 !important;
}

/*****************/

.main-menu {
	margin:0px 0 0 0;
	float:right;
}
.main-menu ul {
	margin:0;
}
.main-menu li ul {
	padding-top:2px;
	left:-2px;
}
.main-menu li ul li {
/*
	box-shadow:2px 2px 2px 0px rgba(0,0,0,0.1);
*/
}
.main-menu li {
	white-space:nowrap;
	display:block;
	position:relative;
	margin:0;
	padding:0;
	z-index:100;
}
.main-menu a {
	display:block;
	position:relative;
	font-size:20px;

font-family: Montserrat-regular, Verdana, Geneva, Arial, Helvetica;


color: #cccccc;
background-color: #000000;
border-color: #ffffff;

-webkit-border-radius: 9px;
-moz-border-radius: 9px;
-ms-border-radius: 9px;
-o-border-radius: 9px;
border-radius: 9px;
padding: 3px 9px 3px 9px;
text-decoration: none;

-webkit-transition: .25s color,0.25s background-color,0.25s border-color;
-moz-transition: .25s color,0.25s background-color,0.25s border-color;
-o-transition: .25s color,0.25s background-color,0.25s border-color;
transition: .25s color,0.25s background-color,0.25s border-color;





}



.main-menu a:hover {
	text-decoration:none;
	color:#ffffff;
}
.main-menu li.submenu > a {
	padding-right:20px;
	background:url(../images/menu_down_arrow.png) no-repeat right;
	cursor:default;
}
.main-menu > ul > li {
	float:left;
margin-right: 2px;
}


.main-menu > ul > li:last-child {
	margin-right:0;
}
.main-menu li ul {
	display:none;
	position:absolute;
	top:100%;
	z-index:100;
}
.main-menu li:hover > ul {
	display:block;
}
.main-menu li ul li.submenu > a {
	padding-right:10px;
	background:#5388FA url(../images/submenu_left_arrow.png) no-repeat right;
}
.main-menu li ul li.submenu > a:hover {
	padding-right:10px;
	background:#f5f5f5 url(../images/submenu_left_arrow.png) no-repeat right;
}
.main-menu li ul li {
	border-bottom:0px solid #333;
/*
	background:#FFF;
*/
}


/* ================= Footer ================= */

#customlogmini{
float:left;
margin-left:20px;
}

.productname{
size:2.5em;
color:#0051FF;

}

h1{

font-family: Garamond-regular, Verdana, Geneva, Arial, Helvetica;

margin-top: 0px;
font-weight:bold;
font-style: normal;
font-size: 2.4em;
line-height: 1.1em;
color: #717171;
text-transform: uppercase;
}

h2{
font-family: Garamond-regular, Verdana, Geneva, Arial, Helvetica;
font-weight: bold;
font-style: normal;
font-size: 22px;
line-height: 32px;
color: #333333;
text-transform: uppercase;
}

h3{
font-family: Garamond-regular, Verdana, Geneva, Arial, Helvetica;
font-weight: bold;
font-style: normal;
font-size: 18px;
line-height: 24px;
color: #333333;
text-transform: uppercase;
}


h4{
font-family: Garamond-regular, Verdana, Geneva, Arial, Helvetica;
font-weight: bold;
font-style: normal;
font-size: 1.8em;
line-height: 24px;
margin-bottom:0px;
color: #333333;
}



#tagline{
font-family: Garamond-regular, Verdana, Geneva, Arial, Helvetica;

font-size: 1.5em;
color:#dddddd;
font-style: italic;
margin-top: -37px;

border: 0px solid black;
}

#red{
color:#ff0000;
}
#white{
color:#ffffff;
}


a#crumb{
font-size:1em;
color:#ff0000;
}

#crumb-header{
margin-top:5px;
margin-bottom:5px;

}

#pricingtable{
width:100%;
max-width:600px;
border: 0px dotted #777777;

}


.contactpage{
text-align:left;
border:solid 0px #000000;
}

.contactpage .contactblocks {
display:inline-block; 
border:solid 0px #000000; 
margin:12px;

}

.contactpage .contactblocks-form {
display:inline-block; 
border:solid 1px #000000; 
padding:10px;
margin:12px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background:#7e8f97;
}


#giftcard{
float: right;
width: 113px;
}

b {
color:#5a5a5a;
font-wieght:bold;
}


.caption {
position: absolute;
display: block;
left: 0;
right: 0;
padding: 15px;
text-align: center;
color: white;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}



.captionleftwhite {
position: absolute;
display: block;
bottom: 22px;
font-size: 2em;
color: #ffffff;
left:22px;
text-align:left;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}



.captiontopleftwhite {
position: absolute;
display: block;
top: 22px;
font-size: 2em;
left: 22px;
color: #ffffff;
text-align:left;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}


.captiontoprightwhite {
position: absolute;
display: block;
top: 22px;
font-size: 2em;
right: 22px;
color: #ffffff;
text-align:right;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}



.captionbottomrightwhite {
position: absolute;
display: block;
bottom: 22px;
font-size: 2em;
right: 22px;
color: #ffffff;
text-align:right;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}






#linkdonatenow{
color: #333333;
}

/*
#donatenow {
float: right;
font-weight: 700;
margin-left: 400px;
margin-top: 5px;
font-size: 24px;
background: #ffffff;
color: white;
border: 0px solid #D7D7D7;
paddin:0px;

border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
width: 199px;
}
*/


#bodyimg{
float:left;
}

#bodytxt{
float:left;

}

#productimagethumb{
width:250px;
}


#GridTitle{
color:#ffffff;
}

/*
      A#subsub:link {  
font-family: 'Raleway', sans-serif;
color: #ffffff; font-weight: bold; font-size: 12px;}


        A#subsub:active {
font-family: 'Raleway', sans-serif;
color: #ffffff; font-weight: bold; font-size: 12px;}

        A#subsub:visited {
font-family: 'Raleway', sans-serif;
color: #ffffff; font-weight:  bold; font-size: 12px;}
 

       A#subsub:hover {
font-family: 'Raleway', sans-serif;
color: #ffffff; font-weight: bold; font-size: 12px;}

*/

a#subsub:link{
font-weight: bold;
font-size: 13px;
color: #333333;
}

a#subsub:visited{
font-weight: bold;
font-size: 13px;
color: #333333;
}



a#subsub:hover {
 font-weight: bold; 
font-size: 13px;
color: #cccccc;
}


hr{
background: #9c9c9c;
border-width: 0px;
height: 1px;
}


p {

margin-bottom:10px;

/* font-family: "Century Gothic","Trebuchet MS",Verdana,Geneva,Arial,Helvetica; */
}


#job-place{
float:left;
max-width: 381px;
width: 100%;
}



#orange {
font-weight: 700; font-size: 15px; 
color: #FF6633;
}

#orangebig {
font-weight: 900; font-size: 23px; 
color: #FF6633;
}


#linkphone {
font-weight: 700; font-size: 15px; 
color: #ffffff;
text-decoration:none;
}



/* additional styling for responsive iframes */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.calendar-container {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}
.video-container iframe,
.calendar-container iframe {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}
	


#logoimg{
width:98%;
}



#stayconnected{
  width: 97%;
  margin-top: 6px;
  height: 25px;
  text-align: right;
}

#stayconnectedtext {
  line-height: 28px;
color:#cccccc;

}


#searchboxtopright{
right:0px;
  float: right;
}

#imghome{
width:100%;
}

#events2 img{
padding-left:10px;
padding-right:10px;

}

#events2{
padding-left:20px;
padding-right:20px;

}

#contactform{
width: 225px;
  /* border: 1px solid; */
  /* text-align: center; */
  margin-left: auto;
  margin-right: auto;
}

#contactformrow{
text-align:left;
}

#leftnav{
float: left;
padding: 7px;
}

#rightbody{
/*
border: 0px solid #FF9D00;
*/
float: left;
}


.content-home-ppc {
padding:10px;
margin-right: 20px;
border: 4px dotted #cccccc;


}


p.phone,
p.phone a
{
	font-size:30px;
	line-height:54px;
	color:#333;
}


li a {
  color: #000000;
  text-decoration: underlined;
}

.body p img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


/*
.main-navigation {
  position: absolute;
  bottom: 0px;
  height: 37px;
  border-top: 0px solid #bbbbbb;
  border-bottom: 0px solid #bbbbbb;
  width: 100%;
}
*/

#hspace{
margin-right: 20px;
margin-bottom: 20px;
margin-left: 20px;
}

#eventimagesm {
margin-right: 20px;
margin-bottom: 20px;
margin-left: 20px;
width:212px;
}


#eventtitle{
	font-size:18px;
	color:#69abc1;

}

#CurrentLink {
text-decoration:underlined;
}
#NotCurrentLink {
text-decoration:none;
}


#application{

border:0px solid #cccccc;
padding:10px;
}

#formfield{
margin-bottom:20px;
}

#eventcategory {
    width: 45%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    text-align: center;
}




.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.instagram-responsive{
    overflow:hidden;
    padding-bottom:31.25%;
    position:relative;
    height:0;
}
.instagram-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}



.designheaderimg {
  position: relative;
  text-align: center;
  color: white;
}

/* Bottom left text */
.designheadertext {
position: inherit;
    bottom: 200px;
    float: right;
    margin-right: 19px;
    background: #ffffffc2;
    padding: 13px;
    color: #7c7c7c;
    font-size: 2.3em;
    text-transform: lowercase;
}


h1.designheadertext {
font-family: Garamond-regular, Verdana, Geneva, Arial, Helvetica;
position: inherit;
    bottom: 170px;
    float: left;
    margin-left: 11px;
    background: #ffffffc2;
    padding: 5px;
    color: #7c7c7c;
    font-size: 2.0em;
    text-transform: lowercase;
margin-bottom: -97px;
}

#graybox{
background:#dddddd; 
padding:20px;
}


#lightpurplebox{
background:#F3E2FB; 
padding:20px;
}


#lightgreenbox{
background:#CFECD8; 
padding:20px;
}


#lightyellowbox{
background:#F9F5C5; 
padding:20px;
}










#dkred{
color:#bb0000;
}
