@charset "UTF-8";

/* SpryCollapsiblePanel.css - version 0.5 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main CollapsiblePanel container. For our
 * default style, the CollapsiblePanel is responsible for drawing the borders
 * around the widget.
 *
 * If you want to constrain the width of the CollapsiblePanel widget, set a width on
 * the CollapsiblePanel container. By default, our CollapsiblePanel expands horizontally to fill
 * up available space.
 *
 * The name of the class ("CollapsiblePanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * CollapsiblePanel container.
 */
.buttondiv{
background:url(../images/slide_menu_top_bg-copy_06.gif) no-repeat top ;
height:208px;
width:156px;
margin-bottom:13px;
}
.buttondiva{
background:url(../images/slide_menu_top_bg-copy_03.gif) no-repeat top ;
height: 270px;
width:678px;
vertical-align:middle;
}
#cp1 .CollapsiblePanelContent {
	height:270px;
	width:946px;
	vertical-align:middle;
	margin:0;
}
#container {
	width: 946px;
	margin-right: 0;
	margin-left: 0;
	padding: 0px;
}

#slogan {
	background-image: url(images/safaristaslogan_16.png);
	background-repeat: no-repeat;
	background-position: 600px;
	float: left;
	width: 930px;
	height: 188px;
	padding:44px 30px 32px 0px;
	_padding:44px 30px 32px 0px;
}
#services {
	float: left;
	width:946px;
	margin:0;
	padding:0;
}

#services2 {
	float: left;
background-color: #A3480B;
}

.tabs {
	float: left;
	width:946px;
	background:url(../images/slide_menu_top_bg-copy_16.gif) repeat-x top left;
	height:35px;
}

.divider {
	border-bottom-color:#521103;
	border-bottom-width:2px;
	width:946px;
	float:left;
	height:3px;
	border-bottom-style: dashed;
	background-color: #7c1f05;
	padding-top: 2px;
	padding-bottom: 2px;
}

#buttondown {
	float: left;
	height: 20px;
	width: 960px;
}

#content1 {
	background-image:url(images/websites.png);
	background-color: #2D1004;
	background-repeat: no-repeat;
	width: 320px;
	padding-left: 550px;
	padding-top: 30px;
	padding-right: 40px;
}

#content2 {
	background-image:url(images/ecommerce.png);
	background-color: #2D1004;
	background-repeat: no-repeat;
	width: 320px;
	padding-left: 550px;
	padding-top: 30px;
	padding-right: 40px;
}

#content3 {
	background-image:url(images/logos.png);
	background-color: #2D1004;
	background-repeat: no-repeat;
	width: 320px;
	padding-left: 550px;
	padding-top: 30px;
	padding-right: 40px;
}

#content4 {
	background-image:url(images/photo.png);
	background-color: #2D1004;
	background-repeat: no-repeat;
	width: 320px;
	padding-left: 550px;
	padding-top: 30px;
	padding-right: 40px;
}

.quote {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #CE9B7B;
	height: 25px;
	margin: 0px;
	padding: 7px;
}

#cp2 .CollapsiblePanelContent {
	height: auto;
	width:946px;
}

#cp3 .CollapsiblePanelContent {
	height: auto;
	width:946px;
}

#cp4 .CollapsiblePanelContent {
	height: autopx;
	width:946px;
}

.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
	width: 946px;
}

/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.CollapsiblePanelTab {
	background:  #B40020  url(../images/slide_menu_top_bg-copy_01.gif) repeat-x top left;
	margin: 0px;
	cursor: pointer;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align:left;
	padding:80px 0px 0px 55px;
	-moz-padding:80px 0px 0px 55px;
	height:106px;
}

/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 *
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */
.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
	width:946px;
}

/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */
.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
 */
.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #B40020;
}

/* This is an example of how to change the appearance of the panel tab when the
 * CollapsiblePanel is closed. The "CollapsiblePanelClosed" class is programatically added and removed
 * whenever the CollapsiblePanel is closed.
 */

.CollapsiblePanelClosed .CollapsiblePanelTab {
 /* background-color: #EFEFEF */
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #B40020;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
 */
.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #B40020;
}
/*********************************************************************************************************/
.servicepanel {
background:#B40020;
	float: left;
	width: 946px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
}

